Accepting request 77343 from zypp:Head
update OBS-URL: https://build.opensuse.org/request/show/77343 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=250
This commit is contained in:
commit
e0f3856ef0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:71eb5f4fd6bfa787db7d4c7d823a78302640e9a74e1a4ee476036a4d42d00034
|
|
||||||
size 4695288
|
|
3
libzypp-9.9.2.tar.bz2
Normal file
3
libzypp-9.9.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bd8969db8f098f45cc403fef24bf03af9ce724ae830a3f2982ddb679f99e03d7
|
||||||
|
size 4697232
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 28 13:04:10 CEST 2011 - ma@suse.de
|
||||||
|
|
||||||
|
- Evaluate CURLINFO_CONDITION_UNMET on zero sized successful transfers,
|
||||||
|
if compiled against libcurl-7.19.4 or above. (bnc#692260)
|
||||||
|
- version 9.9.2 (8)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 25 16:20:37 CEST 2011 - ma@suse.de
|
Mon Jul 25 16:20:37 CEST 2011 - ma@suse.de
|
||||||
|
|
||||||
|
27
libzypp.spec
27
libzypp.spec
@ -1,30 +1,22 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: libzypp
|
Name: libzypp
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: Package, Patch, Pattern, and Product Management
|
Summary: Package, Patch, Pattern, and Product Management
|
||||||
Version: 9.9.1
|
Version: 9.9.2
|
||||||
Release: 1
|
Release: 0
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -146,7 +138,6 @@ Authors:
|
|||||||
Ladislav Slezak <lslezak@suse.cz>
|
Ladislav Slezak <lslezak@suse.cz>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
|
||||||
Requires: libzypp = %{version}
|
Requires: libzypp = %{version}
|
||||||
Requires: libxml2-devel
|
Requires: libxml2-devel
|
||||||
Requires: openssl-devel
|
Requires: openssl-devel
|
||||||
@ -166,14 +157,14 @@ Requires: cmake
|
|||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%if 0%{?suse_version} >= 1100
|
%if 0%{?suse_version} >= 1100
|
||||||
# Code11+
|
# Code11+
|
||||||
Requires: libcurl-devel >= %{min_curl_version}
|
Requires: libcurl-devel >= %{min_curl_version}
|
||||||
%else
|
%else
|
||||||
# Code10
|
# Code10
|
||||||
Requires: curl-devel
|
Requires: curl-devel
|
||||||
%endif
|
%endif
|
||||||
%else
|
%else
|
||||||
# Other distros (Fedora)
|
# Other distros (Fedora)
|
||||||
Requires: libcurl-devel >= %{min_curl_version}
|
Requires: libcurl-devel >= %{min_curl_version}
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1100
|
%if 0%{?suse_version} >= 1100
|
||||||
%requires_ge libsatsolver-devel
|
%requires_ge libsatsolver-devel
|
||||||
@ -260,6 +251,7 @@ make -C po install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
cd ..
|
cd ..
|
||||||
%{find_lang} zypp
|
%{find_lang} zypp
|
||||||
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
|
if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
|
||||||
@ -324,6 +316,7 @@ if is_old ${LOCKSFILE}
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user