Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/libcomps.git#b98836eb97fac025a3786d650f1ff4e3fa8cf614
This commit is contained in:
DistroBaker 2021-02-04 09:20:55 +01:00
parent 6cbb197891
commit ae9134b24d

View File

@ -16,7 +16,7 @@
Name: libcomps
Version: 0.1.15
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Comps XML file manipulation library
License: GPLv2+
@ -84,6 +84,7 @@ Python 2 bindings for libcomps library.
%package -n python3-%{name}
Summary: Python 3 bindings for libcomps library
BuildRequires: python3-devel
BuildRequires: make
%{?python_provide:%python_provide python3-%{name}}
Requires: %{name}%{?_isa} = %{version}-%{release}
Obsoletes: platform-python-%{name} < %{version}-%{release}
@ -194,6 +195,9 @@ popd
%endif
%changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.15-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Aug 07 2020 Nicola Sella <nsella@redhat.com> - 0.1.15-5
- spec: Fix building with new cmake macros