From 0c30e19ea9f08cc60336ba4f6df301c24cc115732b0dd8b0ad608cbab32be835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 30 May 2025 08:30:25 +0000 Subject: [PATCH] files case-insensitive OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ipy?expand=0&rev=18 --- python-ipy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ipy.spec b/python-ipy.spec index 12ee5ad..d1f5561 100644 --- a/python-ipy.spec +++ b/python-ipy.spec @@ -52,7 +52,7 @@ so funky stuff like a netmask of 0xffffff0f can't be done here. %files %{python_files} %{python_sitelib}/IPy.py -%{python_sitelib}/ipy-%{pkg_version}*-info +%{python_sitelib}/[Ii][Pp]y-%{pkg_version}*-info %pycache_only %{python_sitelib}/__pycache__/IPy* %doc README.rst %license COPYING