forked from pool/python-Glances
Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f294f01d8b | |||
| 4a1b4e006f | |||
| 1e3f4ba1ef |
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 05:51:34 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Support both lowercased and unnormalized metadata directory names.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 02:36:41 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Lowercase metadata directory name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 24 13:28:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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}/[Gg]lances-%{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
|
||||
|
||||
Reference in New Issue
Block a user