Accepting request 308529 from zypp:Head
Softwarestack update OBS-URL: https://build.opensuse.org/request/show/308529 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=342
This commit is contained in:
commit
365bf16c20
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a2f020947f957becb7f46b89c4e33a029fd0166f42b64bd3daafcde056efc655
|
|
||||||
size 4877739
|
|
3
libzypp-15.3.0.tar.bz2
Normal file
3
libzypp-15.3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4ebfee2085b5d94ce59829355ee9721285e8140cbf46ef08c5c9807c3e2e0cfd
|
||||||
|
size 4885208
|
@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 24 18:17:38 CEST 2015 - ma@suse.de
|
||||||
|
|
||||||
|
- Downloader: Accept unsigned repository if pkgGpgCheck is ON.
|
||||||
|
- FindFileConflicts: avoid nested exception on user abort (bnc#931601)
|
||||||
|
- Support for *.check files in the systemCheck.d directory (#45)
|
||||||
|
- version 15.3.0 (3)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 24 01:13:19 CEST 2015 - ma@suse.de
|
||||||
|
|
||||||
|
- Update zypp-po.tar.bz2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 18 10:46:10 CEST 2015 - ma@suse.de
|
||||||
|
|
||||||
|
- zypp.conf: Add config values for gpgcheck, repo_gpgcheck
|
||||||
|
and pkg_gpgcheck. The default behavior 'gpgcheck=On' will
|
||||||
|
automatically turn on the gpg signature check for packages
|
||||||
|
downloaded from repository with unsigned metadata. If the
|
||||||
|
repo metadata are signed, a faster comparison via checksums
|
||||||
|
is done. By explicitly setting repo_gpgcheck or pkg_gpgcheck
|
||||||
|
you can enforce the signature check of repository metadata
|
||||||
|
or downloaded packages to be always performed. Those defaults
|
||||||
|
can be overwritten per repository. (FATE#314603)
|
||||||
|
- version 15.2.0 (2)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 13 14:04:04 CEST 2015 - ma@suse.de
|
||||||
|
|
||||||
|
- Write solv.idx to speed up bash tab completion (bnc#928650)
|
||||||
|
- version 15.1.3 (1)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 8 11:44:44 CEST 2015 - ma@suse.de
|
||||||
|
|
||||||
|
- gcc5 fixes
|
||||||
|
- Fix repo alias containing ']' not handled correctly (bnc#929528)
|
||||||
|
- Fix SEGV when dumping rpm header with epoch (bnc#929483)
|
||||||
|
- version 15.1.2 (1)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 27 14:43:53 CEST 2015 - ma@suse.de
|
Mon Apr 27 14:43:53 CEST 2015 - ma@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define force_gcc_46 0
|
%define force_gcc_46 0
|
||||||
|
|
||||||
Name: libzypp
|
Name: libzypp
|
||||||
Version: 15.1.1
|
Version: 15.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: git://gitorious.org/opensuse/libzypp.git
|
Url: git://gitorious.org/opensuse/libzypp.git
|
||||||
Summary: Package, Patch, Pattern, and Product Management
|
Summary: Package, Patch, Pattern, and Product Management
|
||||||
@ -203,7 +203,7 @@ unset EXTRA_CMAKE_OPTIONS
|
|||||||
# 1110 SLES11
|
# 1110 SLES11
|
||||||
# 1315 SLES12
|
# 1315 SLES12
|
||||||
%if 0%{?suse_version} == 1110 || 0%{?suse_version} == 1315
|
%if 0%{?suse_version} == 1110 || 0%{?suse_version} == 1315
|
||||||
if [ -f ../po/sle-zypp-po.tar.bz ]; then
|
if [ -f ../po/sle-zypp-po.tar.bz2 ]; then
|
||||||
export TRANSLATION_SET=sle-zypp
|
export TRANSLATION_SET=sle-zypp
|
||||||
fi
|
fi
|
||||||
%endif
|
%endif
|
||||||
@ -244,6 +244,7 @@ ln -s %{_sysconfdir}/yum.repos.d $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d
|
|||||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d
|
||||||
%endif
|
%endif
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/services.d
|
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/vendors.d
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/multiversion.d
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/multiversion.d
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp
|
||||||
@ -340,6 +341,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%dir %{_sysconfdir}/zypp/repos.d
|
%dir %{_sysconfdir}/zypp/repos.d
|
||||||
%endif
|
%endif
|
||||||
%dir %{_sysconfdir}/zypp/services.d
|
%dir %{_sysconfdir}/zypp/services.d
|
||||||
|
%dir %{_sysconfdir}/zypp/systemCheck.d
|
||||||
%dir %{_sysconfdir}/zypp/vendors.d
|
%dir %{_sysconfdir}/zypp/vendors.d
|
||||||
%dir %{_sysconfdir}/zypp/multiversion.d
|
%dir %{_sysconfdir}/zypp/multiversion.d
|
||||||
%config(noreplace) %{_sysconfdir}/zypp/zypp.conf
|
%config(noreplace) %{_sysconfdir}/zypp/zypp.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user