Accepting request 659302 from zypp:Head
Softwarestack update OBS-URL: https://build.opensuse.org/request/show/659302 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=409
This commit is contained in:
commit
8486cd81ef
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0f2841fa7ae2d3704d3eb4e8ef8119f044d8fc83ac5a2680a2049a1940cafb20
|
|
||||||
size 4718691
|
|
3
libzypp-17.10.3.tar.bz2
Normal file
3
libzypp-17.10.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ce41dd10131c2f6a1593938db19199aca5627e99c7c5e4ff9361ad3f9bfcc84a
|
||||||
|
size 4725539
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 18 14:01:19 CET 2018 - ma@suse.de
|
||||||
|
|
||||||
|
- Simplify complex locks so zypper can display them (bsc#1112911)
|
||||||
|
- version 17.10.3 (9)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 10 16:57:34 CET 2018 - ma@suse.de
|
||||||
|
|
||||||
|
- commit: set `SYSTEMD_OFFLINE=1` during chrooted commits (bsc#1118758)
|
||||||
|
- no-recommends: Nevertheless consider resolver namespaces (hardware,
|
||||||
|
language,..supporting packages) (FATE#325513)
|
||||||
|
- BuildRequires: libsolv-devel >= 0.7.2
|
||||||
|
(SOLVER_FLAG_ONLY_NAMESPACE_RECOMMENDED)
|
||||||
|
- Remove world-readable bit from /var/log/zypp (bsc#1099019)
|
||||||
|
- version 17.10.2 (9)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 28 14:40:26 CET 2018 - ma@suse.de
|
Wed Nov 28 14:40:26 CET 2018 - ma@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libzypp
|
Name: libzypp
|
||||||
Version: 17.10.1
|
Version: 17.10.3
|
||||||
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
|
||||||
@ -75,7 +75,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildRequires: libsolv-devel >= 0.7.1
|
BuildRequires: libsolv-devel >= 0.7.2
|
||||||
%if 0%{?suse_version} >= 1100
|
%if 0%{?suse_version} >= 1100
|
||||||
BuildRequires: libsolv-tools
|
BuildRequires: libsolv-tools
|
||||||
%requires_eq libsolv-tools
|
%requires_eq libsolv-tools
|
||||||
@ -363,7 +363,7 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/zypp/systemCheck
|
%config(noreplace) %{_sysconfdir}/zypp/systemCheck
|
||||||
%config(noreplace) %{_sysconfdir}/logrotate.d/zypp-history.lr
|
%config(noreplace) %{_sysconfdir}/logrotate.d/zypp-history.lr
|
||||||
%dir %{_var}/lib/zypp
|
%dir %{_var}/lib/zypp
|
||||||
%dir %{_var}/log/zypp
|
%dir %attr(750,root,root) %{_var}/log/zypp
|
||||||
%dir %{_var}/cache/zypp
|
%dir %{_var}/cache/zypp
|
||||||
%{_prefix}/lib/zypp
|
%{_prefix}/lib/zypp
|
||||||
%{_datadir}/zypp
|
%{_datadir}/zypp
|
||||||
|
Loading…
Reference in New Issue
Block a user