Skip to content

Commit 7164b83

Browse files
Merge pull request #14 from DrDaveD/update-compatibility
Update compatibility between other cvmfs configs
2 parents 9b2edd2 + 55ebcdc commit 7164b83

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

debian/cvmfs-config-osg.dsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# created by obsupdate.sh, do not edit by hand
22
Debtransform-Tar: cvmfs-config-osg-2.4.tar.gz
33
Format: 1.0
4-
Version: 2.4.1
4+
Version: 2.4.4
55
Binary: cvmfs-config-osg
66
Source: cvmfs-config-osg
77
Maintainer: Dave Dykstra <dwd@fnal.gov>

rpm/cvmfs-config-osg.spec

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: CernVM File System OSG Configuration and Public Keys
22
Name: cvmfs-config-osg
33
Version: 2.4
4-
Release: 1%{?dist}
4+
Release: 4%{?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
@@ -20,7 +20,8 @@ Provides: cvmfs-init-scripts = 1.0.22
2020
Obsoletes: oasis-config < 8
2121
Provides: oasis-config = 9
2222

23-
Conflicts: cvmfs-config-default
23+
Obsoletes: cvmfs-config-default
24+
Conflicts: cvmfs-config-egi
2425

2526
%prep
2627
%setup
@@ -39,6 +40,12 @@ make install-redhat DESTDIR=$RPM_BUILD_ROOT
3940
%config %{_sysconfdir}/cvmfs/config.d/*
4041

4142
%changelog
43+
* Fri Mar 27 2020 Dave Dykstra <dwd@fnal.gov> - 2.4-4
44+
- Skipped release 2.4-2 and 2.4-3 to make consistent with cvmfs-config-egi.
45+
- Change Conflicts: cvmfs-config-default to Obsoletes: to make it
46+
easier to replace. Add Conflicts: cvmfs-config-egi because it
47+
is mutually exclusive.
48+
4249
* Tue Jul 23 2019 Dave Dykstra <dwd@fnal.gov> - 2.4-1
4350
- Change the server urls for the config-osg repository to use openhtc.io
4451
aliases when the proxy url can use DIRECT.

0 commit comments

Comments
 (0)