Accepting request 1090885 from zypp:Head
Softwarestack update OBS-URL: https://build.opensuse.org/request/show/1090885 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=472
This commit is contained in:
commit
75720d6545
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad2980278829d41f5441fb4f65bef99a4186d8aef2f332a57054add39a93d1be
|
||||
size 5654280
|
3
libzypp-17.31.12.tar.bz2
Normal file
3
libzypp-17.31.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0e398f80b788e3260ca91e6c13249900280446ca27a6cffa2825b8d131986cc
|
||||
size 5654288
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 5 12:15:55 CEST 2023 - ma@suse.de
|
||||
|
||||
- Do not unconditionally release a medium if provideFile failed
|
||||
(bsc#1211661)
|
||||
- libzypp.spec.cmake: remove duplicate file listing.
|
||||
- version 17.31.12 (22)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 13:40:07 CEST 2023 - ma@suse.de
|
||||
|
||||
|
12
libzypp.spec
12
libzypp.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libzypp
|
||||
#
|
||||
# Copyright (c) 2005-2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 || (0%{?is_opensuse} && 0%{?sle_version} >= 150100)
|
||||
@ -42,10 +42,10 @@
|
||||
%bcond_with enable_preview_single_rpmtrans_as_default_for_zypper
|
||||
|
||||
Name: libzypp
|
||||
Version: 17.31.11
|
||||
Version: 17.31.12
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Url: https://github.com/openSUSE/libzypp
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/openSUSE/libzypp
|
||||
Summary: Library for package, patch, pattern and product management
|
||||
Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -398,8 +398,6 @@ done
|
||||
%{_includedir}/zypp-media
|
||||
%{_includedir}/zypp-curl
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%files devel-doc
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user