setroubleshoot-3.3.3-1

* Thu Jan 21 2016 Petr Lautrbach <plautrba@redhat.com> 3.3.3-1
- fixed few UI browser problems
- extended DBUS API, see DBUS.md
- import MIMEText from the right module (#1297111)
This commit is contained in:
Petr Lautrbach 2016-01-21 14:45:27 +01:00
parent 36ec75fd22
commit c408ea6407
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -186,3 +186,4 @@ setroubleshoot-2.2.93.tar.gz
/setroubleshoot-3.2.23.tar.gz /setroubleshoot-3.2.23.tar.gz
/setroubleshoot-3.2.24.tar.gz /setroubleshoot-3.2.24.tar.gz
/setroubleshoot-3.3.1.tar.gz /setroubleshoot-3.3.1.tar.gz
/setroubleshoot-3.3.3.tar.gz

View File

@ -1,16 +1,13 @@
Summary: Helps troubleshoot SELinux problems Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot Name: setroubleshoot
Version: 3.3.2 Version: 3.3.3
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: https://fedorahosted.org/setroubleshoot URL: https://fedorahosted.org/setroubleshoot
# git clone https://github.com/fedora-selinux/setroubleshoot.git # git clone https://github.com/fedora-selinux/setroubleshoot.git
# cd setroubleshoot/framework/ # cd setroubleshoot/framework/
# # for the devel version use # git checkout setroubleshoot-%{version}
# git checkout python3
# # for a relase use
# # git checkout setroubleshoot-%{version}
# ./autogen.sh # ./autogen.sh
# make dist # make dist
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
@ -185,8 +182,15 @@ rm -rf %{buildroot}
%{_datadir}/polkit-1/actions/org.fedoraproject.setroubleshootfixit.policy %{_datadir}/polkit-1/actions/org.fedoraproject.setroubleshootfixit.policy
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.SetroubleshootFixit.conf %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.SetroubleshootFixit.conf
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service %{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
%doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO
%changelog %changelog
* Thu Jan 21 2016 Petr Lautrbach <plautrba@redhat.com> 3.3.3-1
- fixed few UI browser problems
- extended DBUS API, see DBUS.md
- import MIMEText from the right module (#1297111)
* Tue Oct 13 2015 Petr Lautrbach <plautrba@redhat.com> 3.3.2-1 * Tue Oct 13 2015 Petr Lautrbach <plautrba@redhat.com> 3.3.2-1
- Fix several GTK deprecated warnings - Fix several GTK deprecated warnings

View File

@ -1 +1 @@
597f296f7b3e1ad0fe5701f1dfaf8b45 setroubleshoot-3.3.1.tar.gz 08d59dcd6a0257ebffed1bd3ccfa2385 setroubleshoot-3.3.3.tar.gz