diff --git a/python-Faker.changes b/python-Faker.changes index 496bfb6..6a58f2f 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Apr 1 11:43:29 UTC 2025 - Markéta Machová + +- Make the dist-info name case-insensitive. + +------------------------------------------------------------------- +Tue Mar 25 02:33:21 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Mon Aug 5 11:02:21 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-Faker.spec b/python-Faker.spec index 43ea271..bdea814 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -1,7 +1,7 @@ # # spec file for package python-Faker # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -76,6 +76,6 @@ sed -i -e 's:==:>=:g' setup.py %doc CHANGELOG.md README.rst %python_alternative %{_bindir}/faker %{python_sitelib}/faker -%{python_sitelib}/Faker-%{version}*-info +%{python_sitelib}/[fF]aker-%{version}.dist-info %changelog