From e866f6a083529cce4b2c83289e64365ea7065737 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 22 May 2015 23:16:47 +0200 Subject: [PATCH] Obsolete compat-libcdio15 The ABI compatibility package was retired in F23; obsolete it to make sure it gets removed from users systems as well. --- libcdio.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/libcdio.spec b/libcdio.spec index a1daf1f..b99a34b 100644 --- a/libcdio.spec +++ b/libcdio.spec @@ -1,6 +1,6 @@ Name: libcdio Version: 0.93 -Release: 4%{?dist} +Release: 5%{?dist} Summary: CD-ROM input and control library Group: System Environment/Libraries License: GPLv3+ @@ -21,6 +21,11 @@ Requires(preun): /sbin/install-info BuildRequires: gettext-devel BuildRequires: chrpath +%if 0%{?fedora} >= 23 +# ABI compatibility package dropped in F23 +Obsoletes: compat-libcdio15 < 0.93 +%endif + %description This library provides an interface for CD-ROM access. It can be used @@ -141,6 +146,9 @@ fi %changelog +* Fri May 22 2015 Kalev Lember - 0.93-5 +- Obsolete compat-libcdio15 + * Sat May 02 2015 Kalev Lember - 0.93-4 - Rebuilt for GCC 5 C++11 ABI change