setroubleshoot-3.3.13-1
- Don't stop when the plugin directory is empty - Fix missing margins on Troubleshoot window - Resize all solutions panels horizontally - Fix missing priority color for proposed solutions - Do not split If sentences to framework and plugins - requires setroubleshoot-plugins 3.3.8 at least (rhbz#1210243, rhbz#1322734, hbz#1115510) - Set translation domain for Gtk.Builder() object to have strings correctly translated - Make labels on GtkButtons translatable - Handla all exceptions from do_analyze_logfile() - Fix semi-translated messages - Update translations - Do not catch POSIX signals (rhbz#1366004, rhbz#1419245)
This commit is contained in:
parent
95f01e48d9
commit
d3a05435be
1
.gitignore
vendored
1
.gitignore
vendored
@ -197,3 +197,4 @@ setroubleshoot-2.2.93.tar.gz
|
||||
/setroubleshoot-3.3.10.tar.gz
|
||||
/setroubleshoot-3.3.11.tar.gz
|
||||
/setroubleshoot-3.3.12.tar.gz
|
||||
/setroubleshoot-3.3.13.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 3.3.12
|
||||
Release: 3%{?dist}
|
||||
Version: 3.3.13
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://pagure.io/setroubleshoot
|
||||
@ -80,7 +80,7 @@ make
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} install
|
||||
make DESTDIR=%{buildroot} PREFIX=/usr install
|
||||
desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||
mkdir -p %{buildroot}%{pkgvardatadir}
|
||||
mkdir -p %{buildroot}%{_rundir}/setroubleshoot
|
||||
@ -97,7 +97,7 @@ install -m644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_tmpfilesdir}/%{name}.conf
|
||||
Summary: SELinux troubleshoot server
|
||||
Group: Applications/System
|
||||
|
||||
Requires: %{name}-plugins >= 3.3.4
|
||||
Requires: %{name}-plugins >= 3.3.8
|
||||
Requires: audit >= 1.2.6-3
|
||||
Requires: audit-libs-python3 >= 1.2.6-3
|
||||
Requires: libxml2-python3
|
||||
@ -202,6 +202,21 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 15 2017 Petr Lautrbach <plautrba@redhat.com> - 3.3.13-1
|
||||
- Don't stop when the plugin directory is empty
|
||||
- Fix missing margins on Troubleshoot window
|
||||
- Resize all solutions panels horizontally
|
||||
- Fix missing priority color for proposed solutions
|
||||
- Do not split If sentences to framework and plugins - requires
|
||||
setroubleshoot-plugins 3.3.8 at least (rhbz#1210243, rhbz#1322734, rhbz#1115510)
|
||||
- Set translation domain for Gtk.Builder() object to have strings
|
||||
correctly translated
|
||||
- Make labels on GtkButtons translatable
|
||||
- Handla all exceptions from do_analyze_logfile()
|
||||
- Fix semi-translated messages
|
||||
- Update translations
|
||||
- Do not catch POSIX signals (rhbz#1366004, rhbz#1419245)
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (setroubleshoot-3.3.12.tar.gz) = 4538b5924b7564ca7d1543c39556042c42d605489cd158170f3c823ea0bc8d04c8a40d8048abc190962165e2f541ccdad9ebacde8087077d1fcd0ed7002665df
|
||||
SHA512 (setroubleshoot-3.3.13.tar.gz) = f677f970c485e72c85b7cfdeabf79b3df9cba86da27446fdac70bb55a48d9dfd52f34ad753ccb61c1cab148fbebe50a012b9a551cfb184ddcfa15e61897361d1
|
||||
|
Loading…
Reference in New Issue
Block a user