diff --git a/.gitignore b/.gitignore index f88abdd..43f4892 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/setroubleshoot-3.3.34.tar.gz +SOURCES/setroubleshoot-3.3.35.tar.gz diff --git a/.setroubleshoot.metadata b/.setroubleshoot.metadata index 510af1d..a9d570c 100644 --- a/.setroubleshoot.metadata +++ b/.setroubleshoot.metadata @@ -1 +1 @@ -20927da4081df832fc830c47002c604ed81f6dbe SOURCES/setroubleshoot-3.3.34.tar.gz +a3bfe767bf3a84e85aa839fc2b1ffcdfe9014916 SOURCES/setroubleshoot-3.3.35.tar.gz diff --git a/SPECS/setroubleshoot.spec b/SPECS/setroubleshoot.spec index d857a50..dd9e540 100644 --- a/SPECS/setroubleshoot.spec +++ b/SPECS/setroubleshoot.spec @@ -5,14 +5,14 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.3.34 +Version: 3.3.35 Release: 1%{?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 Source1: %{name}.tmpfiles 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 BuildRequires: gcc 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 %changelog +* Tue Nov 26 2024 Petr Lautrbach - 3.3.35-1 +- Do not hardcode /var/lib/selinux as store_root + +* Fri Nov 15 2024 Petr Lautrbach - 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 - 3.3.34-1 - data: update app icon - Disable bug reporting, if libreport is not available