Skip to content

Commit

Permalink
releasever 1.1 -> 1
Browse files Browse the repository at this point in the history
  • Loading branch information
philfry committed Sep 8, 2023
1 parent cc6f533 commit beb61a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/build/SPECS/jenkins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name: @@ARTIFACTNAME@@
Version: %{ver}
Release: 1.1
Release: 1
Summary: @@SUMMARY@@
Source: jenkins.war
Source1: jenkins.service
Expand Down
2 changes: 1 addition & 1 deletion setup.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit beb61a6

Please sign in to comment.