Accepting request 22651 from zypp:Head
Copy from zypp:Head/libzypp based on submit request 22651 from user mlandres OBS-URL: https://build.opensuse.org/request/show/22651 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=186
This commit is contained in:
parent
bc7b2b874f
commit
b3aa7883b6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:70cddc2df8feb18467763231061e1e2cff69e15c122dbd9c49377aab36cc1781
|
|
||||||
size 4707113
|
|
3
libzypp-6.19.2.tar.bz2
Normal file
3
libzypp-6.19.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea7f327e15c771f5625c32d16c11322f94ae898787cdfe77ca89fb349d2da568
|
||||||
|
size 4741656
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 16:06:13 CEST 2009 - ma@suse.de
|
||||||
|
|
||||||
|
- Credentials are passed as commandline options to aria2c, so strip any
|
||||||
|
'user@' from the URL. Otherwise aria will use an empty password for
|
||||||
|
this URL and authentication will fail. (bnc #544634)
|
||||||
|
- version 6.19.2 (19)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 13:39:31 CEST 2009 - ma@suse.de
|
||||||
|
|
||||||
|
- Repository::setInfo: Propagate priority changes to the solver to
|
||||||
|
avoid reloading the whole repo (bnc #498266).
|
||||||
|
- version 6.19.1 (19)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 20:48:02 CEST 2009 - ma@suse.de
|
||||||
|
|
||||||
|
- ResStatus: add isOrphaned to test whether a package is not provided
|
||||||
|
by any enabled repository. Orphaned packages are usually good candidates
|
||||||
|
for cleanup unless the providing repository was intentionally disabled.
|
||||||
|
- version 6.19.0 (19)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 17:28:38 CEST 2009 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
- aria2: pass credentials in a file instead of the command line
|
||||||
|
which is logged.
|
||||||
|
- aria2: we get the url in the progress if there is no response
|
||||||
|
from the server yet, handle that to avoid flooding the log.
|
||||||
|
- version 6.18.2 (17)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 16:56:25 CEST 2009 - ma@suse.de
|
||||||
|
|
||||||
|
- Performing a dist upgrade the solver may try to delete old and no
|
||||||
|
longer provided (dropped) packages, even if they do not cause any
|
||||||
|
dependency problem. This behaviour may be trurned off via zypp.conf
|
||||||
|
option solver.upgradeRemoveDropedPackages. (bnc #539543)
|
||||||
|
- New zypp.conf option solver.upgradeRemoveDropedPackages (true).
|
||||||
|
- Add Product::droplist: List of dropped packages, i.e. packages no
|
||||||
|
longer provided by a product.
|
||||||
|
- version 6.18.1 (17)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 7 16:45:21 CEST 2009 - ma@suse.de
|
Wed Oct 7 16:45:21 CEST 2009 - ma@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 6.18.0)
|
# spec file for package libzypp (Version 6.19.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -24,7 +24,7 @@ Group: System/Packages
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Package, Patch, Pattern, and Product Management
|
Summary: Package, Patch, Pattern, and Product Management
|
||||||
Version: 6.18.0
|
Version: 6.19.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
@ -33,7 +33,7 @@ Provides: yast2-packagemanager
|
|||||||
Obsoletes: yast2-packagemanager
|
Obsoletes: yast2-packagemanager
|
||||||
Recommends: logrotate
|
Recommends: logrotate
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: libsatsolver-devel >= 0.14.5
|
BuildRequires: libsatsolver-devel >= 0.14.9
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: boost-devel curl-devel dejagnu doxygen gcc-c++ gettext-devel graphviz hal-devel libxml2-devel
|
BuildRequires: boost-devel curl-devel dejagnu doxygen gcc-c++ gettext-devel graphviz hal-devel libxml2-devel
|
||||||
# required for testsuite, webrick
|
# required for testsuite, webrick
|
||||||
|
Loading…
Reference in New Issue
Block a user