Accepting request 74818 from zypp:Head

update

OBS-URL: https://build.opensuse.org/request/show/74818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=240
This commit is contained in:
Sascha Peilicke 2011-06-29 12:13:32 +00:00 committed by Git OBS Bridge
commit 433f46c3ce
4 changed files with 31 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79ea29ae698c8c3228302110d645f9958ecedad57250dceea539457087b07eba
size 4695885

3
libzypp-9.8.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78f8f50949b861978a371a5b5c1cdad9a3555a0cd1bbc884ae64802ba35ee5d9
size 4694992

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jun 29 12:23:24 CEST 2011 - ma@suse.de
- Always compute transaction from pool (bnc#702576)
- version 9.8.2 (8)
-------------------------------------------------------------------
Tue Jun 28 16:04:50 CEST 2011 - ma@suse.de
- Add feature provides for supported plugins.
-------------------------------------------------------------------
Tue Jun 21 10:44:47 CEST 2011 - dmacvicar@suse.de

View File

@ -1,34 +1,33 @@
#
# 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: 3
Version: 9.8.2
Release: 0
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
Provides: yast2-packagemanager
Obsoletes: yast2-packagemanager
# Features we provide (update doc/autoinclude/FeatureTest.doc):
Provides: libzypp(plugin:commit) = 0
Provides: libzypp(plugin:services) = 0
Provides: libzypp(plugin:system) = 0
Provides: libzypp(plugin:urlresolver) = 0
%if 0%{?suse_version}
Recommends: logrotate
# lsof is used for 'zypper ps':
@ -138,7 +137,6 @@ Authors:
Ladislav Slezak <lslezak@suse.cz>
%package devel
Requires: libzypp = %{version}
Requires: libxml2-devel
Requires: openssl-devel
@ -252,6 +250,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 +315,7 @@ if is_old ${LOCKSFILE}
done
fi
%postun -p /sbin/ldconfig
%clean