This commit is contained in:
Tomas Mlcoch 2015-05-26 13:59:19 +02:00
parent 22a047cc41
commit 8750723ff0
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@
/createrepo_c-35aecbe.tar.xz
/createrepo_c-1c98fe1.tar.xz
/createrepo_c-8f8459e.tar.xz
/createrepo_c-8f2b2be.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev 8f8459e
%global gitrev 8f2b2be
# gitrev is output of: git rev-parse --short HEAD
%if 0%{?rhel} == 6
@ -10,7 +10,7 @@
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.8.3
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2
Group: System Environment/Base
# Use the following commands to generate the tarball:
@ -124,6 +124,11 @@ make install DESTDIR=$RPM_BUILD_ROOT/
%{python_sitearch}/createrepo_c/
%changelog
* Tue May 26 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.8.3-4
- mergerepo_c: Prepend protocol (file://) for URLs in pkgorigins (if --koji is used)
- Update bash completion
- doc: Update manpages
* Mon May 25 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.8.3-3
- mergerepo: Fix NVR merging method
- mergerepo: Fix behavior of --all param

View File

@ -1 +1 @@
bf96178f9052ad864d0a0cb9866ee45a createrepo_c-8f8459e.tar.xz
1dbcb0f82394e31b98e96b451b01bb93 createrepo_c-8f2b2be.tar.xz