* Sat Aug 25 2007 Dan Walsh <dwalsh@redhat.com> 2.0.25-3
- Add selinux-polgengui to desktop
This commit is contained in:
parent
981bea936b
commit
4373ede8c2
@ -156,3 +156,4 @@ policycoreutils-2.0.21.tgz
|
|||||||
policycoreutils-2.0.22.tgz
|
policycoreutils-2.0.22.tgz
|
||||||
policycoreutils-2.0.23.tgz
|
policycoreutils-2.0.23.tgz
|
||||||
policycoreutils-2.0.25.tgz
|
policycoreutils-2.0.25.tgz
|
||||||
|
sepolgen-1.0.9.tgz
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
%define libsepolver 2.0.6-1
|
%define libsepolver 2.0.6-1
|
||||||
%define libsemanagever 2.0.4-1
|
%define libsemanagever 2.0.4-1
|
||||||
%define libselinuxver 2.0.23-3
|
%define libselinuxver 2.0.23-3
|
||||||
%define sepolgenver 1.0.8
|
%define sepolgenver 1.0.9
|
||||||
Summary: SELinux policy core utilities
|
Summary: SELinux policy core utilities
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 2.0.25
|
Version: 2.0.25
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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
|
||||||
@ -16,6 +16,7 @@ Source2: system-config-selinux.png
|
|||||||
Source3: system-config-selinux.desktop
|
Source3: system-config-selinux.desktop
|
||||||
Source4: system-config-selinux.pam
|
Source4: system-config-selinux.pam
|
||||||
Source5: system-config-selinux.console
|
Source5: system-config-selinux.console
|
||||||
|
Source6: selinux-polgengui.desktop
|
||||||
Patch: policycoreutils-rhat.patch
|
Patch: policycoreutils-rhat.patch
|
||||||
Patch1: policycoreutils-po.patch
|
Patch1: policycoreutils-po.patch
|
||||||
#Patch2: policycoreutils-sepolgen.patch
|
#Patch2: policycoreutils-sepolgen.patch
|
||||||
@ -78,6 +79,11 @@ desktop-file-install --vendor fedora \
|
|||||||
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
||||||
--add-category X-Fedora \
|
--add-category X-Fedora \
|
||||||
%{SOURCE3}
|
%{SOURCE3}
|
||||||
|
|
||||||
|
desktop-file-install --vendor fedora \
|
||||||
|
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
||||||
|
--add-category X-Fedora \
|
||||||
|
%{SOURCE6}
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%package newrole
|
%package newrole
|
||||||
@ -108,6 +114,7 @@ system-config-selinux is a utility for managing the SELinux environment
|
|||||||
%files gui
|
%files gui
|
||||||
%{_bindir}/system-config-selinux
|
%{_bindir}/system-config-selinux
|
||||||
%{_datadir}/applications/fedora-system-config-selinux.desktop
|
%{_datadir}/applications/fedora-system-config-selinux.desktop
|
||||||
|
%{_datadir}/applications/fedora-selinux-polgengui.desktop
|
||||||
%dir %{_datadir}/system-config-selinux
|
%dir %{_datadir}/system-config-selinux
|
||||||
%dir %{_datadir}/system-config-selinux/templates
|
%dir %{_datadir}/system-config-selinux/templates
|
||||||
%{_datadir}/system-config-selinux/*.py*
|
%{_datadir}/system-config-selinux/*.py*
|
||||||
@ -193,6 +200,9 @@ if [ "$1" -ge "1" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 25 2007 Dan Walsh <dwalsh@redhat.com> 2.0.25-3
|
||||||
|
- Add selinux-polgengui to desktop
|
||||||
|
|
||||||
* Fri Aug 24 2007 Dan Walsh <dwalsh@redhat.com> 2.0.25-2
|
* Fri Aug 24 2007 Dan Walsh <dwalsh@redhat.com> 2.0.25-2
|
||||||
- Cleanup spec
|
- Cleanup spec
|
||||||
|
|
||||||
|
11
selinux-polgengui.desktop
Normal file
11
selinux-polgengui.desktop
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=SELinux Policy Generation Tool
|
||||||
|
GenericName=SELinux
|
||||||
|
Comment=Generate SELinux policy modules
|
||||||
|
StartupNotify=true
|
||||||
|
Icon=/usr/share/system-config-selinux/system-config-selinux.png
|
||||||
|
Exec=/usr/share/system-config-selinux/polgengui.py
|
||||||
|
Type=Application
|
||||||
|
Terminal=false
|
||||||
|
Categories=System;Security;
|
||||||
|
X-Desktop-File-Install-Version=0.2
|
Loading…
Reference in New Issue
Block a user