Update to 0.15.11
This commit is contained in:
parent
39c7599aeb
commit
6396bb9a86
@ -35,8 +35,8 @@
|
||||
|
||||
Summary: Creates a common metadata repository
|
||||
Name: createrepo_c
|
||||
Version: 0.15.5
|
||||
Release: 3%{?dist}
|
||||
Version: 0.15.11
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://github.com/rpm-software-management/createrepo_c
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
@ -45,7 +45,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
|
||||
@ -261,6 +260,19 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jun 02 2020 Ales Matej <amatej@redhat.com> - 0.15.11-1
|
||||
- Update to 0.15.11
|
||||
- Switch updateinfo to explicitly include bool values (RhBug:1772466)
|
||||
- Enhance error handling when locating repositories (RhBug:1762697)
|
||||
- Make documentation for --update-md-path more specific
|
||||
- Clean up temporary .repodata on sigint
|
||||
- Add relogin_suggested to updatecollectionpackage (Rhbug:1779751)
|
||||
- Support issued date in epoch format in Python API (RhBug:1779751)
|
||||
- Allow parsing of xml repodata from string (RhBug: 1804308)
|
||||
- Remove expat xml library in favor of libxml2
|
||||
- Copy updateCollectionModule on assignment to prevent bogus data (RhBug:1821781)
|
||||
- Add --arch-expand option to mergerepo_c
|
||||
|
||||
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 0.15.5-3
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (createrepo_c-0.15.5.tar.gz) = 8e29dcc4724bacdb3f218e452d28a55dc7c50cbe5ed6e5596b13082747e7be8b1259fcb5441c0d2389a3c77dd3336741f9d39b250a84016dc915f7cdd73dce20
|
||||
SHA512 (createrepo_c-0.15.11.tar.gz) = 18a12e1a81a2ce56f98955b537073a50d2c8c6134999207313cb2096dd34cf14c6ec56f435e8d514715dd39c5eca37f0be43e612a326fa10d76200eba76bf935
|
||||
|
Loading…
Reference in New Issue
Block a user