From f91e4b7ce4eef71f38a73e58df9320e6ec1be8a65429f71d3a1582be3ccb4bd3 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Mar 2025 00:57:51 +0000 Subject: [PATCH] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Telethon?expand=0&rev=32 --- python-Telethon.changes | 5 +++++ python-Telethon.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Telethon.changes b/python-Telethon.changes index e9c7a57..6f97101 100644 --- a/python-Telethon.changes +++ b/python-Telethon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 26 00:56:52 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Mon Mar 17 13:11:04 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-Telethon.spec b/python-Telethon.spec index d89b33c..538da6b 100644 --- a/python-Telethon.spec +++ b/python-Telethon.spec @@ -64,6 +64,6 @@ chmod -x *.rst LICENSE %doc README.rst %license LICENSE %{python_sitelib}/telethon -%{python_sitelib}/Telethon-%{version}.dist-info +%{python_sitelib}/telethon-%{version}.dist-info %changelog