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.