diff --git a/libzypp-8.12.1.tar.bz2 b/libzypp-8.12.1.tar.bz2 deleted file mode 100644 index 5a3b4c6..0000000 --- a/libzypp-8.12.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82efdcc2b19dbc1c51f628cec3351be107aca298ef93cb3707e850f5c1f6bb72 -size 4955330 diff --git a/libzypp-8.12.2.tar.bz2 b/libzypp-8.12.2.tar.bz2 new file mode 100644 index 0000000..a2d8faf --- /dev/null +++ b/libzypp-8.12.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea364c3b542ab49e828cc8f519c7072f57a672c1db22a7194cc74a051fdf7778 +size 4955115 diff --git a/libzypp.changes b/libzypp.changes index e1af07e..c84f62c 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 16 14:24:27 UTC 2011 - dmacvicar@suse.de + +- Do not look for $releasever 's value if there is no variable + in the url: parses product file again and again +- version 8.12.2 (10) + ------------------------------------------------------------------- Thu Feb 10 16:01:46 CET 2011 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 3dc64cf..80d56e5 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,30 +1,22 @@ # # spec file for package libzypp # -# Copyright (c) 2011 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.12.1 -Release: 1 +Version: 8.12.2 +Release: 0 Source: %{name}-%{version}.tar.bz2 Source1: %{name}-rpmlintrc Provides: yast2-packagemanager @@ -127,7 +119,6 @@ Authors: Ladislav Slezak %package devel -License: GPLv2+ Requires: libzypp = %{version} Requires: libxml2-devel Requires: openssl-devel @@ -215,6 +206,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 @@ -279,6 +271,7 @@ if is_old ${LOCKSFILE} done fi + %postun -p /sbin/ldconfig %clean