Commit 1ff94309 authored by Geoff Simmons's avatar Geoff Simmons

[trackrdrd] changed the RPM version name scheme again

	because RPM is uncommonly stupid
parent d53cc061
...@@ -45,7 +45,7 @@ REVISION=$(git show -s --pretty=format:%h) ...@@ -45,7 +45,7 @@ REVISION=$(git show -s --pretty=format:%h)
BUILDPATH=$WORKSPACE/trackrdrd/rpmbuild/BUILD BUILDPATH=$WORKSPACE/trackrdrd/rpmbuild/BUILD
BUILDROOTPREFIX=$WORKSPACE/trackrdrd/rpmbuild/BUILDROOT 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 BUILDROOTPATH=$BUILDROOTPREFIX/$PKGNAME
DESTDIR=$BUILDPATH make install DESTDIR=$BUILDPATH make install
[[ $? -ne 0 ]] && exit 1 [[ $? -ne 0 ]] && exit 1
......
Summary: Varnish log tracking reader demon Summary: Varnish log tracking reader demon
Name: trackrdrd Name: trackrdrd
Version: %{?version} Version: %{?version}
Release: build%{?build_number}_rev%{?revision} Release: %{?build_number}_rev%{?revision}
Vendor: Otto Gmbh & Co KG Vendor: Otto Gmbh & Co KG
License: BSD License: BSD
Group: System Environment/Daemons 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