Bump to 0.9.0
This commit is contained in:
parent
8750723ff0
commit
89750b7aba
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@
|
||||
/createrepo_c-1c98fe1.tar.xz
|
||||
/createrepo_c-8f8459e.tar.xz
|
||||
/createrepo_c-8f2b2be.tar.xz
|
||||
/createrepo_c-4479840.tar.xz
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global gitrev 8f2b2be
|
||||
%global gitrev 4479840
|
||||
# gitrev is output of: git rev-parse --short HEAD
|
||||
|
||||
%if 0%{?rhel} == 6
|
||||
@ -9,8 +9,8 @@
|
||||
|
||||
Summary: Creates a common metadata repository
|
||||
Name: createrepo_c
|
||||
Version: 0.8.3
|
||||
Release: 4%{?dist}
|
||||
Version: 0.9.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
# Use the following commands to generate the tarball:
|
||||
@ -124,16 +124,12 @@ 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
|
||||
* Thu May 28 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.9.0-1
|
||||
- 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
|
||||
|
||||
* Fri May 22 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.8.3-2
|
||||
- createrepo: Add --cut-dirs and --location-prefix options
|
||||
- misc: Add cr_cut_dirs()
|
||||
- mergerepo: Use better version comparison algorithm
|
||||
|
Loading…
Reference in New Issue
Block a user