3 Commits

4 changed files with 13 additions and 5 deletions

Binary file not shown.

BIN
libzypp-17.37.18.tar.bz2 LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 23 00:17:58 CEST 2025 - ma@suse.de
- runposttrans: strip root prefix from tmppath (bsc#1250343)
- fixup! Make ld.so ignore the subarch packages during install
(bsc#1246912)
- version 17.37.18 (35)
-------------------------------------------------------------------
Mon Aug 11 10:56:17 CEST 2025 - ma@suse.de

View File

@@ -72,7 +72,7 @@
%endif
Name: libzypp
Version: 17.37.17
Version: 17.37.18
Release: 0
License: GPL-2.0-or-later
URL: https://github.com/openSUSE/libzypp
@@ -389,7 +389,7 @@ mv %{buildroot}/%{_sysconfdir}/logrotate.d/zypp-history.lr %{buildroot}%{_distco
%endif
%check
pushd build/tests
pushd build
LD_LIBRARY_PATH="$(pwd)/../zypp:$LD_LIBRARY_PATH" ctest --output-on-failure .
popd