From 73ddb2aca00a4ff077b042e1944302b4064d8327 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 04 2021 18:03:17 +0000 Subject: Rebuilt for Python 3.10 --- diff --git a/dnf-plugin-cow.spec b/dnf-plugin-cow.spec index 64dc373..1835905 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.2 -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 @@ -52,6 +52,9 @@ install -D -p reflink.py %{buildroot}%{python3_sitelib}/dnf-plugins/reflink.py %{python3_sitelib}/dnf-plugins/__pycache__/reflink.* %changelog +* Fri Jun 04 2021 Python Maint - 0.0.2-2 +- Rebuilt for Python 3.10 + * Fri Jan 22 2021 Matthew Almond 0.0.2-1 - Minor version bump.