Update to 0.7.4
This commit is contained in:
parent
cd91cde01c
commit
749a80d52b
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
|||||||
/createrepo_c-cb47bf6.tar.xz
|
/createrepo_c-cb47bf6.tar.xz
|
||||||
/createrepo_c-92d9225.tar.xz
|
/createrepo_c-92d9225.tar.xz
|
||||||
/createrepo_c-3ff1d05.tar.xz
|
/createrepo_c-3ff1d05.tar.xz
|
||||||
|
/createrepo_c-d78d504.tar.xz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
%global gitrev 3ff1d05
|
%global gitrev d78d504
|
||||||
# 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.3
|
Version: 0.7.4
|
||||||
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
|
||||||
|
* Tue Nov 11 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.4-1
|
||||||
|
- createrepo_c, mergerepo_c: Follow redirs by default while downloading remote repos
|
||||||
|
- mergerepo_c: Fix segfault when a package without sourcerpm is part of metadata and --koji option is used
|
||||||
|
|
||||||
* Mon Nov 10 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.3-1
|
* Mon Nov 10 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.3-1
|
||||||
- xml_parser: Add file path into error messages
|
- xml_parser: Add file path into error messages
|
||||||
- Refactor: Replace g_error() with g_critical() (RhBug: 1162102)
|
- Refactor: Replace g_error() with g_critical() (RhBug: 1162102)
|
||||||
|
Loading…
Reference in New Issue
Block a user