- 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:
parent
a9285bc3ef
commit
3a787c63c1
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user