Skip to content

Commit ebbb464

Browse files
committed
update to current Ubuntu/Debian versions
1 parent fc6a112 commit ebbb464

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ all: # nothing to build
77

88
install:
99
mkdir -p ${DESTDIR}/usr/share/cvmfs-contrib-release
10-
for OSVER in Ubuntu_14.04 Ubuntu_16.04 Ubuntu_18.04 Ubuntu_20.04 Debian_9.0 Debian_10 Debian_11; do \
10+
for OSVER in Ubuntu_20.04 Ubuntu_22.04 Debian_10 Debian_11 Debian_12; do \
1111
case $$OSVER in \
1212
Ubuntu*) REPO="x$$OSVER";; \
1313
*) REPO="$$OSVER";; \

debian/cvmfs-contrib-release.dsc

Lines changed: 2 additions & 2 deletions
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-contrib-release-1.18.tar.gz
2+
Debtransform-Tar: cvmfs-contrib-release-1.19.tar.gz
33
Format: 1.0
4-
Version: 1.18.1
4+
Version: 1.19.1
55
Binary: cvmfs-contrib-release
66
Source: cvmfs-contrib-release
77
Maintainer: Dave Dykstra <dwd@fnal.gov>

rpm/cvmfs-contrib-release.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: cvmfs-contrib-release
2-
Version: 1.18
2+
Version: 1.19
33
# The release_prefix macro is used in the OBS prjconf, don't change its name
44
%define release_prefix 1
55
# %{?dist} is left off intentionally; this rpm works on multiple OS releases
@@ -83,6 +83,10 @@ if [ ! -e $REPO ]; then
8383
fi
8484

8585
%changelog
86+
* Fri Jun 30 2023 Dave Dykstra <dwd@fnal.gov> - 1.19-1
87+
- Removed Ubuntu_14.04, Ubuntu_16.04, Ubuntu_18.04, and Debian_9.0 and
88+
added Ubuntu_22.04 and Debian_12 to the debian release.
89+
8690
* Thu Jun 29 2023 Dave Dykstra <dwd@fnal.gov> - 1.18-1
8791
- Change CentOS_8 to AlmaLinux_8 and add AlmaLinux_9.
8892

0 commit comments

Comments
 (0)