From 52d86dd2e269f9e4e59c37cbcd52b5572c974dde Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Feb 04 2021 10:39:34 +0000 Subject: 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 --- 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)