Skip to content

Commit 0afcafe

Browse files
authored
Merge pull request #9 from DrDaveD/fix-build-complaint
Fix changelog out of order error, test build script
2 parents b7b78f4 + f3d1011 commit 0afcafe

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

debian/cvmfs-config-osg.dsc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
33
Format: 1.0
4-
Version: 2.2.1
4+
Version: 2.3.1
55
Binary: cvmfs-config-osg
66
Source: cvmfs-config-osg
77
Maintainer: Dave Dykstra <[email protected]>

rpm/cvmfs-config-osg.spec

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: CernVM File System OSG Configuration and Public Keys
22
Name: cvmfs-config-osg
3-
Version: 2.2
3+
Version: 2.3
44
Release: 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 <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 2.0-3
62+
* Tue May 28 2017 Dave Dykstra <[email protected]> - 2.0-3
5663
- Use common install Makefile between debian and redhat
5764

5865
* Fri May 19 2017 Brian Lin <[email protected]> - 2.0-2

rpm/rpmbuild-cvmfs-config-osg

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set -ex
2222
PKG="`echo $0|sed 's/.*build-//'`"
2323
SRCDIR=$HOME/work/$PKG
2424
cd $SRCDIR
25-
SPEC=packaging/redhat/$PKG.spec
25+
SPEC=rpm/$PKG.spec
2626
VERSION="`sed -n 's/^Version: //p' $SPEC`"
2727
cd $RPMBUILD/SOURCES
2828
ln -fns $SRCDIR $PKG-$VERSION

0 commit comments

Comments
 (0)