From 1de13df85e95b62dc709f67e8801152ee1630cddbac1f0748ce68e4310386581 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 02:38:25 +0000 Subject: [PATCH] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=56 --- python-Glances.changes | 5 +++++ python-Glances.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-Glances.changes b/python-Glances.changes index 0b9fa6a..e520f7f 100644 --- a/python-Glances.changes +++ b/python-Glances.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 02:36:41 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Sun Mar 24 13:28:08 UTC 2024 - Dirk Müller diff --git a/python-Glances.spec b/python-Glances.spec index 001a9e4..af6648d 100644 --- a/python-Glances.spec +++ b/python-Glances.spec @@ -1,7 +1,7 @@ # # spec file for package python-Glances # -# 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 @@ -124,7 +124,7 @@ export LANG=en_US.UTF-8 %python_alternative %{_bindir}/glances %python_alternative %{_mandir}/man1/glances.1%{?ext_man} %{python_sitelib}/glances -%{python_sitelib}/Glances-%{version}.dist-info +%{python_sitelib}/glances-%{version}.dist-info %exclude %{python_sitelib}/glances/outputs/static/.eslintrc.js %exclude %{python_sitelib}/glances/outputs/static/.gitignore %exclude %{python_sitelib}/glances/outputs/static/.prettierrc.js