gitrev e138194cb (Fix negative ZYPP_LOCK_TIMEOUT not waiting forever (bsc#1213231), 2023-07-21)
OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2572
This commit is contained in:
parent
9d89aaddfc
commit
71331852db
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d78b45e747701d94a35243d3de228cc8858b815f4ba1db3cc4d5e2cb3b21d4b
|
||||
size 5656353
|
||||
oid sha256:efd43e91fe8ee8fbd98c2d1ddbd3d272d787b6dc18d71e93e63116f9b9d93fd6
|
||||
size 5670408
|
||||
|
@ -107,6 +107,7 @@ BuildRequires: libsolv-tools
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: libsigc++2-devel
|
||||
BuildRequires: protobuf-devel
|
||||
BuildRequires: readline-devel >= 5.1
|
||||
|
||||
# required for testsuite
|
||||
%if %{with mediabackend_tests}
|
||||
@ -190,6 +191,7 @@ Summary: Header files for libzypp, a library for package management
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: yast2-packagemanager-devel
|
||||
Obsoletes: yast2-packagemanager-devel
|
||||
Provides: libzypp-tui-devel = 1
|
||||
%if 0%{?suse_version} >= 1330
|
||||
Requires: libboost_headers-devel
|
||||
Requires: libboost_program_options-devel
|
||||
@ -377,11 +379,13 @@ done
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libzypp.so
|
||||
%{_libdir}/libzypp-tui.a
|
||||
%{_datadir}/cmake/Modules/*
|
||||
%{_includedir}/zypp
|
||||
%{_includedir}/zypp-core
|
||||
%{_includedir}/zypp-media
|
||||
%{_includedir}/zypp-curl
|
||||
%{_includedir}/zypp-tui
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%files devel-doc
|
||||
|
Loading…
Reference in New Issue
Block a user