We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6f533 commit beb61a6Copy full SHA for beb61a6
rpm/build/SPECS/jenkins.spec
@@ -5,7 +5,7 @@
5
6
Name: @@ARTIFACTNAME@@
7
Version: %{ver}
8
-Release: 1.1
+Release: 1
9
Summary: @@SUMMARY@@
10
Source: jenkins.war
11
Source1: jenkins.service
setup.mk
@@ -19,7 +19,7 @@ export MSI_SHASUM:=${MSI}.sha256
19
export DEB=${TARGET}/debian/${ARTIFACTNAME}_${VERSION}_all.deb
20
21
# where to generate RHEL/CentOS RPM file?
22
-export RPM=${TARGET}/rpm/${ARTIFACTNAME}-${VERSION}-1.1.noarch.rpm
+export RPM=${TARGET}/rpm/${ARTIFACTNAME}-${VERSION}-1.noarch.rpm
23
24
# anchored to the root of the repository
25
export BASE:=$(CURDIR)
0 commit comments