setroubleshoot-3.3.30
- Miscellaneous python and build system changes - Fix couple of typos - Drop Python2 support - Use inspect.signature() instead of instead.getargspec() - Update translations
This commit is contained in:
parent
d6c96a4e3b
commit
ab44fbbbb7
1
.gitignore
vendored
1
.gitignore
vendored
@ -214,3 +214,4 @@ setroubleshoot-2.2.93.tar.gz
|
||||
/framework-3.3.27.tar.gz
|
||||
/setroubleshoot-3.3.28.tar.gz
|
||||
/setroubleshoot-3.3.29.tar.gz
|
||||
/setroubleshoot-3.3.30.tar.gz
|
||||
|
@ -3,14 +3,14 @@
|
||||
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 3.3.29
|
||||
Release: 2%{?dist}
|
||||
Version: 3.3.30
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
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.29
|
||||
# git format-patch -N 3.3.30
|
||||
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
@ -53,7 +53,7 @@ to user preference. The same tools can be run on existing log files.
|
||||
%{pkgguidir}
|
||||
%config(noreplace) %{_sysconfdir}/xdg/autostart/*
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/appdata/*.appdata.xml
|
||||
%{_metainfodir}/*.appdata.xml
|
||||
%{_datadir}/dbus-1/services/sealert.service
|
||||
%{_datadir}/icons/hicolor/*/*/*
|
||||
%dir %attr(0755,root,root) %{pkgpythondir}
|
||||
@ -190,6 +190,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 Jun 28 2022 Petr Lautrbach <plautrba@redhat.com> - 3.3.30-1
|
||||
- Miscellaneous python and build system changes
|
||||
- Fix couple of typos
|
||||
- Drop Python2 support
|
||||
- Use inspect.signature() instead of instead.getargspec()
|
||||
- Update translations
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.3.29-2
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (setroubleshoot-3.3.29.tar.gz) = dc3289b0064192d1fcbea6b2049b746b5515f91c5ed3355ff18918bf7ce78a280c6a533b609a3eab153f557acb393e2ee9a401a992fce7894168c1c9f0d85450
|
||||
SHA512 (setroubleshoot-3.3.30.tar.gz) = 49955fdba875b2c1b6e338cf37bb0805cb33a515d45aac66a89885b32d8caa67f7fbd6ac0e6de7b1beb6b144c48b466e45913c7e58c7e794339842dc97c12464
|
||||
|
Loading…
Reference in New Issue
Block a user