This commit is contained in:
parent
24cc684d06
commit
d92837d535
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:71f953e6fb30d1e8f8f23960ceb9418b8777cb91b8b66a90981150d63149b9d8
|
|
||||||
size 5683400
|
|
3
libzypp-4.3.2.tar.bz2
Normal file
3
libzypp-4.3.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6278397270af9352c7317055edea89044002e256064bd9374c869a724fc1c896
|
||||||
|
size 5685362
|
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 6 13:42:53 CET 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Do not filter any installed solvables.
|
||||||
|
- revision 9031
|
||||||
|
- version 4.3.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 5 11:33:26 CET 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Try to rebuild broken solv files in Target::load.
|
||||||
|
- revision 9015
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 4 18:17:41 CET 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Try to rebuild broken solv files in RepoManager::loadFromCache.
|
||||||
|
- Fix RepoStatus::operator&& and RepoStatus testsuite.
|
||||||
|
- revision 9008
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 4 16:09:14 CET 2008 - schubi@suse.de
|
||||||
|
|
||||||
|
- improved problem description while a vendor change
|
||||||
|
- improved problem description if a requirement cannot be fulfilled. Bug #358560
|
||||||
|
- revision 9002
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 4 12:57:58 CET 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Save and restore requested locales on target load/commit.
|
||||||
|
- revision 8999
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 3 17:10:26 CET 2008 - schubi@suse.de
|
||||||
|
|
||||||
|
- (Update) Prevent reinstallation of installed packages.
|
||||||
|
- revision 8984
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 2 16:13:16 CET 2008 - coolo@suse.de
|
Sun Mar 2 16:13:16 CET 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
31
libzypp.spec
31
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 4.3.1)
|
# spec file for package libzypp (Version 4.3.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 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
|
||||||
@ -17,9 +17,9 @@ 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: 4.3.1
|
Version: 4.3.2
|
||||||
Release: 2
|
Release: 1
|
||||||
Source: libzypp-4.3.1.tar.bz2
|
Source: libzypp-4.3.2.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -57,7 +57,7 @@ Authors:
|
|||||||
Ladislav Slezak <lslezak@suse.cz>
|
Ladislav Slezak <lslezak@suse.cz>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Requires: libzypp == 4.3.1
|
Requires: libzypp == 4.3.2
|
||||||
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 libsatsolver-devel
|
Requires: cmake libsatsolver-devel
|
||||||
@ -146,6 +146,27 @@ if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 06 2008 ma@suse.de
|
||||||
|
- Do not filter any installed solvables.
|
||||||
|
- revision 9031
|
||||||
|
- version 4.3.2
|
||||||
|
* Wed Mar 05 2008 ma@suse.de
|
||||||
|
- Try to rebuild broken solv files in Target::load.
|
||||||
|
- revision 9015
|
||||||
|
* Tue Mar 04 2008 ma@suse.de
|
||||||
|
- Try to rebuild broken solv files in RepoManager::loadFromCache.
|
||||||
|
- Fix RepoStatus::operator&& and RepoStatus testsuite.
|
||||||
|
- revision 9008
|
||||||
|
* Tue Mar 04 2008 schubi@suse.de
|
||||||
|
- improved problem description while a vendor change
|
||||||
|
- improved problem description if a requirement cannot be fulfilled. Bug #358560
|
||||||
|
- revision 9002
|
||||||
|
* Tue Mar 04 2008 ma@suse.de
|
||||||
|
- Save and restore requested locales on target load/commit.
|
||||||
|
- revision 8999
|
||||||
|
* Mon Mar 03 2008 schubi@suse.de
|
||||||
|
- (Update) Prevent reinstallation of installed packages.
|
||||||
|
- revision 8984
|
||||||
* Sun Mar 02 2008 coolo@suse.de
|
* Sun Mar 02 2008 coolo@suse.de
|
||||||
- refresh metadata if there is no cache to unbreak compat with
|
- refresh metadata if there is no cache to unbreak compat with
|
||||||
kiwi (that relied on "zypper sa <url> <alias>" to create a repo
|
kiwi (that relied on "zypper sa <url> <alias>" to create a repo
|
||||||
|
Loading…
Reference in New Issue
Block a user