forked from pool/libzypp
Accepting request 44614 from zypp:Head
Copy from zypp:Head/libzypp based on submit request 44614 from user mlandres OBS-URL: https://build.opensuse.org/request/show/44614 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=215
This commit is contained in:
parent
b9adb560bb
commit
82ff4cc07d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:44708e826503c996ef94854f8fbbfd2c9958298df23fa2eae6709cff897f59b1
|
|
||||||
size 4967618
|
|
3
libzypp-8.1.0.tar.bz2
Normal file
3
libzypp-8.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:112d1b03364e63ddba67c3ab7d13d9902b86d7b48fa2103110db76c23836f133
|
||||||
|
size 4968826
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 5 01:13:53 CEST 2010 - ma@suse.de
|
||||||
|
|
||||||
|
- Update zypp-po.tar.bz2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 3 16:17:04 CEST 2010 - ma@suse.de
|
||||||
|
|
||||||
|
- Fix memory leaks.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 2 11:58:57 CEST 2010 - ma@suse.de
|
||||||
|
|
||||||
|
- Enhance PoolItem interface to assist patch classification. (bnc#627316)
|
||||||
|
- version 8.1.0 (0)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 27 15:38:00 CEST 2010 - ma@suse.de
|
Tue Jul 27 15:38:00 CEST 2010 - ma@suse.de
|
||||||
|
|
||||||
|
17
libzypp.spec
17
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 8.0.1)
|
# spec file for package libzypp (Version 8.1.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -23,7 +23,7 @@ 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: 8.0.1
|
Version: 8.1.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
@ -85,7 +85,6 @@ Requires: gpg2
|
|||||||
Requires: gnupg2
|
Requires: gnupg2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define min_aria_version 1.1.2
|
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
%if 0%{?suse_version} == 1110
|
%if 0%{?suse_version} == 1110
|
||||||
# (almost) common codebase, but on SLES11-SP1 (according to Rudi
|
# (almost) common codebase, but on SLES11-SP1 (according to Rudi
|
||||||
@ -94,19 +93,17 @@ Requires: gnupg2
|
|||||||
# from po/sle-zypp-po.tar.bz2.
|
# from po/sle-zypp-po.tar.bz2.
|
||||||
%define min_curl_version 7.19.0-11.22
|
%define min_curl_version 7.19.0-11.22
|
||||||
%define use_translation_set sle-zypp
|
%define use_translation_set sle-zypp
|
||||||
# No requirement, but as we'd use it in case it is present,
|
|
||||||
# check for a sufficient version:
|
|
||||||
Conflicts: aria2 < %{min_aria_version}
|
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
%else
|
%else
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# This is 11.2 (better not sles11-sp1)
|
# This is >=11.2 (better not sles11-sp1)
|
||||||
# need CURLOPT_REDIR_PROTOCOLS:
|
# need CURLOPT_REDIR_PROTOCOLS:
|
||||||
%define min_curl_version 7.19.4
|
%define min_curl_version 7.19.4
|
||||||
# want aria2:
|
|
||||||
Conflicts: aria2 < %{min_aria_version}
|
|
||||||
BuildRequires: aria2 >= %{min_aria_version}
|
|
||||||
%endif
|
%endif
|
||||||
|
# No requirement, but as we'd use it in case it is present,
|
||||||
|
# check for a sufficient version:
|
||||||
|
%define min_aria_version 1.1.2
|
||||||
|
Conflicts: aria2 < %{min_aria_version}
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user