From 0c01c935df100c667d1482824460d24a02ca1a5b Mon Sep 17 00:00:00 2001 From: chantra Date: Feb 03 2022 20:59:27 +0000 Subject: Patch to cow_signvalidation to apply on top of 4.16.1.3 --- diff --git a/SOURCES/cow...cow_signvalidation.diff b/SOURCES/cow...cow_signvalidation.diff index d938e97..1dd40fb 100644 --- a/SOURCES/cow...cow_signvalidation.diff +++ b/SOURCES/cow...cow_signvalidation.diff @@ -17,7 +17,7 @@ index 40a3ab83f..6164d012c 100644 +++ b/lib/rpmchecksig.c @@ -24,6 +24,11 @@ - #include "debug.h" + int _print_pkts = 0; +/* magic value at end of file (64 bits) that indicates this is a transcoded + * rpm. @@ -900,10 +900,10 @@ diff --git a/tests/Makefile.am b/tests/Makefile.am index f78e17c3e..fc8a24a5e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am -@@ -36,6 +36,7 @@ TESTSUITE_AT += rpmio.at +@@ -36,6 +36,7 @@ TESTSUITE_AT += rpmsigdig.at + TESTSUITE_AT += rpmio.at TESTSUITE_AT += rpmorder.at TESTSUITE_AT += rpmvfylevel.at - TESTSUITE_AT += rpmpgp.at +TESTSUITE_AT += rpm2extents.at EXTRA_DIST += $(TESTSUITE_AT) @@ -1014,8 +1014,8 @@ diff --git a/tests/rpmtests.at b/tests/rpmtests.at index a1adab8e0..205fed6a3 100644 --- a/tests/rpmtests.at +++ b/tests/rpmtests.at -@@ -21,3 +21,4 @@ m4_include([rpmreplace.at]) - m4_include([rpmconfig.at]) - m4_include([rpmconfig2.at]) - m4_include([rpmconfig3.at]) +@@ -21,3 +21,4 @@ m4_include([rpmconfig3.at]) + m4_include([rpmmacro.at]) + m4_include([rpmpython.at]) + m4_include([rpmdepmatch.at]) +m4_include([rpm2extents.at])