Accepting request 82018 from zypp:Head

update

OBS-URL: https://build.opensuse.org/request/show/82018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=256
This commit is contained in:
Sascha Peilicke 2011-09-14 12:58:01 +00:00 committed by Git OBS Bridge
commit 3017adb926
4 changed files with 62 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95acfb7ea873b1822251d3fc0c960fd4b499040f4d6d70b3eb22efa29dba5882
size 5019986

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c4e4b10dc45adf6da9ab67ffd5c5dbf087625742753e25c6b4dd3c5d71ee1a6
size 4999930

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Sep 13 10:51:53 CEST 2011 - ma@suse.de
- Enhance Selectable API
- version 9.11.0 (8)
-------------------------------------------------------------------
Sun Sep 11 01:18:59 CEST 2011 - ma@suse.de
- Update sle-zypp-po.tar.bz2
-------------------------------------------------------------------
Sun Sep 11 01:13:12 CEST 2011 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Thu Sep 8 01:19:28 CEST 2011 - ma@suse.de
- Update sle-zypp-po.tar.bz2
-------------------------------------------------------------------
Thu Sep 8 01:14:08 CEST 2011 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Wed Sep 7 12:38:23 CEST 2011 - ma@suse.de
- Explicitly require rpm.
- version 9.10.2 (8)
-------------------------------------------------------------------
Sun Sep 4 01:16:54 CEST 2011 - ma@suse.de
- Update sle-zypp-po.tar.bz2
-------------------------------------------------------------------
Sun Sep 4 01:13:27 CEST 2011 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Thu Sep 1 01:13:36 CEST 2011 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Mon Aug 29 10:51:04 CEST 2011 - ma@suse.de

View File

@ -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.10.2
Release: 1
Version: 9.11.0
Release: 0
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
Provides: yast2-packagemanager
@ -74,6 +66,8 @@ BuildRequires: libexpat-devel
BuildRequires: expat-devel
%endif
Requires: rpm
%if 0%{?suse_version}
BuildRequires: rpm-devel
Requires: /usr/bin/uuidgen
@ -146,7 +140,6 @@ Authors:
Ladislav Slezak <lslezak@suse.cz>
%package devel
Requires: libzypp = %{version}
Requires: libxml2-devel
Requires: openssl-devel
@ -166,14 +159,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
@ -260,6 +253,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
@ -324,6 +318,7 @@ if is_old ${LOCKSFILE}
done
fi
%postun -p /sbin/ldconfig
%clean