15
0
forked from pool/python-fvs

- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fvs?expand=0&rev=6
This commit is contained in:
2025-03-27 04:09:52 +00:00
committed by Git OBS Bridge
parent fcfd752d78
commit 5039e9b63c
2 changed files with 8 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-fvs
#
# 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
@@ -34,7 +34,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-orjson
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%python_subpackages
@@ -78,7 +78,7 @@ deduplication to minimize space consumption
%license LICENSE
%doc README.md
%python_alternative %{_bindir}/fvs
%{python_sitelib}/%{modname}-%{version}*-info
%{python_sitelib}/fvs-%{version}.dist-info
%{python_sitelib}/fvs
%changelog