Update to 0.7.4

This commit is contained in:
Tomas Mlcoch 2014-11-11 14:54:00 +01:00
parent cd91cde01c
commit 749a80d52b
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
/createrepo_c-cb47bf6.tar.xz
/createrepo_c-92d9225.tar.xz
/createrepo_c-3ff1d05.tar.xz
/createrepo_c-d78d504.tar.xz

View File

@ -1,9 +1,9 @@
%global gitrev 3ff1d05
%global gitrev d78d504
# gitrev is output of: git rev-parse --short HEAD
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.7.3
Version: 0.7.4
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@ -115,6 +115,10 @@ make install DESTDIR=$RPM_BUILD_ROOT/
%{python_sitearch}/createrepo_c/
%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
- xml_parser: Add file path into error messages
- Refactor: Replace g_error() with g_critical() (RhBug: 1162102)

View File

@ -1 +1 @@
0c585cf8a2d01d2ce4e959a578568512 createrepo_c-3ff1d05.tar.xz
bcecf8207a240b3bf7485a6c5a32b615 createrepo_c-d78d504.tar.xz