diff --git a/dnf-plugin-cow.spec b/dnf-plugin-cow.spec index 1835905..c106cf1 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: 2%{?dist} +Release: 3%{?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 +* Wed Jul 21 2021 Fedora Release Engineering - 0.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 04 2021 Python Maint - 0.0.2-2 - Rebuilt for Python 3.10