From db159bd701ab9b80f45788d7c9cc078d20846b18 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jul 28 2020 10:24:35 +0000 Subject: import createrepo_c-0.15.11-1.el8 --- diff --git a/.createrepo_c.metadata b/.createrepo_c.metadata index 3341249..231fc19 100644 --- a/.createrepo_c.metadata +++ b/.createrepo_c.metadata @@ -1 +1 @@ -e85178e66ca8c2157ef2da31cb8c25ff456631fd SOURCES/createrepo_c-0.15.1.tar.gz +49ce7de5c5d17fafba7dcc171837236f5ef189b6 SOURCES/createrepo_c-0.15.11.tar.gz diff --git a/.gitignore b/.gitignore index 81a3d81..dfffbcc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/createrepo_c-0.15.1.tar.gz +SOURCES/createrepo_c-0.15.11.tar.gz diff --git a/SPECS/createrepo_c.spec b/SPECS/createrepo_c.spec index 1816417..c392063 100644 --- a/SPECS/createrepo_c.spec +++ b/SPECS/createrepo_c.spec @@ -22,13 +22,13 @@ %bcond_without python2 %endif -%if 0%{?rhel} || 0%{?fedora} < 29 +%if 0%{?rhel} || (0%{?fedora} && 0%{?fedora} < 29) %bcond_with zchunk %else %bcond_without zchunk %endif -%if 0%{?rhel} || 0%{?fedora} < 29 +%if 0%{?rhel} < 8 || (0%{?fedora} && 0%{?fedora} < 29) %bcond_with libmodulemd %else %bcond_without libmodulemd @@ -36,7 +36,7 @@ Summary: Creates a common metadata repository Name: createrepo_c -Version: 0.15.1 +Version: 0.15.11 Release: 1%{?dist} License: GPLv2+ URL: https://github.com/rpm-software-management/createrepo_c @@ -46,7 +46,6 @@ BuildRequires: cmake BuildRequires: gcc BuildRequires: bzip2-devel BuildRequires: doxygen -BuildRequires: expat-devel BuildRequires: file-devel BuildRequires: glib2-devel >= 2.22.0 BuildRequires: libcurl-devel @@ -262,6 +261,31 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo %endif %changelog +* Wed Apr 29 2020 Ales Matej - 0.15.11-1 +- Update to 0.15.11 +- Add --arch-expand option +- Fix various memory leaks + +* Wed Apr 29 2020 Ales Matej - 0.15.10-1 +- Update to 0.15.10 +- New option --recycle-pkglist for --update mode +- Add restart_suggested field to updatecollectionpackage in updateinfo.xml +- Add relogin_suggested field to updatecollectionpackage in updateinfo.xml (Rhbug:1779751) +- Export all changelog entries to other.xml in compatibility mode +- Enhance error handling when locating repositories (RhBug:1762697) +- Clean up temporary .repodata on sigint +- Support issued date in epoch format set by Python API (RhBug:1779751) +- Allow parsing of xml repodata from string via new API functions (RhBug:1804308) +- Fix a bug when setting updateCollectionModule (RhBug:1821781) + +* Tue Mar 24 2020 Stephen Gallagher - 0.15.1-3 +- Fix incorrect conditional causing libmodulemd support to be disabled (RhBug:1816753) + +* Mon Jan 13 2020 Ales Matej - 0.15.1-2 +- Add reboot_suggested to UpdateRecord (RhBug:1772466) +- Explicitly output boolean values for updateinfo.xml (RhBug:1772466) +- Fix modifyrepo_c with modules.yaml as a symbolic link (RhBug:1776399) + * Tue Oct 22 2019 Ales Matej - 0.15.1-1 - Update to 0.15.1 - Allow pip to see installation of python3-createrepo_c