From 56215685d3eaf90ce8f68240fbcce54d6f4f86f3 Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Thu, 22 Feb 2018 12:45:49 -0600 Subject: [PATCH] update to version 2.2-1 --- debian/cvmfs-config-osg.dsc | 6 +++--- rpm/cvmfs-config-osg.spec | 8 ++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/debian/cvmfs-config-osg.dsc b/debian/cvmfs-config-osg.dsc index 6a61e05..92d9471 100644 --- a/debian/cvmfs-config-osg.dsc +++ b/debian/cvmfs-config-osg.dsc @@ -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 Section: utils -Priority: extra +Priority: optional Standards-Version: 3.9.6 Build-Depends: debhelper (>= 9) Homepage: http://github.com/opensciencegrid/cvmfs-config-osg diff --git a/rpm/cvmfs-config-osg.spec b/rpm/cvmfs-config-osg.spec index 94b15ae..2009180 100644 --- a/rpm/cvmfs-config-osg.spec +++ b/rpm/cvmfs-config-osg.spec @@ -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 @@ -39,6 +39,10 @@ make install-redhat DESTDIR=$RPM_BUILD_ROOT %config %{_sysconfdir}/cvmfs/config.d/* %changelog +* Thu Feb 22 2018 Dave Dykstra - 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 - 2.1-2 - Restore the changes from 2.0-2 that were accidentally wiped out in the conversion to github.