From 3a787c63c1dfb8fb24f59a668830ddf69c919ce1551fcd7604071ff618b36350 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 19 Nov 2024 10:39:08 +0000 Subject: [PATCH] - Fix file list on Leap 15 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=175 --- gpgme.changes | 5 +++++ gpgme.spec | 5 +++++ 2 files changed, 10 insertions(+) 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}