diff --git a/python-pathspec.spec b/python-pathspec.spec index 2d16333..75b21e7 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -1,6 +1,6 @@ Name: python-pathspec Version: 0.9.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Utility library for gitignore style pattern matching of file paths License: MPLv2.0 @@ -31,8 +31,6 @@ is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files. %prep %autosetup -p1 -n pathspec-%{version} -# Remove bundled egg-info -rm -rf pathspec.egg-info %build %py3_build @@ -51,6 +49,9 @@ rm -rf pathspec.egg-info %{python3_sitelib}/pathspec-%{version}-py%{python3_version}.egg-info %changelog +* Tue Feb 08 2022 Dan Radez - 0.9.0-3 +- Don't remove egginfo + * Fri Jan 21 2022 Fedora Release Engineering - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild