setroubleshoot-3.3.35
- Adjust seapplet notification to desktop file - Fix icon file name - Do not hardcode /var/lib/selinux as store_root - data: Fix AppStream metadata Resolves: RHEL-68957
This commit is contained in:
parent
14fb87bd94
commit
e9eecdd6ae
1
.gitignore
vendored
1
.gitignore
vendored
@ -219,3 +219,4 @@ setroubleshoot-2.2.93.tar.gz
|
|||||||
/setroubleshoot-3.3.32.tar.gz
|
/setroubleshoot-3.3.32.tar.gz
|
||||||
/setroubleshoot-3.3.33.tar.gz
|
/setroubleshoot-3.3.33.tar.gz
|
||||||
/setroubleshoot-3.3.34.tar.gz
|
/setroubleshoot-3.3.34.tar.gz
|
||||||
|
/setroubleshoot-3.3.35.tar.gz
|
||||||
|
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 3.3.34
|
Version: 3.3.35
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://gitlab.com/setroubleshoot/setroubleshoot
|
URL: https://gitlab.com/setroubleshoot/setroubleshoot
|
||||||
Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz
|
Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz
|
||||||
Source1: %{name}.tmpfiles
|
Source1: %{name}.tmpfiles
|
||||||
Source2: %{name}.sysusers
|
Source2: %{name}.sysusers
|
||||||
# git format-patch -N 3.3.33
|
# git format-patch -N 3.3.34
|
||||||
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -196,6 +196,13 @@ to user preference. The same tools can be run on existing log files.
|
|||||||
%doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO
|
%doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 26 2024 Petr Lautrbach <lautrbach@redhat.com> - 3.3.35-1
|
||||||
|
- Do not hardcode /var/lib/selinux as store_root
|
||||||
|
|
||||||
|
* Fri Nov 15 2024 Petr Lautrbach <lautrbach@redhat.com> - 3.3.34-2
|
||||||
|
- Do not hardcode /var/lib/selinux as store_root
|
||||||
|
- Fix icon file name (bz#2300369)
|
||||||
|
|
||||||
* Mon Nov 04 2024 Petr Lautrbach <lautrbach@redhat.com> - 3.3.34-1
|
* Mon Nov 04 2024 Petr Lautrbach <lautrbach@redhat.com> - 3.3.34-1
|
||||||
- data: update app icon
|
- data: update app icon
|
||||||
- Disable bug reporting, if libreport is not available
|
- Disable bug reporting, if libreport is not available
|
||||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
|||||||
SHA512 (setroubleshoot-3.3.33.tar.gz) = d70af05d1259b2b5c48f15a47e656865f2c0eb1d09a2441e651089914128340a0ac56cb5d40bd2b66bf64a25bf630086b7b11ae726d9e152257bc2e4a47b9c45
|
SHA512 (setroubleshoot-3.3.35.tar.gz) = bb453c5ba12da53485d7a178df9f28733695bf7f06536e5784eee6e5fa099d42b562322a1e4be524fa7b4d82284b31a46d4bbeafde3db7e507de6bf934ea35c3
|
||||||
SHA512 (setroubleshoot-3.3.34.tar.gz) = fde36a45ab25dd1e48364488ea725372ab0fafe416ac693b94347d750a7e474451be7db58952aaf297601aa767517dea85334c3d5dd0e17be7206d7b4418bf9f
|
|
||||||
|
Loading…
Reference in New Issue
Block a user