Update to 0.4.0

This commit is contained in:
Tomas Mlcoch 2014-05-06 15:07:11 +02:00
parent 276c49834a
commit 92dee5c41b
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/createrepo_c-a5d7283.tar.xz
/createrepo_c-74f41fd.tar.xz
/createrepo_c-983632d.tar.xz
/createrepo_c-7ef96a6.tar.xz

View File

@ -1,10 +1,10 @@
%global gitrev 983632d
%global gitrev 7ef96a6
# gitrev is output of: git rev-parse --short HEAD
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.3.1
Release: 2%{?dist}
Version: 0.4.0
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
# Use the following commands to generate the tarball:
@ -115,6 +115,13 @@ make install DESTDIR=$RPM_BUILD_ROOT/
%{python_sitearch}/createrepo_c/
%changelog
* Thu May 6 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.4.0-1
- Change default behavior of repodata files handling. (RhBug: 1094539)
See: https://github.com/Tojaj/createrepo_c/wiki/New-File-Handling
By default, createrepo leaves old groupfiles (comps files)
in the repodata/ directory during update.
Createrepo_c did the same thing but the version 0.4.0 changes this behaviour.
* Thu Apr 10 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.3.1-2
- Support for weak and rich dependecies

View File

@ -1 +1 @@
df0b1061b5267555a18b828b5a2183bf createrepo_c-983632d.tar.xz
606d117677ab85e5a9ec15896db644c2 createrepo_c-7ef96a6.tar.xz