Hello community, here is the log from the commit of package createrepo checked in at Mon May 21 15:08:41 CEST 2007. -------- --- createrepo/createrepo.changes 2007-05-16 17:16:48.000000000 +0200 +++ /mounts/work_src_done/NOARCH/createrepo/createrepo.changes 2007-05-21 12:49:49.317988000 +0200 @@ -1,0 +2,5 @@ +Mon May 21 12:48:37 CEST 2007 - cthiel@suse.de + +- replace rpm.RPMTAG_HDRID with rpm.RPMTAG_SHA1HEADER in createrepo-0.4.8-cachefix.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ createrepo.spec ++++++ --- /var/tmp/diff_new_pack.Y15124/_old 2007-05-21 15:08:32.000000000 +0200 +++ /var/tmp/diff_new_pack.Y15124/_new 2007-05-21 15:08:32.000000000 +0200 @@ -13,7 +13,7 @@ Name: createrepo BuildRequires: python Version: 0.4.9 -Release: 1 +Release: 3 License: GNU General Public License (GPL) Summary: Creates a Common Metadata Repository Group: System/Packages @@ -81,6 +81,8 @@ %{_datadir}/%{name}/* %changelog +* Mon May 21 2007 - cthiel@suse.de +- replace rpm.RPMTAG_HDRID with rpm.RPMTAG_SHA1HEADER in createrepo-0.4.8-cachefix.patch * Wed May 16 2007 - cthiel@suse.de - update to version 0.4.9 * includes createrepo-0.4.8-skip-symlinks.patch and createrepo-0.4.8-cachefix.patch (partly) ++++++ createrepo-0.4.9-cachefix.patch ++++++ --- /var/tmp/diff_new_pack.Y15124/_old 2007-05-21 15:08:32.000000000 +0200 +++ /var/tmp/diff_new_pack.Y15124/_new 2007-05-21 15:08:32.000000000 +0200 @@ -11,8 +11,8 @@ + t.append("".join(self.hdr[rpm.RPMTAG_SIGGPG])) + if type(self.hdr[rpm.RPMTAG_SIGPGP]) is not types.NoneType: + t.append("".join(self.hdr[rpm.RPMTAG_SIGPGP])) -+ if type(self.hdr[rpm.RPMTAG_HDRID]) is not types.NoneType: -+ t.append("".join(self.hdr[rpm.RPMTAG_HDRID])) ++ if type(self.hdr[rpm.RPMTAG_SHA1HEADER]) is not types.NoneType: ++ t.append("".join(self.hdr[rpm.RPMTAG_SHA1HEADER])) key = md5.new("".join(t)).hexdigest() ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de