From aa0a967c82a8ab753f3f3c790dc3d4a9ad44cd8c Mon Sep 17 00:00:00 2001 From: Sandro Date: Wed, 1 Nov 2023 23:00:43 +0100 Subject: [PATCH] Drop `liblinebreak` Provides: and Obsoletes: Nothing requires `liblinebreak` any longer. --- libunibreak.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libunibreak.spec b/libunibreak.spec index e61caeb..3b1e72c 100644 --- a/libunibreak.spec +++ b/libunibreak.spec @@ -1,6 +1,3 @@ -# latest liblinebreak is v2.1, we obsolete anything below 2.2 -%global obsEVR 2.2-1 - %global forgeurl https://github.com/adah1972/libunibreak Name: libunibreak @@ -30,9 +27,6 @@ BuildRequires: gcc BuildRequires: make BuildRequires: automake, autoconf, libtool -Provides: liblinebreak = %{version}-%{release} -Obsoletes: liblinebreak < %{obsEVR} - %description Libunibreak is an implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and @@ -43,8 +37,6 @@ renderer. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -Provides: liblinebreak-devel = %{version}-%{release} -Obsoletes: liblinebreak-devel < %{obsEVR} %description devel The %{name}-devel package contains libraries and header files for