Skip to content

Commit beb61a6

Browse files
committed
releasever 1.1 -> 1
1 parent cc6f533 commit beb61a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rpm/build/SPECS/jenkins.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name: @@ARTIFACTNAME@@
77
Version: %{ver}
8-
Release: 1.1
8+
Release: 1
99
Summary: @@SUMMARY@@
1010
Source: jenkins.war
1111
Source1: jenkins.service

setup.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export MSI_SHASUM:=${MSI}.sha256
1919
export DEB=${TARGET}/debian/${ARTIFACTNAME}_${VERSION}_all.deb
2020

2121
# where to generate RHEL/CentOS RPM file?
22-
export RPM=${TARGET}/rpm/${ARTIFACTNAME}-${VERSION}-1.1.noarch.rpm
22+
export RPM=${TARGET}/rpm/${ARTIFACTNAME}-${VERSION}-1.noarch.rpm
2323

2424
# anchored to the root of the repository
2525
export BASE:=$(CURDIR)

0 commit comments

Comments
 (0)