1 Commits

Author SHA256 Message Date
56bf6aeac2 Sync changes to SLFO-1.2 branch 2025-08-20 13:25:34 +02:00
2 changed files with 5 additions and 11 deletions

View File

@@ -1,14 +1,7 @@
-------------------------------------------------------------------
Fri Nov 14 16:31:11 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
Fri Apr 4 14:40:05 UTC 2025 - Zdenek Kubala <zkubala@suse.cz>
- The dbus calls in post/postun got removed long ago, remove the
Requires, too.
-------------------------------------------------------------------
Thu May 1 06:38:48 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Add pkgconfig(gobject-introspection-1.0) BuildRequires: inspect
the python code and detect typelib() dependencies.
- bumb version to 3.35 for SL Micro 6.2 which fixes bsc#1240428
-------------------------------------------------------------------
Thu Mar 6 14:02:43 UTC 2025 - Zdenek Kubala <zkubala@suse.cz>

View File

@@ -1,7 +1,7 @@
#
# spec file for package setroubleshoot
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2006-2024 Red Hat, Inc.
#
# All modifications and additions to the file contributed by third parties
@@ -50,7 +50,6 @@ BuildRequires: polkit-devel
BuildRequires: python3-dasbus
BuildRequires: pkgconfig(audit) >= 3.0.1
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(python3)
#BuildRequires: python3-devel
@@ -76,6 +75,8 @@ Requires: libreport-gtk_1 >= 2.2.1-2
Requires: python3-libreport
%endif
Requires(post): desktop-file-utils
Requires(post): dbus-1
Requires(postun): dbus-1
Requires(postun): desktop-file-utils
BuildRequires: xdg-utils