forked from pool/libzypp
Accepting request 391790 from zypp:Head
Softwarestack update OBS-URL: https://build.opensuse.org/request/show/391790 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=361
This commit is contained in:
commit
e1822ee67e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:066fe8baffafd8aaa16cbbdf3e48201001771ab59f4c60895197a3783b2811a5
|
||||
size 4858467
|
3
libzypp-15.22.0.tar.bz2
Normal file
3
libzypp-15.22.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5de19a7f77de600995c3d8811a65514312b78453ab0c80b6d170d2b6b907875
|
||||
size 4860094
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 14:59:41 CEST 2016 - ma@suse.de
|
||||
|
||||
- Fix credential file parser losing entries with known URL but
|
||||
different user name (bsc#933760)
|
||||
- RepoManager: allow extraction of multiple baseurls for service
|
||||
repos (bsc#964932)
|
||||
- addRepository: fix to use the correct history file for logging
|
||||
- specfile: add /etc/zypp/credentials.d to the file list
|
||||
- version 15.22.0 (19)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 18 15:03:13 CEST 2016 - ma@suse.de
|
||||
|
||||
- RepoindexFileReader: fix service metadata TTL default value (bsc#967828)
|
||||
- version 15.21.7 (19)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 11:31:08 CEST 2016 - ma@suse.de
|
||||
|
||||
- DiskUsageCounter: Limit estimated waste per file (bsc#974275)
|
||||
- version 15.21.6 (19)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 13:37:22 CET 2016 - ma@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define force_gcc_46 0
|
||||
|
||||
Name: libzypp
|
||||
Version: 15.21.5
|
||||
Version: 15.22.0
|
||||
Release: 0
|
||||
Url: git://gitorious.org/opensuse/libzypp.git
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
@ -35,7 +35,7 @@ Obsoletes: yast2-packagemanager
|
||||
Provides: libzypp(plugin) = 0
|
||||
Provides: libzypp(plugin:appdata) = 0
|
||||
Provides: libzypp(plugin:commit) = 1
|
||||
Provides: libzypp(plugin:services) = 0
|
||||
Provides: libzypp(plugin:services) = 1
|
||||
Provides: libzypp(plugin:system) = 1
|
||||
Provides: libzypp(plugin:urlresolver) = 0
|
||||
Provides: libzypp(repovarexpand) = 0
|
||||
@ -242,6 +242,7 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/services.d
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/systemCheck.d
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/vendors.d
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/multiversion.d
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/credentials.d
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/appdata
|
||||
@ -339,6 +340,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%dir %{_sysconfdir}/zypp/systemCheck.d
|
||||
%dir %{_sysconfdir}/zypp/vendors.d
|
||||
%dir %{_sysconfdir}/zypp/multiversion.d
|
||||
%dir %{_sysconfdir}/zypp/credentials.d
|
||||
%config(noreplace) %{_sysconfdir}/zypp/zypp.conf
|
||||
%config(noreplace) %{_sysconfdir}/zypp/systemCheck
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/zypp-history.lr
|
||||
|
Loading…
x
Reference in New Issue
Block a user