Fix broken requirement on GConf2{?_isa}

Fallout from 9ab6b1bf2f

https://src.fedoraproject.org/rpms/GConf2/pull-request/1
epel9
Miro Hrončok 3 years ago committed by Debarshi Ray
parent 9ab6b1bf2f
commit 2338d092bb

@ -9,7 +9,7 @@
Name: GConf2 Name: GConf2
Version: 3.2.6 Version: 3.2.6
Release: 32%{?dist} Release: 33%{?dist}
Summary: A process-transparent configuration system Summary: A process-transparent configuration system
License: LGPLv2+ and GPLv2+ License: LGPLv2+ and GPLv2+
@ -62,7 +62,7 @@ support workgroup administration.
%package devel %package devel
Summary: Headers and libraries for GConf development Summary: Headers and libraries for GConf development
Requires: %{name}{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
Conflicts: GConf2-dbus-devel Conflicts: GConf2-dbus-devel
%description devel %description devel
@ -164,6 +164,9 @@ fi
%{_mandir}/man1/gsettings-schema-convert.1* %{_mandir}/man1/gsettings-schema-convert.1*
%changelog %changelog
* Fri Jan 07 2022 Miro Hrončok <mhroncok@redhat.com> - 3.2.6-33
- Fix broken requirement on GConf2{?_isa}
* Fri Jan 07 2022 David King <amigadave@amigadave.com> - 3.2.6-32 * Fri Jan 07 2022 David King <amigadave@amigadave.com> - 3.2.6-32
- Update URL (#2036776) - Update URL (#2036776)
- Use pkgconfig for BuildRequires - Use pkgconfig for BuildRequires

Loading…
Cancel
Save