Accepting request 896929 from zypp:Head
Softwarestack update OBS-URL: https://build.opensuse.org/request/show/896929 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=443
This commit is contained in:
commit
2fcf3c00b1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d62e9d4c84c662eef341bb705ba111fe1c2131314212066451f2d05a3267c9c
|
|
||||||
size 4847231
|
|
3
libzypp-17.26.0.tar.bz2
Normal file
3
libzypp-17.26.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:605e191ac16e22308977d5ac14766d84c41f66c72b918896be6827f5af63109d
|
||||||
|
size 4838731
|
@ -1,9 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 1 19:10:35 CEST 2021 - ma@suse.de
|
||||||
|
|
||||||
|
- Work around download.o.o broken https redirects.
|
||||||
|
- Allow trusted repos to add additional signing keys (bsc#1184326)
|
||||||
|
Repositories signed with a trusted gpg key may import additional
|
||||||
|
package signing keys. This is needed if different keys were used
|
||||||
|
to sign the the packages shipped by the repository.
|
||||||
|
- MediaCurl: Fix logging of redirects.
|
||||||
|
- Use 15.3 resolver problem and solution texts on all distros.
|
||||||
|
- $ZYPP_LOCK_TIMEOUT: Let negative values wait forever for the
|
||||||
|
zypp lock (bsc#1184399)
|
||||||
|
Helps boot time services like 'zypper purge-kernels' to wait for
|
||||||
|
the zypp lock until other services using zypper have completed.
|
||||||
|
- Fix purge-kernels is broken in Leap 15.3 (bsc#1185325)
|
||||||
|
Leap 15.3 introduces a new kernel package called
|
||||||
|
kernel-flavour-extra, which contain kmp's. Currently kmp's are
|
||||||
|
detected by name ".*-kmp(-.*)?" but this does not work which
|
||||||
|
those new packages. This patch fixes the problem by checking
|
||||||
|
packages for kmod(*) and ksym(*) provides and only falls back to
|
||||||
|
name checking if the package in question does not provide one of
|
||||||
|
those.
|
||||||
|
- Introduce zypp-runpurge, a tool to run purge-kernels on
|
||||||
|
testcases.
|
||||||
|
- version 17.26.0 (22)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 28 15:34:01 CEST 2021 - ma@suse.de
|
Wed Apr 28 15:34:01 CEST 2021 - ma@suse.de
|
||||||
|
|
||||||
- Properly handle permission denied when providing optional files
|
- Properly handle permission denied when providing optional files
|
||||||
(bsc#1185239)
|
(bsc#1185239)
|
||||||
- Fix sevice detection with cgroupv2 (bsc#1184997)
|
- Fix service detection with cgroupv2 (bsc#1184997)
|
||||||
- version 17.25.10 (22)
|
- version 17.25.10 (22)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
%bcond_without mediabackend_tests
|
%bcond_without mediabackend_tests
|
||||||
|
|
||||||
Name: libzypp
|
Name: libzypp
|
||||||
Version: 17.25.10
|
Version: 17.26.0
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: https://github.com/openSUSE/libzypp
|
URL: https://github.com/openSUSE/libzypp
|
||||||
Summary: Library for package, patch, pattern and product management
|
Summary: Library for package, patch, pattern and product management
|
||||||
@ -239,10 +239,6 @@ export CFLAGS="%{optflags}"
|
|||||||
export CXXFLAGS="%{optflags}"
|
export CXXFLAGS="%{optflags}"
|
||||||
unset EXTRA_CMAKE_OPTIONS
|
unset EXTRA_CMAKE_OPTIONS
|
||||||
|
|
||||||
%if 0%{?sle_version} == 150300
|
|
||||||
export CXXFLAGS="$CXXFLAGS -DZYPPNEWSPPSWENPPYZ"
|
|
||||||
%endif
|
|
||||||
|
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||||
-DENABLE_BUILD_DOCS=TRUE \
|
-DENABLE_BUILD_DOCS=TRUE \
|
||||||
-DENABLE_BUILD_TRANS=TRUE \
|
-DENABLE_BUILD_TRANS=TRUE \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user