From 4f9279d0e1e0ef6050a81e555fef75c54896510b Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 3 Jan 2024 22:17:20 +0000 Subject: [PATCH] pypi source archive uses lowercase and somehow this also affects the spelling of the egg-info directory --- packaging/rpm/python3-pillow.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/rpm/python3-pillow.spec b/packaging/rpm/python3-pillow.spec index 4a96c08311..8f7ab7409b 100644 --- a/packaging/rpm/python3-pillow.spec +++ b/packaging/rpm/python3-pillow.spec @@ -63,7 +63,7 @@ CFLAGS="$RPM_OPT_FLAGS" %{python3} setup.py build %doc README.md CHANGES.rst %license docs/COPYING %{python3_sitearch}/PIL/ -%{python3_sitearch}/Pillow-%{version}-py*.egg-info +%{python3_sitearch}/pillow-%{version}-py*.egg-info # simplified build does not shi these: %exclude %{python3_sitearch}/PIL/_imagingtk* %exclude %{python3_sitearch}/PIL/ImageTk*