mirror of
https://github.com/clearlinux/common.git
synced 2026-09-08 06:42:10 +00:00
make bump : Replaced *.spec to package specfilic specfile variable $(SPECFILE).
In the submmitter's local pacakge directory can have mulptiple spec file present, or swap file thus to avoid adding multiple specfile in git add better only add package specific specfile. Signed-off-by: santoshkumar <santoshkumar.laxminarayan.rai@intel.com>
This commit is contained in:
committed by
Patrick McCarty
parent
22a927e26b
commit
14886705b5
+1
-1
@@ -215,7 +215,7 @@ scanlicense:
|
||||
bump:
|
||||
git pull --rebase
|
||||
$(MAKE) bumpnogit
|
||||
git add *.spec release
|
||||
git add $(SPECFILE) release
|
||||
git commit -a -m "version bump from $(shell rpmspec -D '_vendor clr' --srpm -q --queryformat '%{VERSION}-%{RELEASE}\n' $(SPECFILE)) to `rpmspec -D '_vendor clr' --srpm -q --queryformat '%{VERSION}-%{RELEASE}\n' $(SPECFILE)`"
|
||||
|
||||
#help bumpnogit: Increments the release file by one and does not commit changes.
|
||||
|
||||
Reference in New Issue
Block a user