Update to 0.7.0
This commit is contained in:
parent
a2ccfb9b5b
commit
b4e00234a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
|||||||
/createrepo_c-d43f960.tar.xz
|
/createrepo_c-d43f960.tar.xz
|
||||||
/createrepo_c-e509b1f.tar.xz
|
/createrepo_c-e509b1f.tar.xz
|
||||||
/createrepo_c-1e32fcd.tar.xz
|
/createrepo_c-1e32fcd.tar.xz
|
||||||
|
/createrepo_c-20068e8.tar.xz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
%global gitrev 1e32fcd
|
%global gitrev 20068e8
|
||||||
# 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.6.1
|
Version: 0.7.0
|
||||||
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:
|
||||||
@ -115,8 +115,12 @@ make install DESTDIR=$RPM_BUILD_ROOT/
|
|||||||
%{python_sitearch}/createrepo_c/
|
%{python_sitearch}/createrepo_c/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2
|
* Mon Oct 20 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.0-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- deltarpms: Update module to work with current version of drpm
|
||||||
|
- mergerepo_c: Add --omit-baseurl option
|
||||||
|
- craterepo_c: Gen empty repo if empty pkglist is used
|
||||||
|
- Docs: Output python docs to separate directory
|
||||||
|
- Several small fixes
|
||||||
|
|
||||||
* Tue Aug 12 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.6.1-1
|
* Tue Aug 12 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.6.1-1
|
||||||
- updateinfo: Use Python datetime objects in python bindings
|
- updateinfo: Use Python datetime objects in python bindings
|
||||||
|
Loading…
Reference in New Issue
Block a user