File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11# created by obsupdate.sh, do not edit by hand
2- Debtransform-Tar : cvmfs-config-osg-2.2 .tar.gz
2+ Debtransform-Tar : cvmfs-config-osg-2.3 .tar.gz
33Format : 1.0
4- Version : 2.2 .1
4+ Version : 2.3 .1
55Binary : cvmfs-config-osg
66Source : cvmfs-config-osg
77Maintainer : Dave Dykstra <dwd@fnal.gov>
Original file line number Diff line number Diff line change 11Summary: CernVM File System OSG Configuration and Public Keys
22Name: cvmfs-config-osg
3- Version: 2.2
3+ Version: 2.3
44Release: 1%{?dist }
55# download with:
66# $ curl -L -o cvmfs-config-osg-%{version}.tar.gz \
@@ -39,6 +39,13 @@ make install-redhat DESTDIR=$RPM_BUILD_ROOT
3939%config %{_sysconfdir }/cvmfs/config.d/*
4040
4141%changelog
42+ * Fri Feb 23 2018 Dave Dykstra <dwd@fnal.gov> - 2.3-1
43+ - Change the changelog date on version 2.0.3 from Feb 28 2017 to
44+ May 28 2017 because osg-build complained about non-descending order
45+ of the dates.
46+ - Change the rpm/rpmbuild-cvmfs-config-osg development test script
47+ to read from rpm instead of packaging/redhat.
48+
4249* Thu Feb 22 2018 Dave Dykstra <dwd@fnal.gov> - 2.2-1
4350- Just change the version number because the OSG github-source for
4451 reading spec files doesn't work with dash release tags.
@@ -52,7 +59,7 @@ make install-redhat DESTDIR=$RPM_BUILD_ROOT
5259- Move packaging/debian to debian and packaging/redhat to rpm, to work
5360 better with OBS and new OSG github packaging standard
5461
55- * Tue Feb 28 2017 Dave Dykstra <dwd@fnal.gov> - 2.0-3
62+ * Tue May 28 2017 Dave Dykstra <dwd@fnal.gov> - 2.0-3
5663- Use common install Makefile between debian and redhat
5764
5865* Fri May 19 2017 Brian Lin <blin@cs.wisc.edu> - 2.0-2
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ set -ex
2222PKG=" ` echo $0 | sed ' s/.*build-//' ` "
2323SRCDIR=$HOME /work/$PKG
2424cd $SRCDIR
25- SPEC=packaging/redhat /$PKG .spec
25+ SPEC=rpm /$PKG .spec
2626VERSION=" ` sed -n ' s/^Version: //p' $SPEC ` "
2727cd $RPMBUILD /SOURCES
2828ln -fns $SRCDIR $PKG -$VERSION
You can’t perform that action at this time.
0 commit comments