- Fix file list on Leap 15

OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=175
This commit is contained in:
Pedro Monreal Gonzalez 2024-11-19 10:39:08 +00:00 committed by Git OBS Bridge
parent a9285bc3ef
commit 3a787c63c1
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 18 10:17:30 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Fix file list on Leap 15
-------------------------------------------------------------------
Wed Nov 13 12:05:35 UTC 2024 - Pedro Monreal <pmonreal@suse.com>

View File

@ -372,7 +372,12 @@ GPGME_DEBUG=2:mygpgme.log %make_build check skip=%{?qt_skip:%{qt_skip}} || cat $
%if %{with python3}
%files %{python_files gpg}
%license COPYING COPYING.LESSER LICENSES
%if 0%{?suse_version} > 1500
%{python_sitearch}/gpg-%{version}*.egg/
%else
%{python_sitearch}/gpg/
%{python_sitearch}/gpg-%{version}*.egg-info
%endif
%endif
%if %{with qt}