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/librepo.git#b56e9ac5547fb9fdb9a11d284b13e268b936e9b6
This commit is contained in:
DistroBaker 2021-02-04 11:39:34 +01:00
parent f0041a4e4d
commit 52d86dd2e2

View File

@ -29,13 +29,14 @@
Name: librepo
Version: 1.12.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Repodata downloading library
License: LGPLv2+
URL: https://github.com/rpm-software-management/librepo
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: make
BuildRequires: cmake
BuildRequires: gcc
BuildRequires: check-devel
@ -192,6 +193,9 @@ popd
%endif
%changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Oct 07 2020 Nicola Sella <nsella@redhat.com> - 1.12.1-1
* Update to 1.12.1
- Validate path read from repomd.xml (RhBug:1868639)