* Fri Oct 19 2007 Dan Walsh <dwalsh@redhat.com> 2.0.31-7
- Fix consolekit link to selinux-polgengui
This commit is contained in:
parent
6e11e14635
commit
95c2ff0c21
@ -6,7 +6,7 @@
|
|||||||
Summary: SELinux policy core utilities
|
Summary: SELinux policy core utilities
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 2.0.31
|
Version: 2.0.31
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||||
@ -77,6 +77,7 @@ install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/pam.d/selinux-polgengui
|
|||||||
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/security/console.apps/system-config-selinux
|
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/security/console.apps/system-config-selinux
|
||||||
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/security/console.apps/selinux-polgengui
|
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/security/console.apps/selinux-polgengui
|
||||||
ln -sf consolehelper %{buildroot}%{_bindir}/system-config-selinux
|
ln -sf consolehelper %{buildroot}%{_bindir}/system-config-selinux
|
||||||
|
ln -sf consolehelper %{buildroot}%{_bindir}/selinux-polgengui
|
||||||
|
|
||||||
desktop-file-install --vendor fedora \
|
desktop-file-install --vendor fedora \
|
||||||
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
||||||
@ -117,6 +118,7 @@ system-config-selinux is a utility for managing the SELinux environment
|
|||||||
|
|
||||||
%files gui
|
%files gui
|
||||||
%{_bindir}/system-config-selinux
|
%{_bindir}/system-config-selinux
|
||||||
|
%{_bindir}/selinux-polgengui
|
||||||
%{_datadir}/applications/fedora-system-config-selinux.desktop
|
%{_datadir}/applications/fedora-system-config-selinux.desktop
|
||||||
%{_datadir}/applications/fedora-selinux-polgengui.desktop
|
%{_datadir}/applications/fedora-selinux-polgengui.desktop
|
||||||
%dir %{_datadir}/system-config-selinux
|
%dir %{_datadir}/system-config-selinux
|
||||||
@ -205,6 +207,9 @@ if [ "$1" -ge "1" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 19 2007 Dan Walsh <dwalsh@redhat.com> 2.0.31-7
|
||||||
|
- Fix consolekit link to selinux-polgengui
|
||||||
|
|
||||||
* Thu Oct 18 2007 Dan Walsh <dwalsh@redhat.com> 2.0.31-6
|
* Thu Oct 18 2007 Dan Walsh <dwalsh@redhat.com> 2.0.31-6
|
||||||
- Fix the generation templates
|
- Fix the generation templates
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user