From 62ffa9a1f5609e66693987111607d21acc61cd13a49bcc5243ac4a65e4f3b2bb Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 5 Dec 2008 14:44:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=165 --- libzypp-5.24.5.tar.bz2 | 3 --- libzypp-5.24.6.tar.bz2 | 3 +++ libzypp.changes | 12 ++++++++++++ libzypp.spec | 15 +++++++++++---- 4 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 libzypp-5.24.5.tar.bz2 create mode 100644 libzypp-5.24.6.tar.bz2 diff --git a/libzypp-5.24.5.tar.bz2 b/libzypp-5.24.5.tar.bz2 deleted file mode 100644 index 60b0fc9..0000000 --- a/libzypp-5.24.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34b2d14f149acb7004fe6402c7b33d6fde622a14de2acf44e9bb698aa2c49250 -size 4673826 diff --git a/libzypp-5.24.6.tar.bz2 b/libzypp-5.24.6.tar.bz2 new file mode 100644 index 0000000..9ca586a --- /dev/null +++ b/libzypp-5.24.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2972aa1e73a937852c0a0c2142ce8010dd21416951b8fcd0e873bda61c6e6a +size 4672812 diff --git a/libzypp.changes b/libzypp.changes index 8981e6e..ab94f72 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Dec 5 14:22:11 CET 2008 - ma@suse.de + +- Fix solvers inappropriate selection as byUSER (bnc 455965) +- revision 11891 +- version 5.24.6 (23) + +------------------------------------------------------------------- +Thu Dec 4 11:10:35 CET 2008 - coolo@suse.de + +- fix %post script to not warn on fresh install + ------------------------------------------------------------------- Mon Dec 1 19:38:24 CET 2008 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 4d6c4e8..e0a9ae4 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 5.24.5) +# spec file for package libzypp (Version 5.24.6) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,9 +24,9 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Summary: Package, Patch, Pattern, and Product Management -Version: 5.24.5 +Version: 5.24.6 Release: 1 -Source: libzypp-5.24.5.tar.bz2 +Source: libzypp-5.24.6.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -76,7 +76,7 @@ Authors: %package devel License: GPL v2 or later -Requires: libzypp == 5.24.5 +Requires: libzypp == 5.24.6 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: cmake libsatsolver-devel >= 0.13.0 @@ -146,6 +146,7 @@ if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi LOCKSFILE=/etc/zypp/locks OLDLOCKSFILE=/etc/zypp/locks.old is_old(){ + test -f ${LOCKSFILE} || return 0 TEMP_FILE=`mktemp` cat ${LOCKSFILE} | sed '/^\#.*/ d;/.*:.*/d;/^[^[a-zA-Z\*?.0-9]*$/d' > ${TEMP_FILE} if [ -s ${TEMP_FILE} ] @@ -233,6 +234,12 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Fri Dec 05 2008 ma@suse.de +- Fix solvers inappropriate selection as byUSER (bnc 455965) +- revision 11891 +- version 5.24.6 (23) +* Thu Dec 04 2008 coolo@suse.de +- fix %%post script to not warn on fresh install * Mon Dec 01 2008 ma@suse.de - Fix install order computation losing some installed packages pre-requirements. (bnc #439802)