forked from pool/libzypp
This commit is contained in:
parent
1fb22081a6
commit
5ea5e32435
20
libzypp-3.18.2.patch
Normal file
20
libzypp-3.18.2.patch
Normal file
@ -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 );
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user