File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,12 @@ echo "done"
4343
4444echo -n " figuring out version number from rpm packaging... "
4545upstream_version=" ` sed -n ' s/^Version: //p' ../redhat/$PKG .spec` "
46- echo " done: $upstream_version "
46+ upstream_release=" ` sed -n ' s/^Release: \([^%]*\).*/\1/p' ../redhat/$PKG .spec` "
47+ echo " done: $upstream_version .$upstream_release "
4748
4849echo " building..."
4950cd ${workdir} /src/$PKG
50- dch -v $upstream_version -M " bumped upstream version number"
51+ dch -v $upstream_version . $upstream_release -M " set upstream version number"
5152
5253cd debian
5354pdebuild --buildresult ${workdir} /result -- --save-after-exec --debug
Original file line number Diff line number Diff line change 11Summary: CernVM File System OSG Configuration and Public Keys
22Name: cvmfs-config-osg
33Version: 2.0
4- Release: 2 %{?dist }
4+ Release: 3 %{?dist }
55# download with:
66# $ curl -L -o cvmfs-config-osg-%{version}.tar.gz \
77# https://github.com/opensciencegrid/cvmfs-config-osg/archive/v%{version}.tar.gz
@@ -42,7 +42,10 @@ make install-redhat DESTDIR=$RPM_BUILD_ROOT
4242%config %{_sysconfdir }/cvmfs/config.d/*
4343
4444%changelog
45- * Tue Feb 28 2017 Dave Dykstra <dwd@fnal.gov> - 2.0-2
45+ * Tue Feb 28 2017 Dave Dykstra <dwd@fnal.gov> - 2.0-3
46+ - Use common install Makefile between debian and redhat
47+
48+ * Fri Feb 24 2017 Dave Dykstra <dwd@fnal.gov> - 2.0-2
4649- Convert to store source on github.
4750
4851* Wed Feb 15 2017 Dave Dykstra <dwd@fnal.gov> - 2.0-1
You can’t perform that action at this time.
0 commit comments