dont remove egginfo
This commit is contained in:
parent
9ce2150754
commit
2528abf9de
@ -1,6 +1,6 @@
|
|||||||
Name: python-pathspec
|
Name: python-pathspec
|
||||||
Version: 0.9.0
|
Version: 0.9.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Utility library for gitignore style pattern matching of file paths
|
Summary: Utility library for gitignore style pattern matching of file paths
|
||||||
|
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
@ -31,8 +31,6 @@ is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n pathspec-%{version}
|
%autosetup -p1 -n pathspec-%{version}
|
||||||
# Remove bundled egg-info
|
|
||||||
rm -rf pathspec.egg-info
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -51,6 +49,9 @@ rm -rf pathspec.egg-info
|
|||||||
%{python3_sitelib}/pathspec-%{version}-py%{python3_version}.egg-info
|
%{python3_sitelib}/pathspec-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user