Accepting request 1366085 from zypp:Head
Softwarestack update OBS-URL: https://build.opensuse.org/request/show/1366085 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=535
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 17:50:45 CEST 2026 - ma@suse.de
|
||||
|
||||
- zypp.conf: add solver.NoUpdateProvide (default: false) option.
|
||||
In general, packages that obsolete another package are treated as
|
||||
update candidates for the obsoleted package. However,
|
||||
SUSE-specific update rules prefer candidates that also explicitly
|
||||
'provide' the obsoleted package.
|
||||
Sometimes it is necessary or helpful to disable this rule.
|
||||
(may help in bsc#1261038)
|
||||
- Use HttpHeader class for defining host specific http headers
|
||||
(bsc#1268321)
|
||||
- Compile and link with -fPIE to build on sparc64 (fixes #742)
|
||||
- version 17.38.14 (35)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 8 14:54:34 CEST 2026 - ma@suse.de
|
||||
|
||||
|
||||
+7
-10
@@ -15,6 +15,10 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# by now build without libzyppng by default.
|
||||
%bcond_with build_libzyppng
|
||||
|
||||
# Switched to single_rpmtrans as default install backed.
|
||||
# SUSE distros stay with classic_rpmtrans as default.
|
||||
# Code16: Want's to switch to single_rpmtrans as default
|
||||
@@ -64,13 +68,6 @@
|
||||
%bcond_with sigc_block_workaround
|
||||
%endif
|
||||
|
||||
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150600
|
||||
%bcond_without visibility_hidden
|
||||
%else
|
||||
%bcond_with visibility_hidden
|
||||
%endif
|
||||
|
||||
# We're going successively to move our default configuration into /usr/etc/.
|
||||
# The final configuration data will then be merged according to the rules
|
||||
# defined by the UAPI.6 Configuration Files Specification from:
|
||||
@@ -98,7 +95,7 @@
|
||||
%endif
|
||||
|
||||
Name: libzypp
|
||||
Version: 17.38.13
|
||||
Version: 17.38.14
|
||||
Release: 0
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/openSUSE/libzypp
|
||||
@@ -263,7 +260,7 @@ BuildRequires: bzip2-devel
|
||||
BuildRequires: xz-devel
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} >= 1600
|
||||
%if %{with build_libzyppng}
|
||||
BuildRequires: gobject-introspection-devel
|
||||
%endif
|
||||
|
||||
@@ -377,8 +374,8 @@ cmake .. $CMAKE_FLAGS \
|
||||
-DCMAKE_SKIP_RPATH=1 \
|
||||
-DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir} \
|
||||
-DZYPPCONFDIR=%{zyppconfdir} \
|
||||
%{?with_build_libzyppng:-DBUILD_LIBZYPPNG=1} \
|
||||
%{?with_keep_legacy_zyppconf:-DKEEP_LEGACY_ZYPPCONF=1} \
|
||||
%{?with_visibility_hidden:-DENABLE_VISIBILITY_HIDDEN=1} \
|
||||
%{?with_zchunk:-DENABLE_ZCHUNK_COMPRESSION=1} \
|
||||
%{?with_zstd:-DENABLE_ZSTD_COMPRESSION=1} \
|
||||
%{?with_sigc_block_workaround:-DENABLE_SIGC_BLOCK_WORKAROUND=1} \
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user