update version to 3.3.26

Signed-off-by: yunjia_w <yunjia.wang@huawei.com>
This commit is contained in:
yunjia_w 2023-01-30 21:06:59 +08:00
parent a65e4c8ae4
commit c7659ebbbe
4 changed files with 9 additions and 8853 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: setroubleshoot
Version: 3.3.24
Release: 5
Version: 3.3.26
Release: 1
Summary: SELinux Trouble Shooting Tool
License: GPLv2+
URL: https://pagure.io/setroubleshoot
@ -8,17 +8,16 @@ URL: https://pagure.io/setroubleshoot
Source0: https://releases.pagure.org/setroubleshoot/%{name}-%{version}.tar.gz
Source1: %{name}.tmpfiles
Patch1: backport-0001-framework-Update-translations.patch
Patch2: backport-Considerably-simplify-html_util-for-Python-3.10-comp.patch
Patch1: backport-Considerably-simplify-html_util-for-Python-3.10-comp.patch
Patch9000: Fix-config-file-to-deny-noraml-user-to-stop-Setroubleshootd.patch
BuildRequires: gcc libcap-ng-devel intltool gettext python3 python3-devel
BuildRequires: desktop-file-utils dbus-glib-devel gtk2-devel libnotify-devel audit-libs-devel libselinux-devel polkit-devel
BuildRequires: python3-libselinux python3-pydbus python3-gobject gtk3-devel xdg-utils
BuildRequires: python3-libselinux python3-dasbus python3-gobject gtk3-devel xdg-utils
Requires: %{name}-server = %{version}-%{release}
Requires: gtk3, libnotify libreport python3-libreport python3-gobject python3-pydbus xdg-utils
Requires: gtk3, libnotify libreport python3-libreport python3-gobject python3-dasbus xdg-utils
Requires(post): desktop-file-utils
Requires(post): dbus
Requires(postun): desktop-file-utils
@ -42,7 +41,7 @@ BuildRequires: python3-devel
Requires: python3-slip python3-systemd
Requires: python3-gobject >= 3.11
Requires: dbus
Requires: python3-dbus python3-pydbus
Requires: python3-dbus python3-dasbus
Requires: polkit
Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd
@ -161,6 +160,9 @@ chown -R setroubleshoot:setroubleshoot %{_localstatedir}/lib/%{name}
%{_mandir}/man1/seapplet.1.gz
%changelog
* Mon Jan 30 2023 wangyunjia <yunjia.wang@huawei.com> - 3.3.26-1
- update version to 3.3.26
* Thu Nov 17 2022 shenxiangwei <shenxiangwei1@huawei.com> - 3.3.24-5
- Fix the dependency on the formatter class of python-3.10.