This commit is contained in:
parent
dde78f9722
commit
3dd92d0f9b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:401ed504059a1d975b8da5c9cea8a2ef01219396a2830074357a2daaebe4a685
|
|
||||||
size 11595948
|
|
3
libzypp-5.7.0.tar.bz2
Normal file
3
libzypp-5.7.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a05d061beff247e53404c7b880f93003b3bc19393ccf19bcf92efcf62e2e7aa2
|
||||||
|
size 10144327
|
@ -1,5 +1,21 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 19 10:34:39 CEST 2008 - schubi@suse.de
|
Tue Sep 2 11:04:52 CEST 2008 - schubi@suse.de
|
||||||
|
|
||||||
|
- Enabled distupgrade of the SAT solver. In order to use the old
|
||||||
|
distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE.
|
||||||
|
This variable will can be used until the old distupgrade mechanism will
|
||||||
|
be removed from libzypp. Have a look to above changelogs.
|
||||||
|
- revision 10911
|
||||||
|
- version 5.7.0 (5)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 19 16:36:47 CEST 2008 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
- add Package::maybeUnsupported to remove duplicated
|
||||||
|
code in clients dealing with Package::vendorSupport
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 19 11:04:52 CEST 2008 - schubi@suse.de
|
||||||
|
|
||||||
- Reset transaction only if this solvable has no buddy (bnc #417799)
|
- Reset transaction only if this solvable has no buddy (bnc #417799)
|
||||||
e.g. do not reset Products cause the concerning release package
|
e.g. do not reset Products cause the concerning release package
|
||||||
|
18
libzypp.spec
18
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 5.6.1)
|
# spec file for package libzypp (Version 5.7.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -24,9 +24,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: 5.6.1
|
Version: 5.7.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-5.6.1.tar.bz2
|
Source: libzypp-5.7.0.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -70,7 +70,7 @@ Authors:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Requires: libzypp == 5.6.1
|
Requires: libzypp == 5.7.0
|
||||||
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
|
||||||
@ -228,6 +228,16 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 02 2008 schubi@suse.de
|
||||||
|
- Enabled distupgrade of the SAT solver. In order to use the old
|
||||||
|
distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE.
|
||||||
|
This variable will can be used until the old distupgrade mechanism will
|
||||||
|
be removed from libzypp. Have a look to above changelogs.
|
||||||
|
- revision 10911
|
||||||
|
- version 5.7.0 (5)
|
||||||
|
* Tue Aug 19 2008 dmacvicar@suse.de
|
||||||
|
- add Package::maybeUnsupported to remove duplicated
|
||||||
|
code in clients dealing with Package::vendorSupport
|
||||||
* Tue Aug 19 2008 schubi@suse.de
|
* Tue Aug 19 2008 schubi@suse.de
|
||||||
- Reset transaction only if this solvable has no buddy (bnc #417799)
|
- Reset transaction only if this solvable has no buddy (bnc #417799)
|
||||||
e.g. do not reset Products cause the concerning release package
|
e.g. do not reset Products cause the concerning release package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user