Skip to content

Commit

Permalink
Update RPM version in Makefile to coincide with ztpserver.spec revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-dileo committed Jan 31, 2015
1 parent f4b1242 commit b25481e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ VERSION := $(shell cat ../VERSION)

# Spec files cannot contain extraneous strings - so just extract numbered release
SPECVERSION := $(shell sed -n 's/.*\([0-9]\.[0-9]\.[0-9]\).*/\1/p' ../VERSION)
RPMRELEASE = 2
RPMRELEASE = 3


# RPM build parameters
Expand Down

0 comments on commit b25481e

Please sign in to comment.