Accepting request 75665 from zypp:Head

update

OBS-URL: https://build.opensuse.org/request/show/75665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=244
This commit is contained in:
Sascha Peilicke 2011-07-08 07:25:26 +00:00 committed by Git OBS Bridge
commit 510eb2986e
4 changed files with 27 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c504e574d1399c192ae3715a75694f32a2c2bc98d10497a39a1d4cd039572d2
size 4694167

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29c652625bb729dd2c4176bf4a6c4f41a27c2521cb3717be2ed3d19516ffcf5c
size 4695696

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jul 7 15:53:17 CEST 2011 - ma@suse.de
- Fix tests for available libcurl version.
- version 9.8.4 (8)
-------------------------------------------------------------------
Thu Jul 7 01:13:47 CEST 2011 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Mon Jul 4 10:41:42 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.8.3
Release: 1
Version: 9.8.4
Release: 0
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
Provides: yast2-packagemanager
@ -146,7 +138,6 @@ Authors:
Ladislav Slezak <lslezak@suse.cz>
%package devel
Requires: libzypp = %{version}
Requires: libxml2-devel
Requires: openssl-devel
@ -260,6 +251,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 +316,7 @@ if is_old ${LOCKSFILE}
done
fi
%postun -p /sbin/ldconfig
%clean