* Fri Aug 28 2015 Michal Srb <msrb@redhat.com> - 3.3.1-0.2

- Sanitize requires for Python 3
This commit is contained in:
Miroslav Grepl 2015-08-28 12:44:35 +02:00
parent f37e9eb044
commit 91df1b8f65
1 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot
Version: 3.3.1
Release: 0.1%{?dist}
Release: 0.2%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/setroubleshoot
@ -20,7 +20,6 @@ BuildRequires: libcap-ng-devel
BuildRequires: intltool gettext python3 python3-devel
BuildRequires: desktop-file-utils dbus-glib-devel gtk2-devel libnotify-devel audit-libs-devel libselinux-devel polkit-devel
Requires: %{name}-server = %{version}-%{release}
Requires: pygtk2-libglade >= 2.9.2
Requires: gtk2
Requires: libreport-gtk >= 2.2.1-2, libreport-python3
Requires(post): desktop-file-utils
@ -115,10 +114,10 @@ Requires: libselinux-python3 >= 2.1.5-1
Requires: policycoreutils-python-utils
BuildRequires: intltool gettext python3
BuildRequires: python3-devel
Requires: python-slip-dbus systemd-python >= 206-1
Requires: pygobject3 >= 3.11
Requires: python3-slip-dbus systemd-python3 >= 206-1
Requires: python3-gobject >= 3.11
Requires: dbus
Requires: dbus-python
Requires: python3-dbus
Requires: polkit
Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd
@ -188,6 +187,9 @@ rm -rf %{buildroot}
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
%changelog
* Fri Aug 28 2015 Michal Srb <msrb@redhat.com> - 3.3.1-0.2
- Sanitize requires for Python 3
* Tue Aug 18 2015 Petr Lautrbach <plautrba@redhat.com> 3.3.1-0.1
- port setroubleshoot to Python 3