- Wrap the metadata directory name in a distro-based conditional

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=64
This commit is contained in:
2025-04-01 12:54:58 +00:00
committed by Git OBS Bridge
parent 33b2e78922
commit 4875e633e2
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 1 12:54:40 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Wrap the metadata directory name in a distro-based conditional
-------------------------------------------------------------------
Tue Mar 25 06:04:15 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -72,6 +72,10 @@ ulimit -Sn 2048
%doc CHANGES README.md examples/
%{python_sitearch}/yaml
%{python_sitearch}/_yaml
%if 0%{?suse_version} > 1600
%{python_sitearch}/pyyaml-%{version}.dist-info
%else
%{python_sitearch}/PyYAML-%{version}.dist-info
%endif
%changelog