diff --git a/libzypp-8.10.1.tar.bz2 b/libzypp-8.10.1.tar.bz2 deleted file mode 100644 index 6d227d4..0000000 --- a/libzypp-8.10.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8eb64c80a9e2ec39c38d83dc7466aaf6baa9ebbf1f6642934b334fb80233e27f -size 4950638 diff --git a/libzypp-8.10.2.tar.bz2 b/libzypp-8.10.2.tar.bz2 new file mode 100644 index 0000000..defc2eb --- /dev/null +++ b/libzypp-8.10.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233be77a31061d1f70296404e4ac89dba9cd841a9136f1a1bf30332b142a380d +size 4950804 diff --git a/libzypp.changes b/libzypp.changes index 4b27705..87f25b4 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 10 17:17:07 CET 2010 - dheidler@suse.de + +- Catch RPM-Exeption when instaling the Distribution (bnc#658714) +- version 8.10.2 (10) + ------------------------------------------------------------------- Wed Dec 8 14:15:12 CET 2010 - dheidler@suse.de diff --git a/libzypp.spec b/libzypp.spec index 82e975b..4959a98 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,30 +1,22 @@ # -# spec file for package libzypp (Version 8.10.1) +# spec file for package libzypp # -# Copyright (c) 2010 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 +# package are under the same license as the package itself. # -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild - Name: libzypp License: GPLv2+ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Package, Patch, Pattern, and Product Management -Version: 8.10.1 -Release: 1 +Version: 8.10.2 +Release: 0 Source: %{name}-%{version}.tar.bz2 Source1: %{name}-rpmlintrc Provides: yast2-packagemanager @@ -128,7 +120,6 @@ Authors: Ladislav Slezak %package devel -License: GPLv2+ Requires: libzypp = %{version} Requires: libxml2-devel Requires: openssl-devel @@ -220,6 +211,7 @@ make -C po install DESTDIR=$RPM_BUILD_ROOT cd .. %{find_lang} zypp + %post /sbin/ldconfig if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi @@ -284,6 +276,7 @@ if is_old ${LOCKSFILE} done fi + %postun -p /sbin/ldconfig %clean