Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions debian/cvmfs-config-osg.dsc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# created by obsupdate.sh, do not edit by hand
Debtransform-Tar: cvmfs-config-osg-2.1.tar.gz
Debtransform-Tar: cvmfs-config-osg-2.2.tar.gz
Format: 1.0
Version: 2.1.2
Version: 2.2.1
Binary: cvmfs-config-osg
Source: cvmfs-config-osg
Maintainer: Dave Dykstra <dwd@fnal.gov>
Section: utils
Priority: extra
Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9)
Homepage: http://github.com/opensciencegrid/cvmfs-config-osg
Expand Down
8 changes: 6 additions & 2 deletions rpm/cvmfs-config-osg.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: CernVM File System OSG Configuration and Public Keys
Name: cvmfs-config-osg
Version: 2.1
Release: 2%{?dist}
Version: 2.2
Release: 1%{?dist}
# download with:
# $ curl -L -o cvmfs-config-osg-%{version}.tar.gz \
# https://github.com/opensciencegrid/cvmfs-config-osg/archive/v%{version}.tar.gz
Expand Down Expand Up @@ -39,6 +39,10 @@ make install-redhat DESTDIR=$RPM_BUILD_ROOT
%config %{_sysconfdir}/cvmfs/config.d/*

%changelog
* Thu Feb 22 2018 Dave Dykstra <dwd@fnal.gov> - 2.2-1
- Just change the version number because the OSG github-source for
reading spec files doesn't work with dash release tags.

* Wed Dec 20 2017 Dave Dykstra <dwd@fnal.gov> - 2.1-2
- Restore the changes from 2.0-2 that were accidentally wiped out in
the conversion to github.
Expand Down