From 7e7276b44546b7d4d9fc22455d88ce7b1b94878d Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Dec 05 2022 16:40:11 +0000 Subject: Drop unneeded patch that's now upstream --- diff --git a/SOURCES/reenable-signature-checking.patch b/SOURCES/reenable-signature-checking.patch deleted file mode 100644 index bf73f12..0000000 --- a/SOURCES/reenable-signature-checking.patch +++ /dev/null @@ -1,18 +0,0 @@ -commit 8b5d5b4a7b91296f48f0514f6b5c1fea585d9a65 -Author: chantra -Date: Wed Mar 30 09:35:15 2022 -0700 - - Re-enable signature checking - - With https://github.com/chantra/rpm/commit/dc53b002bd3d03a21e9af406a9aff5e588710b5b we can now check digest - -diff --git a/reflink.py b/reflink.py -index 1af26ce..872844f 100644 ---- a/reflink.py -+++ b/reflink.py -@@ -24,5 +24,3 @@ class DnfReflink(dnf.Plugin): - return - if os.path.exists(TRANSCODER): - os.environ["LIBREPO_TRANSCODE_RPMS"] = f"{TRANSCODER} SHA256" -- # T76079288 -- rpm.addMacro("_pkgverify_level", "none") diff --git a/dnf-plugin-cow.spec b/dnf-plugin-cow.spec index 7fb52de..31d6d5b 100644 --- a/dnf-plugin-cow.spec +++ b/dnf-plugin-cow.spec @@ -1,7 +1,7 @@ %{!?dnf_lowest_compatible: %global dnf_lowest_compatible 4.2.23} Name: dnf-plugin-cow Version: 0.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DNF plugin to enable Copy on Write in RPM URL: https://github.com/facebookincubator/dnf-plugin-cow License: MIT @@ -12,9 +12,6 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-dnf >= %{dnf_lowest_compatible} -Patch0: reenable-signature-checking.patch -Provides: dnf-plugin-cow(pr5) - %description Source package for DNF plugin to enable Copy on Write in DNF and RPM. @@ -55,6 +52,9 @@ install -D -p reflink.py %{buildroot}%{python3_sitelib}/dnf-plugins/reflink.py %{python3_sitelib}/dnf-plugins/__pycache__/reflink.* %changelog +* Mon Dec 05 2022 Davide Cavalca 0.0.4-2 +- Drop unneeded patch that's now upstream + * Tue Nov 29 2022 Richard Phibel 0.0.4-1 - Add RPM CoW deny list