Accepting request 1101216 from zypp:Head
Softwarestack update OBS-URL: https://build.opensuse.org/request/show/1101216 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=476
This commit is contained in:
commit
07d227f431
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2ff72e606d9209bb5cc2f3976884723fba3341f7f6ae627643f9fbf66566e5e7
|
|
||||||
size 5656427
|
|
3
libzypp-17.31.17.tar.bz2
Normal file
3
libzypp-17.31.17.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d27897eb78cdfc55502767fc2cb7aefaddffdba67d0e2e3c5a2c7cd290269897
|
||||||
|
size 5673296
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 28 12:26:54 CEST 2023 - ma@suse.de
|
||||||
|
|
||||||
|
- Fix wrong filesize exceeded dl abort in zyppng::Downloader
|
||||||
|
(bsc#1213673)
|
||||||
|
In some cases when downloading very small files we can run into
|
||||||
|
issues when the URL is protected by credentials.
|
||||||
|
- version 17.31.17 (22)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 24 16:58:18 CEST 2023 - ma@suse.de
|
||||||
|
|
||||||
|
- Fix negative ZYPP_LOCK_TIMEOUT not waiting forever (bsc#1213231)
|
||||||
|
- NetworkRequestManager: assert cookie file has mode 0600
|
||||||
|
(bsc#1158763)
|
||||||
|
- Don't cleanup orphaned dirs if read-only mode was promised
|
||||||
|
(bsc#1210740)
|
||||||
|
- version 17.31.16 (22)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 28 12:34:18 CEST 2023 - ma@suse.de
|
Wed Jun 28 12:34:18 CEST 2023 - ma@suse.de
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
%bcond_with enable_preview_single_rpmtrans_as_default_for_zypper
|
%bcond_with enable_preview_single_rpmtrans_as_default_for_zypper
|
||||||
|
|
||||||
Name: libzypp
|
Name: libzypp
|
||||||
Version: 17.31.15
|
Version: 17.31.17
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://github.com/openSUSE/libzypp
|
URL: https://github.com/openSUSE/libzypp
|
||||||
@ -107,6 +107,7 @@ BuildRequires: libsolv-tools
|
|||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: libsigc++2-devel
|
BuildRequires: libsigc++2-devel
|
||||||
BuildRequires: protobuf-devel
|
BuildRequires: protobuf-devel
|
||||||
|
BuildRequires: readline-devel >= 5.1
|
||||||
|
|
||||||
# required for testsuite
|
# required for testsuite
|
||||||
%if %{with mediabackend_tests}
|
%if %{with mediabackend_tests}
|
||||||
@ -190,6 +191,7 @@ Summary: Header files for libzypp, a library for package management
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Provides: yast2-packagemanager-devel
|
Provides: yast2-packagemanager-devel
|
||||||
Obsoletes: yast2-packagemanager-devel
|
Obsoletes: yast2-packagemanager-devel
|
||||||
|
Provides: libzypp-tui-devel = 1
|
||||||
%if 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330
|
||||||
Requires: libboost_headers-devel
|
Requires: libboost_headers-devel
|
||||||
Requires: libboost_program_options-devel
|
Requires: libboost_program_options-devel
|
||||||
@ -377,11 +379,13 @@ done
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libzypp.so
|
%{_libdir}/libzypp.so
|
||||||
|
%{_libdir}/libzypp-tui.a
|
||||||
%{_datadir}/cmake/Modules/*
|
%{_datadir}/cmake/Modules/*
|
||||||
%{_includedir}/zypp
|
%{_includedir}/zypp
|
||||||
%{_includedir}/zypp-core
|
%{_includedir}/zypp-core
|
||||||
%{_includedir}/zypp-media
|
%{_includedir}/zypp-media
|
||||||
%{_includedir}/zypp-curl
|
%{_includedir}/zypp-curl
|
||||||
|
%{_includedir}/zypp-tui
|
||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%files devel-doc
|
%files devel-doc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user