Accepting request 509809 from zypp:Head

Softwarestack update

OBS-URL: https://build.opensuse.org/request/show/509809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=383
This commit is contained in:
Dominique Leuenberger 2017-07-17 07:08:22 +00:00 committed by Git OBS Bridge
commit f4a812cbcf
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99363462c55ee58b325eb8760fc65a389db51154a3af937b378a1864709f2225
size 4690256

3
libzypp-16.14.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27336c56b12bee07cee771a47915b26b6eff916838f8eeb6ec589332ed5afad6
size 4692336

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jul 12 17:06:14 CEST 2017 - ma@suse.de
- repo refresh: Re-probe if the repository type changes (bsc#1048315)
- MediaCurl: Propagate proper error code to DownloadProgressReport
(bsc#1047785)
- Allow to trigger an appdata refresh unconditionally (bsc#1009745)
- Support custom repo variables defined in /etc/zypp/vars.d (fixes #68)
- rename: handle EXDEV error on OverlayFS
- version 16.14.0 (0)
-------------------------------------------------------------------
Fri Jun 30 14:25:29 CEST 2017 - ma@suse.de

View File

@ -19,7 +19,7 @@
%define force_gcc_46 0
Name: libzypp
Version: 16.13.0
Version: 16.14.0
Release: 0
Url: git://gitorious.org/opensuse/libzypp.git
Summary: Package, Patch, Pattern, and Product Management
@ -38,7 +38,7 @@ Provides: libzypp(plugin:commit) = 1
Provides: libzypp(plugin:services) = 1
Provides: libzypp(plugin:system) = 1
Provides: libzypp(plugin:urlresolver) = 0
Provides: libzypp(repovarexpand) = 0
Provides: libzypp(repovarexpand) = 1
%if 0%{?suse_version}
Recommends: logrotate
@ -233,6 +233,7 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d
%endif
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/vars.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
@ -336,6 +337,7 @@ rm -rf "$RPM_BUILD_ROOT"
%endif
%dir %{_sysconfdir}/zypp/services.d
%dir %{_sysconfdir}/zypp/systemCheck.d
%dir %{_sysconfdir}/zypp/vars.d
%dir %{_sysconfdir}/zypp/vendors.d
%dir %{_sysconfdir}/zypp/multiversion.d
%dir %{_sysconfdir}/zypp/credentials.d