import createrepo_c-0.15.11-1.el8
This commit is contained in:
parent
0ac70141ac
commit
1eeedfa441
@ -1 +1 @@
|
|||||||
e85178e66ca8c2157ef2da31cb8c25ff456631fd SOURCES/createrepo_c-0.15.1.tar.gz
|
49ce7de5c5d17fafba7dcc171837236f5ef189b6 SOURCES/createrepo_c-0.15.11.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/createrepo_c-0.15.1.tar.gz
|
SOURCES/createrepo_c-0.15.11.tar.gz
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?rhel} || 0%{?fedora} < 29
|
%if 0%{?rhel} || (0%{?fedora} && 0%{?fedora} < 29)
|
||||||
%bcond_with zchunk
|
%bcond_with zchunk
|
||||||
%else
|
%else
|
||||||
%bcond_without zchunk
|
%bcond_without zchunk
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?rhel} || 0%{?fedora} < 29
|
%if 0%{?rhel} < 8 || (0%{?fedora} && 0%{?fedora} < 29)
|
||||||
%bcond_with libmodulemd
|
%bcond_with libmodulemd
|
||||||
%else
|
%else
|
||||||
%bcond_without libmodulemd
|
%bcond_without libmodulemd
|
||||||
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
Summary: Creates a common metadata repository
|
Summary: Creates a common metadata repository
|
||||||
Name: createrepo_c
|
Name: createrepo_c
|
||||||
Version: 0.15.1
|
Version: 0.15.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/rpm-software-management/createrepo_c
|
URL: https://github.com/rpm-software-management/createrepo_c
|
||||||
@ -46,7 +46,6 @@ BuildRequires: cmake
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: bzip2-devel
|
BuildRequires: bzip2-devel
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: expat-devel
|
|
||||||
BuildRequires: file-devel
|
BuildRequires: file-devel
|
||||||
BuildRequires: glib2-devel >= 2.22.0
|
BuildRequires: glib2-devel >= 2.22.0
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
@ -262,6 +261,31 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 29 2020 Ales Matej <amatej@redhat.com> - 0.15.11-1
|
||||||
|
- Update to 0.15.11
|
||||||
|
- Add --arch-expand option
|
||||||
|
- Fix various memory leaks
|
||||||
|
|
||||||
|
* Wed Apr 29 2020 Ales Matej <amatej@redhat.com> - 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 <sgallagh@redhat.com> - 0.15.1-3
|
||||||
|
- Fix incorrect conditional causing libmodulemd support to be disabled (RhBug:1816753)
|
||||||
|
|
||||||
|
* Mon Jan 13 2020 Ales Matej <amatej@redhat.com> - 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 <amatej@redhat.com> - 0.15.1-1
|
* Tue Oct 22 2019 Ales Matej <amatej@redhat.com> - 0.15.1-1
|
||||||
- Update to 0.15.1
|
- Update to 0.15.1
|
||||||
- Allow pip to see installation of python3-createrepo_c
|
- Allow pip to see installation of python3-createrepo_c
|
||||||
|
Loading…
Reference in New Issue
Block a user