#1 Fix a nasty typo
Closed 2 years ago by churchyard. Opened 2 years ago by churchyard.
rpms/ churchyard/GConf2 hotfix  into  rawhide

file modified
+5 -2
@@ -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 @@ 

  

  %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 @@ 

  %{_mandir}/man1/gsettings-schema-convert.1*

  

  %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

  - Update URL (#2036776)

  - Use pkgconfig for BuildRequires

no initial comment

rebased onto 2338d09

2 years ago

Pull-Request has been closed by churchyard

2 years ago

Thanks for spotting that Miro!

I merged it after adding a reference to the faulty commit in the commit message.

Metadata