This commit is contained in:
parent
5ea5e32435
commit
bf909a234e
@ -1,20 +0,0 @@
|
|||||||
--- 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 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:459a32c3b5abf6957b5dc896ce37b200fd9c5f302d8053e602f31e97e317f8e5
|
|
||||||
size 2913512
|
|
3
libzypp-3.18.4.tar.bz2
Normal file
3
libzypp-3.18.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0e7461b745bb6b114a81e5cd6206781eadfaca07653333f9f58eedba350b85e8
|
||||||
|
size 2927619
|
@ -1,8 +1,58 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
- Do not strip resolvables which have the same name but different kind
|
||||||
|
(ResolverInfo*)
|
||||||
|
- Flag info NEEDEDBY correctly if it will be used by freshen/supplement
|
||||||
|
- r 6830
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
|
||||||
|
|
||||||
|
- Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
|
||||||
|
the Estonian locale (#302525).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
|
||||||
|
|
||||||
|
- added remembering of exception history at various places
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
- Bugfixes concerning vendor handling:
|
||||||
|
- first bug:
|
||||||
|
Installed A-1.0(vendor SuSE)
|
||||||
|
Available A-2.0(other vendor)
|
||||||
|
A will not be regarded as "unmaintained". So it will not be deleted.
|
||||||
|
- second bug:
|
||||||
|
A need B-2.0. B-1.0 is installed but has another vendor. Report a
|
||||||
|
proper errmessage.
|
||||||
|
- Testcase : solution-tests/vendor-test.xml
|
||||||
|
- r 6812
|
||||||
|
- 3.18.4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
|
Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
|
||||||
|
|
||||||
- ignore HASH key for download (#300982)
|
- ignore HASH key for download (#300982)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
- Added explicitly_requested as parameter in ResolverContext::Uninstall
|
||||||
|
Bug 299819
|
||||||
|
- revision 6794
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
- If no mount information is available, parse all DU entries.
|
||||||
|
- read only hack mode for migrate-sources. We actually do add
|
||||||
|
repositories with it, but no harm. (#292986)
|
||||||
|
- fix some typos in exceptions (#301331)
|
||||||
|
- 3.18.3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
|
Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
44
libzypp.spec
44
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 3.18.2)
|
# spec file for package libzypp (Version 3.18.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -16,11 +16,10 @@ Group: System/Packages
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: Package, Patch, Pattern, and Product Management
|
Summary: Package, Patch, Pattern, and Product Management
|
||||||
Version: 3.18.2
|
Version: 3.18.4
|
||||||
Release: 3
|
Release: 1
|
||||||
Source: libzypp-3.18.2.tar.bz2
|
Source: libzypp-3.18.4.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Patch: libzypp-3.18.2.patch
|
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
Obsoletes: yast2-packagemanager
|
Obsoletes: yast2-packagemanager
|
||||||
@ -45,7 +44,7 @@ Authors:
|
|||||||
Ladislav Slezak <lslezak@suse.cz>
|
Ladislav Slezak <lslezak@suse.cz>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Requires: libzypp == 3.18.2
|
Requires: libzypp == 3.18.4
|
||||||
Requires: libxml2-devel curl-devel openssl-devel rpm-devel glibc-devel zlib-devel
|
Requires: libxml2-devel curl-devel openssl-devel rpm-devel glibc-devel zlib-devel
|
||||||
Requires: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel
|
Requires: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel
|
||||||
Requires: cmake
|
Requires: cmake
|
||||||
@ -70,7 +69,6 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir build
|
mkdir build
|
||||||
@ -127,8 +125,40 @@ cd ..
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 23 2007 - schubi@suse.de
|
||||||
|
- Do not strip resolvables which have the same name but different kind
|
||||||
|
(ResolverInfo*)
|
||||||
|
- Flag info NEEDEDBY correctly if it will be used by freshen/supplement
|
||||||
|
- r 6830
|
||||||
|
* Wed Aug 22 2007 - mvidner@suse.cz
|
||||||
|
- Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
|
||||||
|
the Estonian locale (#302525).
|
||||||
|
* Wed Aug 22 2007 - aschnell@suse.de
|
||||||
|
- added remembering of exception history at various places
|
||||||
|
* Wed Aug 22 2007 - schubi@suse.de
|
||||||
|
- Bugfixes concerning vendor handling:
|
||||||
|
- first bug:
|
||||||
|
Installed A-1.0(vendor SuSE)
|
||||||
|
Available A-2.0(other vendor)
|
||||||
|
A will not be regarded as "unmaintained". So it will not be deleted.
|
||||||
|
- second bug:
|
||||||
|
A need B-2.0. B-1.0 is installed but has another vendor. Report a
|
||||||
|
proper errmessage.
|
||||||
|
- Testcase : solution-tests/vendor-test.xml
|
||||||
|
- r 6812
|
||||||
|
- 3.18.4
|
||||||
* Tue Aug 21 2007 - dmacvicar@suse.de
|
* Tue Aug 21 2007 - dmacvicar@suse.de
|
||||||
- ignore HASH key for download (#300982)
|
- ignore HASH key for download (#300982)
|
||||||
|
* Tue Aug 21 2007 - schubi@suse.de
|
||||||
|
- Added explicitly_requested as parameter in ResolverContext::Uninstall
|
||||||
|
Bug 299819
|
||||||
|
- revision 6794
|
||||||
|
* Tue Aug 21 2007 - dmacvicar@suse.de
|
||||||
|
- If no mount information is available, parse all DU entries.
|
||||||
|
- read only hack mode for migrate-sources. We actually do add
|
||||||
|
repositories with it, but no harm. (#292986)
|
||||||
|
- fix some typos in exceptions (#301331)
|
||||||
|
- 3.18.3
|
||||||
* Mon Aug 20 2007 - schubi@suse.de
|
* Mon Aug 20 2007 - schubi@suse.de
|
||||||
- Do not regard explicit request in order to recognize updated packages
|
- Do not regard explicit request in order to recognize updated packages
|
||||||
correctly. Bug 301676
|
correctly. Bug 301676
|
||||||
|
Loading…
Reference in New Issue
Block a user