setroubleshoot-3.3.33-2
https://gitlab.com/setroubleshoot/setroubleshoot/-/issues/8 - Ship with contemporary app icon Resolves: RHEL-39987
This commit is contained in:
parent
4b1df4ffe6
commit
7267f0a7a0
@ -0,0 +1,36 @@
|
||||
From dce909e06ba1471d5bbc2174bd7672be684bdf64 Mon Sep 17 00:00:00 2001
|
||||
From: Petr Lautrbach <lautrbach@redhat.com>
|
||||
Date: Mon, 3 Jun 2024 15:44:28 +0200
|
||||
Subject: [PATCH] gitlab-ci: fix Fedora and Debian build requirements
|
||||
Content-type: text/plain
|
||||
|
||||
Signed-off-by: Petr Lautrbach <lautrbach@redhat.com>
|
||||
---
|
||||
.gitlab-ci.yml | 4 +++-
|
||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
|
||||
index bea5081bb0b9..f316357a9164 100644
|
||||
--- a/.gitlab-ci.yml
|
||||
+++ b/.gitlab-ci.yml
|
||||
@@ -31,6 +31,7 @@ build:debian:
|
||||
apt-get -y install autoconf automake libglib2.0-dev libdbus-glib-1-dev libnotify-dev
|
||||
libgtk-3-dev gcc python3-selinux python3-gi python3-dbus python3-six python3-sepolicy
|
||||
xdg-utils make intltool libaudit-dev libauparse-dev python3-pip python3-dasbus
|
||||
+ python3-setuptools
|
||||
- ./autogen.sh
|
||||
- make
|
||||
- make install
|
||||
@@ -44,7 +45,8 @@ build:fedora:
|
||||
dnf -y install make gcc automake autoconf libcap-ng-devel intltool gettext
|
||||
python3 python3-devel desktop-file-utils dbus-glib-devel gtk2-devel libnotify-devel
|
||||
audit-libs-devel libselinux-devel polkit-devel python3-libselinux python3-dasbus
|
||||
- python3-gobject gtk3-devel xdg-utils intltool gettext python3 python3-devel
|
||||
+ python3-gobject gtk3-devel xdg-utils intltool gettext
|
||||
+ python3-setuptools python3-wheel python3-pip
|
||||
- ./autogen.sh
|
||||
- make
|
||||
- make install
|
||||
--
|
||||
2.44.0
|
||||
|
1923
0002-data-update-app-icon.patch
Normal file
1923
0002-data-update-app-icon.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 3.3.33
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://gitlab.com/setroubleshoot/setroubleshoot
|
||||
Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz
|
||||
@ -191,6 +191,9 @@ to user preference. The same tools can be run on existing log files.
|
||||
%doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Mon Jun 03 2024 Petr Lautrbach <lautrbach@redhat.com> - 3.3.33-2
|
||||
- Ship with contemporary app icon
|
||||
|
||||
* Wed Jan 31 2024 Vit Mojzis <vmojzis@redhat.com> - 3.3.33-1
|
||||
- Check that SELinux is enabled before running (rhbz#2178950)
|
||||
- Improve limiting RAM utilization
|
||||
|
Loading…
Reference in New Issue
Block a user