Update to 0.9.0-2

This commit is contained in:
Tomas Mlcoch 2015-07-07 13:35:40 +02:00
parent bde2da6370
commit a36c3bf0e2
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@
/createrepo_c-8f8459e.tar.xz
/createrepo_c-8f2b2be.tar.xz
/createrepo_c-4479840.tar.xz
/createrepo_c-a3aaa03.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev 4479840
%global gitrev a3aaa03
# gitrev is output of: git rev-parse --short HEAD
%if 0%{?rhel} == 6
@ -43,6 +43,9 @@ Requires: rpm >= 4.8.0-28
BuildRequires: bash-completion
Requires: rpm >= 4.9.0
%endif
%if 0%{?fedora} >= 21
BuildRequires: drpm >= 0.1.3
%endif
%description
C implementation of Createrepo.
@ -124,8 +127,8 @@ make install DESTDIR=$RPM_BUILD_ROOT/
%{python_sitearch}/createrepo_c/
%changelog
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Tue Jul 7 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.9.0-2
- Add drpm as a BuildRequire
* 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)

View File

@ -1 +1 @@
5aa46c1c40ed1d33451db6f48e68819a createrepo_c-4479840.tar.xz
6227924df09a0e162e53ce508eae3a66 createrepo_c-a3aaa03.tar.xz