Move some of the Requires block down to -server package
This commit is contained in:
parent
14da5f414a
commit
082ab32e4c
@ -1,7 +1,7 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 3.2.13
|
Version: 3.2.13
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://fedorahosted.org/setroubleshoot
|
URL: https://fedorahosted.org/setroubleshoot
|
||||||
@ -16,11 +16,7 @@ BuildRequires: desktop-file-utils dbus-glib-devel gtk2-devel libnotify-devel aud
|
|||||||
Requires: %{name}-server = %{version}-%{release}
|
Requires: %{name}-server = %{version}-%{release}
|
||||||
Requires: pygtk2-libglade >= 2.9.2
|
Requires: pygtk2-libglade >= 2.9.2
|
||||||
Requires: gtk2
|
Requires: gtk2
|
||||||
Requires: dbus
|
|
||||||
Requires: dbus-python
|
|
||||||
Requires: pygobject2
|
|
||||||
Requires: libreport-gtk
|
Requires: libreport-gtk
|
||||||
Requires: polkit
|
|
||||||
Requires: yum
|
Requires: yum
|
||||||
Requires(post): desktop-file-utils
|
Requires(post): desktop-file-utils
|
||||||
Requires(post): dbus
|
Requires(post): dbus
|
||||||
@ -108,6 +104,10 @@ Requires: policycoreutils-python
|
|||||||
BuildRequires: intltool gettext python
|
BuildRequires: intltool gettext python
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Requires: python-slip-dbus systemd-python >= 206-1
|
Requires: python-slip-dbus systemd-python >= 206-1
|
||||||
|
Requires: pygobject2
|
||||||
|
Requires: dbus
|
||||||
|
Requires: dbus-python
|
||||||
|
Requires: polkit
|
||||||
|
|
||||||
Requires(post): /sbin/service
|
Requires(post): /sbin/service
|
||||||
Requires(preun): /sbin/service
|
Requires(preun): /sbin/service
|
||||||
@ -176,6 +176,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
|
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 10 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.13-2
|
||||||
|
- Move some of the Requires block down to -server package
|
||||||
|
|
||||||
* Thu Aug 1 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.13-1
|
* Thu Aug 1 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.13-1
|
||||||
- Fix typo again in audit_data.py
|
- Fix typo again in audit_data.py
|
||||||
- Make setroubleshoot less noicy in logs
|
- Make setroubleshoot less noicy in logs
|
||||||
|
Loading…
Reference in New Issue
Block a user