From 2338d092bb15850f26cd01084a68a8d01c0e381c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 7 Jan 2022 19:38:00 +0100 Subject: [PATCH] Fix broken requirement on GConf2{?_isa} Fallout from 9ab6b1bf2f73e2002a84131ccd6cb8e37cfce7db https://src.fedoraproject.org/rpms/GConf2/pull-request/1 --- GConf2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/GConf2.spec b/GConf2.spec index a144649..0a5f44a 100644 --- a/GConf2.spec +++ b/GConf2.spec @@ -9,7 +9,7 @@ Name: GConf2 Version: 3.2.6 -Release: 32%{?dist} +Release: 33%{?dist} Summary: A process-transparent configuration system License: LGPLv2+ and GPLv2+ @@ -62,7 +62,7 @@ support workgroup administration. %package devel Summary: Headers and libraries for GConf development -Requires: %{name}{?_isa} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} Conflicts: GConf2-dbus-devel %description devel @@ -164,6 +164,9 @@ fi %{_mandir}/man1/gsettings-schema-convert.1* %changelog +* Fri Jan 07 2022 Miro HronĨok - 3.2.6-33 +- Fix broken requirement on GConf2{?_isa} + * Fri Jan 07 2022 David King - 3.2.6-32 - Update URL (#2036776) - Use pkgconfig for BuildRequires