[packages/libzypp] - up to 15.19.7 (note: new soname) - updated rpm5 patch

qboosh qboosh at pld-linux.org
Mon Nov 30 20:42:05 CET 2015


commit 06cf6f0655e45edb303f4cc3b07dc4562964b159
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Nov 30 20:42:37 2015 +0100

    - up to 15.19.7 (note: new soname)
    - updated rpm5 patch

 libzypp-rpm5.patch | 11 +++++++++++
 libzypp.spec       |  6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/libzypp.spec b/libzypp.spec
index c078d4c..68e4aa5 100644
--- a/libzypp.spec
+++ b/libzypp.spec
@@ -5,12 +5,12 @@
 Summary:	Package management library
 Summary(pl.UTF-8):	Biblioteka do zarządzania pakietami
 Name:		libzypp
-Version:	14.36.0
+Version:	15.19.7
 Release:	1
 License:	GPL v2+
 Group:		Libraries
 Source0:	https://github.com/openSUSE/libzypp/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	ebf8051e811361188008fa5396233023
+# Source0-md5:	b1e0e7f1cc7f6078655a3532f8e2f14a
 Patch0:		%{name}-rpm5.patch
 Patch1:		%{name}-includes.patch
 Patch2:		%{name}-link.patch
@@ -111,7 +111,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/zypp-CheckAccessDeleted
 %attr(755,root,root) %{_bindir}/zypp-NameReqPrv
 %attr(755,root,root) %{_libdir}/libzypp.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libzypp.so.1430
+%attr(755,root,root) %ghost %{_libdir}/libzypp.so.1519
 %dir %{_libdir}/zypp
 %attr(755,root,root) %{_libdir}/zypp/notify-message
 %{_datadir}/zypp
diff --git a/libzypp-rpm5.patch b/libzypp-rpm5.patch
index 45919b7..788e1f5 100644
--- a/libzypp-rpm5.patch
+++ b/libzypp-rpm5.patch
@@ -40,3 +40,14 @@
      ::rpmdbAppendIterator( _mi, (const unsigned *)&off_r, 1 );
  #else
      ::rpmdbAppendIterator( _mi, &off_r, 1 );
+--- libzypp-15.19.7/zypp/target/rpm/RpmDb.cc.orig	2015-11-16 12:27:16.000000000 +0100
++++ libzypp-15.19.7/zypp/target/rpm/RpmDb.cc	2015-11-30 18:09:50.110957451 +0100
+@@ -1516,7 +1516,7 @@
+ 
+   rpmQVKArguments_s qva;
+   memset( &qva, 0, sizeof(rpmQVKArguments_s) );
+-  qva.qva_flags = (VERIFY_DIGEST|VERIFY_SIGNATURE);
++  qva.qva_flags = rpmQueryFlags(VERIFY_DIGEST|VERIFY_SIGNATURE);
+ 
+   RpmlogCapture vresult;
+   int res = ::rpmVerifySignatures( &qva, ts, fd, path_r.basename().c_str() );
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libzypp.git/commitdiff/06cf6f0655e45edb303f4cc3b07dc4562964b159



More information about the pld-cvs-commit mailing list