Skip to content

Commit 1edb249

Browse files
committed
chore(ci/cd): rename RHEL rpm spec file for clarity
1 parent 2ba0cf9 commit 1edb249

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/create-package.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# 2025101601
2+
# 2025101701
33

44
set -e -o pipefail -u -x
55

@@ -17,14 +17,14 @@ rocky8)
1717

1818
bash $LFMP_DIR_REPOS/monitoring-plugins/build/create-src-tarball.sh
1919
bash $LFMP_DIR_REPOS/monitoring-plugins/build/create-vendor-tarball.sh
20-
bash $LFMP_DIR_REPOS/monitoring-plugins/build/create-rpm.sh $LFMP_DIR_REPOS/monitoring-plugins/build/linuxfabrik-monitoring-plugins.spec
20+
bash $LFMP_DIR_REPOS/monitoring-plugins/build/create-rpm.sh $LFMP_DIR_REPOS/monitoring-plugins/build/linuxfabrik-monitoring-plugins.el.spec
2121
;;
2222
rocky9 | rocky10)
2323
export LFMP_PYTHON=python3
2424

2525
bash $LFMP_DIR_REPOS/monitoring-plugins/build/create-src-tarball.sh
2626
bash $LFMP_DIR_REPOS/monitoring-plugins/build/create-vendor-tarball.sh
27-
bash $LFMP_DIR_REPOS/monitoring-plugins/build/create-rpm.sh $LFMP_DIR_REPOS/monitoring-plugins/build/linuxfabrik-monitoring-plugins.spec
27+
bash $LFMP_DIR_REPOS/monitoring-plugins/build/create-rpm.sh $LFMP_DIR_REPOS/monitoring-plugins/build/linuxfabrik-monitoring-plugins.el.spec
2828
;;
2929
sle15)
3030
export LFMP_PYTHON=python3.11
File renamed without changes.

0 commit comments

Comments
 (0)