diff --git a/SPECS/librepo.spec b/SPECS/librepo.spec index aacd638..f2ddfc5 100644 --- a/SPECS/librepo.spec +++ b/SPECS/librepo.spec @@ -27,7 +27,7 @@ Name: librepo Version: 1.12.0 -Release: 3.2%{?dist} +Release: 3.3%{?dist} Summary: Repodata downloading library License: LGPLv2+ @@ -58,6 +58,8 @@ BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(zck) >= 0.9.11 %endif Requires: libcurl%{?_isa} >= %{libcurl_version} +Provides: librepo(pr222) +Provides: librepo(pr234) %description A library providing C and Python (libcURL like) API to downloading repository @@ -199,6 +201,9 @@ popd %endif %changelog +* Thu Mar 18 2021 Matthew Almond - 1.12.0-3.3 +- Use Provides in SIG code to signal that certain bugs/fixes are present + * Tue Mar 16 2021 Matthew Almond - 1.12.0-3.1 - PR234 bugfix (RhBug:1935465) - PR211 for syncing file data before xattrs