diff --git a/libzypp-9.8.1.tar.bz2 b/libzypp-9.8.1.tar.bz2 index 22a13df..1b3cbe1 100644 --- a/libzypp-9.8.1.tar.bz2 +++ b/libzypp-9.8.1.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d6800273adf3e3fcd1a51eb7f10f8b54967ee882dbdd40eb06249bd773dee73 -size 4695223 +oid sha256:79ea29ae698c8c3228302110d645f9958ecedad57250dceea539457087b07eba +size 4695885 diff --git a/libzypp.changes b/libzypp.changes index aa43cff..0f27a9d 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 21 10:44:47 CEST 2011 - dmacvicar@suse.de + +- Add configuration template for automatic kernel + purge (feature#312018) to zypp.conf + ------------------------------------------------------------------- Tue Jun 14 13:38:00 CEST 2011 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index e1366cb..0de9f55 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: 9.8.1 -Release: 1 +Release: 0 Source: %{name}-%{version}.tar.bz2 Source1: %{name}-rpmlintrc Provides: yast2-packagemanager @@ -138,7 +130,6 @@ Authors: Ladislav Slezak %package devel - Requires: libzypp = %{version} Requires: libxml2-devel Requires: openssl-devel @@ -158,14 +149,14 @@ Requires: cmake %if 0%{?suse_version} %if 0%{?suse_version} >= 1100 # Code11+ -Requires: libcurl-devel >= %{min_curl_version} +Requires: libcurl-devel >= %{min_curl_version} %else # Code10 -Requires: curl-devel +Requires: curl-devel %endif %else # Other distros (Fedora) -Requires: libcurl-devel >= %{min_curl_version} +Requires: libcurl-devel >= %{min_curl_version} %endif %if 0%{?suse_version} >= 1100 %requires_ge libsatsolver-devel @@ -252,6 +243,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 @@ -316,6 +308,7 @@ if is_old ${LOCKSFILE} done fi + %postun -p /sbin/ldconfig %clean