diff --git a/gpgme.changes b/gpgme.changes index 128e21e..c3e1689 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 18 10:17:30 UTC 2024 - Christophe Marin + +- Fix file list on Leap 15 + ------------------------------------------------------------------- Wed Nov 13 12:05:35 UTC 2024 - Pedro Monreal diff --git a/gpgme.spec b/gpgme.spec index 7085400..1264d90 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -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}