Update to 0.4.1
This commit is contained in:
parent
e670345026
commit
ba44d6e20f
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/createrepo_c-74f41fd.tar.xz
|
/createrepo_c-74f41fd.tar.xz
|
||||||
/createrepo_c-983632d.tar.xz
|
/createrepo_c-983632d.tar.xz
|
||||||
/createrepo_c-7ef96a6.tar.xz
|
/createrepo_c-7ef96a6.tar.xz
|
||||||
|
/createrepo_c-d43f960.tar.xz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
%global gitrev 7ef96a6
|
%global gitrev d43f960
|
||||||
# gitrev is output of: git rev-parse --short HEAD
|
# gitrev is output of: git rev-parse --short HEAD
|
||||||
|
|
||||||
Summary: Creates a common metadata repository
|
Summary: Creates a common metadata repository
|
||||||
Name: createrepo_c
|
Name: createrepo_c
|
||||||
Version: 0.4.0
|
Version: 0.4.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
# Use the following commands to generate the tarball:
|
# Use the following commands to generate the tarball:
|
||||||
@ -39,9 +39,10 @@ Requires: rpm >= 4.9.0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
C implementation of Createrepo. This utility will generate a common
|
C implementation of Createrepo.
|
||||||
metadata repository from a directory of rpm packages
|
A set of utilities (createrepo_c, mergerepo_c, modifyrepo_c)
|
||||||
|
for generating a common metadata repository from a directory of
|
||||||
|
rpm packages and maintaining it.
|
||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: Library for repodata manipulation
|
Summary: Library for repodata manipulation
|
||||||
@ -115,10 +116,14 @@ make install DESTDIR=$RPM_BUILD_ROOT/
|
|||||||
%{python_sitearch}/createrepo_c/
|
%{python_sitearch}/createrepo_c/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-2
|
* Thu Jun 26 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.4.1-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Initialize threads correctly on old versions of GLib2 (RhBug: 1108787)
|
||||||
|
- Do not print log domain (get rid off C_CREATEREPOLIB prefix in log messages)
|
||||||
|
- Implements support for --cachedir
|
||||||
|
- New option --retain-old-md-by-age
|
||||||
|
- Few small API changes
|
||||||
|
|
||||||
* Thu May 6 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.4.0-1
|
* Tue May 6 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.4.0-1
|
||||||
- Change default behavior of repodata files handling. (RhBug: 1094539)
|
- Change default behavior of repodata files handling. (RhBug: 1094539)
|
||||||
See: https://github.com/Tojaj/createrepo_c/wiki/New-File-Handling
|
See: https://github.com/Tojaj/createrepo_c/wiki/New-File-Handling
|
||||||
By default, createrepo leaves old groupfiles (comps files)
|
By default, createrepo leaves old groupfiles (comps files)
|
||||||
|
Loading…
Reference in New Issue
Block a user