Commit 0497b6c0 authored by Geoff Simmons's avatar Geoff Simmons

[trackrdrd] changed the RPM version name scheme again

	because RPM is uncommonly stupid
parent 368c1416
......@@ -45,7 +45,7 @@ REVISION=$(git show -s --pretty=format:%h)
BUILDPATH=$WORKSPACE/trackrdrd/rpmbuild/BUILD
BUILDROOTPREFIX=$WORKSPACE/trackrdrd/rpmbuild/BUILDROOT
PKGNAME=trackrdrd-$VERSION-build$BUILD_NUMBER_rev${REVISION}.$(uname -m)
PKGNAME=trackrdrd-$VERSION-${BUILD_NUMBER}_rev${REVISION}.$(uname -m)
BUILDROOTPATH=$BUILDROOTPREFIX/$PKGNAME
DESTDIR=$BUILDPATH make install
[[ $? -ne 0 ]] && exit 1
......
Summary: Varnish log tracking reader demon
Name: trackrdrd
Version: %{?version}
Release: build%{?build_number}_rev%{?revision}
Release: %{?build_number}_rev%{?revision}
Vendor: Otto Gmbh & Co KG
License: BSD
Group: System Environment/Daemons
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment