From 5ea5e3243505b405384c9721c4a190cfa5853ad8db96393b66034b51e38a2fe7 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 21 Aug 2007 13:53:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=43 --- libzypp-3.18.2.patch | 20 ++++++++++++++++++++ libzypp.changes | 5 +++++ libzypp.spec | 6 +++++- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 libzypp-3.18.2.patch diff --git a/libzypp-3.18.2.patch b/libzypp-3.18.2.patch new file mode 100644 index 0000000..b433a8b --- /dev/null +++ b/libzypp-3.18.2.patch @@ -0,0 +1,20 @@ +--- zypp/repo/susetags/Downloader.cc ++++ zypp/repo/susetags/Downloader.cc +@@ -170,7 +170,7 @@ + } + + // add hashed media files +- ++ /* + for ( RepoIndex::FileChecksumMap::const_iterator it = _repoindex->mediaFileChecksums.begin(); + it != _repoindex->mediaFileChecksums.end(); + ++it ) +@@ -179,7 +179,7 @@ + location.setChecksum( it->second ); + this->enqueueDigested(location); + } +- ++ */ + this->start( dest_dir, media ); + } + diff --git a/libzypp.changes b/libzypp.changes index d0050c3..3ce81fa 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de + +- ignore HASH key for download (#300982) + ------------------------------------------------------------------- Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de diff --git a/libzypp.spec b/libzypp.spec index 8929b41..7ab8801 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -17,9 +17,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on Summary: Package, Patch, Pattern, and Product Management Version: 3.18.2 -Release: 1 +Release: 3 Source: libzypp-3.18.2.tar.bz2 Source1: libzypp-rpmlintrc +Patch: libzypp-3.18.2.patch Prefix: /usr Provides: yast2-packagemanager Obsoletes: yast2-packagemanager @@ -69,6 +70,7 @@ Authors: %prep %setup -q +%patch %build mkdir build @@ -125,6 +127,8 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog +* Tue Aug 21 2007 - dmacvicar@suse.de +- ignore HASH key for download (#300982) * Mon Aug 20 2007 - schubi@suse.de - Do not regard explicit request in order to recognize updated packages correctly. Bug 301676