Update to 0.1.16-2

This commit is contained in:
Tomas Mlcoch 2013-03-11 12:19:45 +01:00
parent b5aaaa3eaa
commit fd877849e9
2 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.1.16
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
Group: System Environment/Base
Source0: https://fedorahosted.org/releases/c/r/createrepo_c/%{name}-%{version}.tar.xz
@ -15,7 +15,7 @@ BuildRequires: file-devel
BuildRequires: glib2-devel >= 2.22.0
BuildRequires: libcurl-devel
BuildRequires: libxml2-devel
BuildRequires: rpm-devel >= 4.8.0
BuildRequires: rpm-devel >= 4.8.0-28
BuildRequires: sqlite-devel
BuildRequires: xz-devel
BuildRequires: zlib-devel
@ -82,6 +82,13 @@ make install DESTDIR=$RPM_BUILD_ROOT/
%doc doc/html
%changelog
* Mon Mar 11 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.16-2
- Remove creation of own empty rpm keyring for a transaction set.
This is not necessary since rpm-4.8.0-28 (rpm commit
cad147070e5513312d851f44998012e8f0cdf1e3). Moreover, own rpm keyring
causes a race condition in threads (causing double free()) which use
rpmReadPackageFile() called from cr_package_from_rpm().
* Thu Mar 07 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.16-1
- Fix usage of rpm keyring (RhBug:918645)
- More generic interface of repomd module

View File

@ -1 +1 @@
6b5483e750a7d02e713489734acbac9a createrepo_c-0.1.16.tar.xz
2a5203183f06f5765b6cf8d07e7d7311 createrepo_c-0.1.16.tar.xz