dont remove egginfo

This commit is contained in:
Dan Radez 2022-02-08 15:50:58 -05:00
parent 9ce2150754
commit 2528abf9de

View File

@ -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 <dradez@redhat.com> - 0.9.0-3
- Don't remove egginfo
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild