diff --git a/createrepo_c.spec b/createrepo_c.spec index 4fbc2e2..384b0b0 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -25,7 +25,7 @@ Summary: Creates a common metadata repository Name: createrepo_c Version: 0.17.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://github.com/rpm-software-management/createrepo_c Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz @@ -175,6 +175,10 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo %{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info %changelog +* Wed Jun 16 2021 Mohan Boddu - 0.17.2-2 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Mon Apr 26 2021 Pavla Kratochvilova - 0.17.2-1 - Update to 0.17.2 - Fix Python deprecation (PY_SSIZE_T_CLEAN) (RhBug:1891785)