diff --git a/librepo.spec b/librepo.spec index 5e43d27..480a43a 100644 --- a/librepo.spec +++ b/librepo.spec @@ -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 - 1.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Oct 07 2020 Nicola Sella - 1.12.1-1 * Update to 1.12.1 - Validate path read from repomd.xml (RhBug:1868639)