forked from pool/libzypp
Accepting request 22151 from zypp:Head
Copy from zypp:Head/libzypp based on submit request 22151 from user mlandres OBS-URL: https://build.opensuse.org/request/show/22151 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=184
This commit is contained in:
parent
eb3c50923c
commit
bc7b2b874f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:617614e10780799baa05a7525fc83703c5e0c95f8c493296e9a5e38ad5294d41
|
||||
size 4680645
|
3
libzypp-6.18.0.tar.bz2
Normal file
3
libzypp-6.18.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70cddc2df8feb18467763231061e1e2cff69e15c122dbd9c49377aab36cc1781
|
||||
size 4707113
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 16:45:21 CEST 2009 - ma@suse.de
|
||||
|
||||
- Return update messages via ZYppCommitResult. Support variable
|
||||
substitution in notification command. (fate #301175)
|
||||
- Fix evaluation of no_proxy entries (bnc #543337)
|
||||
- aria/curl: Fix header data in case the target is
|
||||
not initialized when downloading.
|
||||
- version 6.18.0 (17)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 17:21:45 CEST 2009 - ma@suse.de
|
||||
|
||||
- Add zypp.conf option update.messages.notify: Command to be invoked
|
||||
to send update messages. (fate #301175)
|
||||
- version 6.17.2 (17)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 20:32:38 CEST 2009 - ma@suse.de
|
||||
|
||||
- Add Selectable::updateCandidateObj returning the candidate for
|
||||
update, if there is one. The updateCandidate must not violate
|
||||
any active solver policy.
|
||||
- version 6.17.1 (17)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 18 17:20:37 CEST 2009 - ma@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 6.17.0)
|
||||
# spec file for package libzypp (Version 6.18.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -24,7 +24,7 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 6.17.0
|
||||
Version: 6.18.0
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
@ -221,6 +221,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%config(noreplace) /etc/zypp/zypp.conf
|
||||
%config(noreplace) /etc/zypp/systemCheck
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/zypp-history.lr
|
||||
%{_usr}/lib/zypp
|
||||
%dir %{_var}/lib/zypp
|
||||
%dir %{_var}/log/zypp
|
||||
%dir %{_var}/cache/zypp
|
||||
|
Loading…
x
Reference in New Issue
Block a user