yum backend: patched to enable overriding signature checks [release 1.1.6-2mamba;Wed Nov 15 2017]
This commit is contained in:
parent
85e93f43ec
commit
14dbb810d1
12
PackageKit-1.1.6-yumBackend-override_sigchecks.patch
Normal file
12
PackageKit-1.1.6-yumBackend-override_sigchecks.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -Nru PackageKit-1.1.6.orig/backends/yum/yumBackend.py PackageKit-1.1.6/backends/yum/yumBackend.py
|
||||||
|
--- PackageKit-1.1.6.orig/backends/yum/yumBackend.py 2016-09-02 10:05:30.000000000 +0200
|
||||||
|
+++ PackageKit-1.1.6/backends/yum/yumBackend.py 2017-11-15 02:28:33.226701894 +0100
|
||||||
|
@@ -1710,7 +1710,7 @@
|
||||||
|
|
||||||
|
if hasattr(self.yumbase, "_override_sigchecks"):
|
||||||
|
# _override_sigchecks logic is reversed
|
||||||
|
- override_sigchecks = not only_trusted
|
||||||
|
+ override_sigchecks = 1
|
||||||
|
|
||||||
|
self.yumbase._override_sigchecks = override_sigchecks
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
Name: PackageKit
|
Name: PackageKit
|
||||||
Version: 1.1.6
|
Version: 1.1.6
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A system designed to make installing and updating software on your computer easier
|
Summary: A system designed to make installing and updating software on your computer easier
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -22,6 +22,7 @@ Patch10: %{name}-0.6.21-revert_utf8_for_smart.patch
|
|||||||
Patch11: PackageKit-0.6.22-display_smart_errors_as_html.patch
|
Patch11: PackageKit-0.6.22-display_smart_errors_as_html.patch
|
||||||
Patch12: PackageKit-0.8.11-smartBackend-fix-remove-packages.patch
|
Patch12: PackageKit-0.8.11-smartBackend-fix-remove-packages.patch
|
||||||
Patch13: PackageKit-0.9.5-smartBackend-correctly-raise-exceptions.patch
|
Patch13: PackageKit-0.9.5-smartBackend-correctly-raise-exceptions.patch
|
||||||
|
Patch14: PackageKit-1.1.6-yumBackend-override_sigchecks.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -179,6 +180,7 @@ This package contains static libraries and header files need for development.
|
|||||||
##%patch12 -p1
|
##%patch12 -p1
|
||||||
##%patch13 -p1
|
##%patch13 -p1
|
||||||
#sed -i "s|/usr/bin/python$|/usr/bin/python%{python27_version}|" backends/smart/smartBackend.py
|
#sed -i "s|/usr/bin/python$|/usr/bin/python%{python27_version}|" backends/smart/smartBackend.py
|
||||||
|
%patch14 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -294,6 +296,9 @@ rm -f %{buildroot}/var/lib/PackageKit/transactions.db
|
|||||||
#%{_libdir}/pkgconfig/packagekit-plugin.pc
|
#%{_libdir}/pkgconfig/packagekit-plugin.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 15 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.6-2mamba
|
||||||
|
- yum backend: patched to enable overriding signature checks
|
||||||
|
|
||||||
* Sat Aug 26 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.6-1mamba
|
* Sat Aug 26 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.6-1mamba
|
||||||
- update to 1.1.6
|
- update to 1.1.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user