Update to last successful build
771a808aea37a04ce7b2772df0b0dae5404de848 changes 15.22.0 (19) OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=1324
This commit is contained in:
parent
5855860d43
commit
1f75fa9fb6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3792afdb87b8f63e018e38f63de5dda11df3a2116c6f3d79a2249d4b0ea51e5d
|
||||
size 4858661
|
3
libzypp-15.22.0.tar.bz2
Normal file
3
libzypp-15.22.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d614cd549fc70ace7abd4f034d51f1dab6e5a671e49b3ff18f001486e189523
|
||||
size 4859387
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 14:59:41 CEST 2016 - ma@suse.de
|
||||
|
||||
- Fix credential file parser losing entries with known URL but
|
||||
different user name (bsc#933760)
|
||||
- RepoManager: allow extraction of multiple baseurls for service
|
||||
repos (bsc#964932)
|
||||
- addRepository: fix to use the correct history file for logging
|
||||
- specfile: add /etc/zypp/credentials.d to the file list
|
||||
- version 15.22.0 (19)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 18 15:03:13 CEST 2016 - ma@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define force_gcc_46 0
|
||||
|
||||
Name: libzypp
|
||||
Version: 15.21.7
|
||||
Version: 15.22.0
|
||||
Release: 0
|
||||
Url: git://gitorious.org/opensuse/libzypp.git
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
@ -242,6 +242,7 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/services.d
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/systemCheck.d
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/vendors.d
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/multiversion.d
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/credentials.d
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/appdata
|
||||
@ -339,6 +340,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%dir %{_sysconfdir}/zypp/systemCheck.d
|
||||
%dir %{_sysconfdir}/zypp/vendors.d
|
||||
%dir %{_sysconfdir}/zypp/multiversion.d
|
||||
%dir %{_sysconfdir}/zypp/credentials.d
|
||||
%config(noreplace) %{_sysconfdir}/zypp/zypp.conf
|
||||
%config(noreplace) %{_sysconfdir}/zypp/systemCheck
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/zypp-history.lr
|
||||
|
Loading…
Reference in New Issue
Block a user