diff --git a/rpm/build/SPECS/jenkins.spec b/rpm/build/SPECS/jenkins.spec index 4c4c9a6a..7943c522 100644 --- a/rpm/build/SPECS/jenkins.spec +++ b/rpm/build/SPECS/jenkins.spec @@ -5,7 +5,7 @@ Name: @@ARTIFACTNAME@@ Version: %{ver} -Release: 1.1 +Release: 1 Summary: @@SUMMARY@@ Source: jenkins.war Source1: jenkins.service diff --git a/setup.mk b/setup.mk index 5c1ab15c..2d05a669 100644 --- a/setup.mk +++ b/setup.mk @@ -19,7 +19,7 @@ export MSI_SHASUM:=${MSI}.sha256 export DEB=${TARGET}/debian/${ARTIFACTNAME}_${VERSION}_all.deb # where to generate RHEL/CentOS RPM file? -export RPM=${TARGET}/rpm/${ARTIFACTNAME}-${VERSION}-1.1.noarch.rpm +export RPM=${TARGET}/rpm/${ARTIFACTNAME}-${VERSION}-1.noarch.rpm # anchored to the root of the repository export BASE:=$(CURDIR)