Update to 0.9.0-2
This commit is contained in:
parent
bde2da6370
commit
a36c3bf0e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
||||
/createrepo_c-8f8459e.tar.xz
|
||||
/createrepo_c-8f2b2be.tar.xz
|
||||
/createrepo_c-4479840.tar.xz
|
||||
/createrepo_c-a3aaa03.tar.xz
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user