Update to last successful build

600ec16a6c1a43f914ff3f0f08f219ea308e2eb4 changes 16.17.1 (0)

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=1833
This commit is contained in:
ZYpp Developers 2017-09-22 10:28:13 +00:00 committed by Git OBS Bridge
parent 10dc49778a
commit 415daaa279
4 changed files with 14 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 22 12:16:34 CEST 2017 - ma@suse.de
- Default to 'solver.dupAllowVendorChange = false' on SLE15
(FATE#323478)
- Remove unused legacy notify-message script (bsc#1058783)
- version 16.17.1 (0)
-------------------------------------------------------------------
Fri Sep 8 18:05:30 CEST 2017 - ma@suse.de

View File

@ -19,7 +19,7 @@
%define force_gcc_46 0
Name: libzypp
Version: 16.17.0
Version: 16.17.1
Release: 0
Url: git://gitorious.org/opensuse/libzypp.git
Summary: Package, Patch, Pattern, and Product Management
@ -248,8 +248,8 @@ mkdir -p $RPM_BUILD_ROOT%{_var}/lib/zypp
mkdir -p $RPM_BUILD_ROOT%{_var}/log/zypp
mkdir -p $RPM_BUILD_ROOT%{_var}/cache/zypp
%if "%{distribution}" == "openSUSE Tumbleweed"
# Adjust zypp.conf for openSUSE Tumbleweed - minor modifications over the 'usual' defaults - boo#1031756
# Default to 'solver.dupAllowVendorChange = false' on TW and post SLE12
%if 0%{?suse_version} >= 1330 || "%{distribution}" == "openSUSE Tumbleweed"
sed -i "s|# solver.dupAllowVendorChange = true|solver.dupAllowVendorChange = false|g" %{buildroot}%{_sysconfdir}/zypp/zypp.conf
%endif