Update to last successful build

c5837e6a225fa8c3460454fee41f763d520890a9 changes 16.13.0 (0)

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=1780
This commit is contained in:
ZYpp Developers 2017-06-30 12:53:52 +00:00 committed by Git OBS Bridge
parent 877feca647
commit 076a9b9bf5
4 changed files with 18 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jun 30 14:25:29 CEST 2017 - ma@suse.de
- Adapt loop mounting of iso images (bsc#1038132, bsc#1033236)
- Adjust zypp.conf for openSUSE Tumbleweed (bsc#1031756)
- Change arch variable names conflicting with compiler macros (fixes #70)
- Fix potential crash if repo has no baseurl (bnc#1043218)
- version 16.13.0 (0)
-------------------------------------------------------------------
Wed May 31 11:49:07 CEST 2017 - ma@suse.de

View File

@ -19,7 +19,7 @@
%define force_gcc_46 0
Name: libzypp
Version: 16.12.0
Version: 16.13.0
Release: 0
Url: git://gitorious.org/opensuse/libzypp.git
Summary: Package, Patch, Pattern, and Product Management
@ -247,6 +247,11 @@ 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
sed -i "s|# solver.dupAllowVendorChange = true|solver.dupAllowVendorChange = false|g" %{buildroot}%{_sysconfdir}/zypp/zypp.conf
%endif
make -C po install DESTDIR=$RPM_BUILD_ROOT
# Create filelist with translations
cd ..