Update to 0.1.14
This commit is contained in:
parent
9271727a96
commit
d8f684c0bd
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/createrepo_c-0.1.10.tar.xz
|
||||
/createrepo_c-0.1.11.tar.xz
|
||||
/createrepo_c-0.1.12.tar.xz
|
||||
/createrepo_c-0.1.14.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Creates a common metadata repository
|
||||
Name: createrepo_c
|
||||
Version: 0.1.12
|
||||
Release: 2%{?dist}
|
||||
Version: 0.1.14
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
Source0: https://fedorahosted.org/releases/c/r/createrepo_c/%{name}-%{version}.tar.xz
|
||||
@ -82,6 +82,12 @@ make install DESTDIR=$RPM_BUILD_ROOT/
|
||||
%doc doc/html
|
||||
|
||||
%changelog
|
||||
* Tue Nov 27 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.14-1
|
||||
- Fix filelists database generation (use '.' instead of '' for current dir)
|
||||
|
||||
* Tue Nov 20 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.13-1
|
||||
- Fix race-condition during task buffering in createrepo_c
|
||||
|
||||
* Tue Nov 20 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.12-2
|
||||
- Fix removing old repomd.xml while --update
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user