Update to 0.7.1
This commit is contained in:
parent
b4e00234a3
commit
bfc617793e
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
|||||||
/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
|
/createrepo_c-20068e8.tar.xz
|
||||||
|
/createrepo_c-cb47bf6.tar.xz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
%global gitrev 20068e8
|
%global gitrev cb47bf6
|
||||||
# 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.7.0
|
Version: 0.7.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -115,6 +115,10 @@ make install DESTDIR=$RPM_BUILD_ROOT/
|
|||||||
%{python_sitearch}/createrepo_c/
|
%{python_sitearch}/createrepo_c/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 31 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.1-1
|
||||||
|
- Mergerepo: Fix mergerepo
|
||||||
|
- Mergerepo: Add some debugging of metadata read.
|
||||||
|
|
||||||
* Mon Oct 20 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.0-1
|
* Mon Oct 20 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.0-1
|
||||||
- deltarpms: Update module to work with current version of drpm
|
- deltarpms: Update module to work with current version of drpm
|
||||||
- mergerepo_c: Add --omit-baseurl option
|
- mergerepo_c: Add --omit-baseurl option
|
||||||
|
Loading…
Reference in New Issue
Block a user