- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-16 01:15:39 +00:00
parent 0884938e8f
commit 1209d1ba5a

View File

@ -1,6 +1,6 @@
Name: libgexiv2
Version: 0.12.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library
License: GPLv2+
@ -78,6 +78,9 @@ This package contains the python3 bindings for %{name}
%{python3_sitearch}/gi/overrides/__pycache__/GExiv2*
%changelog
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.12.2-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Sat Feb 20 2021 Kalev Lember <klember@redhat.com> - 0.12.2-2
- Remove no longer needed ldconfig_scriptlets macro call
- Remove explicit byte compilation as the automatic works for flatpak builds now