*** empty log message ***

This commit is contained in:
Daniel J Walsh 2006-04-11 13:34:08 +00:00
parent 71bda0fcd8
commit dd7335726e
7 changed files with 22 additions and 4 deletions

View File

@ -2,7 +2,7 @@
Name=SELinux Policy Analysis Name=SELinux Policy Analysis
GenericName=SELinux Policy Analysis Tool GenericName=SELinux Policy Analysis Tool
Comment=This tool can examine, search, and relate policy components and policy rules Comment=This tool can examine, search, and relate policy components and policy rules
#Icon=/usr/share/pixmaps/apol.xpm Icon=apol.png
Exec=/usr/bin/apol Exec=/usr/bin/apol
Type=Application Type=Application
Terminal=false Terminal=false

BIN
apol.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -2,7 +2,7 @@
Name=SELinux Audit Log Analysis Name=SELinux Audit Log Analysis
GenericName=SELinux Audit Log Analysis Tool GenericName=SELinux Audit Log Analysis Tool
Comment=The tool parses syslog files and extracts all policy , AVC and change of boolean messages. Comment=The tool parses syslog files and extracts all policy , AVC and change of boolean messages.
#Icon=/usr/share/pixmaps/seaudit.xpm Icon=seaudit.png
Exec=/usr/bin/seaudit Exec=/usr/bin/seaudit
Type=Application Type=Application
Terminal=false Terminal=false

BIN
seaudit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -9,3 +9,4 @@ Encoding=UTF-8
Categories=Application;SystemSetup;X-Red-Hat-Base; Categories=Application;SystemSetup;X-Red-Hat-Base;
X-Desktop-File-Install-Version=0.2 X-Desktop-File-Install-Version=0.2
StartupNotify=true StartupNotify=true
Icon=sediffx.png

BIN
sediffx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,7 +1,7 @@
Summary: SELinux tools for managing policy Summary: SELinux tools for managing policy
Name: setools Name: setools
Version: 2.3 Version: 2.3
Release: 2 Release: 3
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
URL: http://www.tresys.com/ URL: http://www.tresys.com/
@ -11,6 +11,9 @@ Source4: seaudit.console
Source5: apol.desktop Source5: apol.desktop
Source7: seaudit.desktop Source7: seaudit.desktop
Source9: sediffx.desktop Source9: sediffx.desktop
Source10: seaudit.png
Source11: apol.png
Source12: sediffx.png
Prefix: %{_prefix} Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -83,7 +86,7 @@ tools.
%build %build
make clean make clean
make LIBDIR=%{_libdir} all make INSTALL_HELPDIR=/usr/share/doc/setools-%{version} LIBDIR=%{_libdir} all
%install %install
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
@ -93,6 +96,8 @@ mkdir -p $RPM_BUILD_ROOT/%_libdir
mkdir -p $RPM_BUILD_ROOT%{_includedir}/selinux/apol mkdir -p $RPM_BUILD_ROOT%{_includedir}/selinux/apol
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/setools-%{version} mkdir -p $RPM_BUILD_ROOT/usr/share/doc/setools-%{version}
mkdir -p $RPM_BUILD_ROOT/usr/share/tcl8.4 mkdir -p $RPM_BUILD_ROOT/usr/share/tcl8.4
mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps
make DESTDIR="${RPM_BUILD_ROOT}" INSTALL_HELPDIR=$RPM_BUILD_ROOT/usr/share/doc/setools-%{version} LIBDIR=%{_libdir} install install-bwidget make DESTDIR="${RPM_BUILD_ROOT}" INSTALL_HELPDIR=$RPM_BUILD_ROOT/usr/share/doc/setools-%{version} LIBDIR=%{_libdir} install install-bwidget
rm -f ${RPM_BUILD_ROOT}/usr/bin/findcon rm -f ${RPM_BUILD_ROOT}/usr/bin/findcon
rm -f ${RPM_BUILD_ROOT}/usr/bin/replcon rm -f ${RPM_BUILD_ROOT}/usr/bin/replcon
@ -110,6 +115,10 @@ install -d -m 755 ${RPM_BUILD_ROOT}%{_datadir}/applications
install -m 664 %{SOURCE5} ${RPM_BUILD_ROOT}%{_datadir}/applications/apol.desktop install -m 664 %{SOURCE5} ${RPM_BUILD_ROOT}%{_datadir}/applications/apol.desktop
install -m 664 %{SOURCE7} ${RPM_BUILD_ROOT}%{_datadir}/applications/seaudit.desktop install -m 664 %{SOURCE7} ${RPM_BUILD_ROOT}%{_datadir}/applications/seaudit.desktop
install -m 664 %{SOURCE9} ${RPM_BUILD_ROOT}%{_datadir}/applications/sediffx.desktop install -m 664 %{SOURCE9} ${RPM_BUILD_ROOT}%{_datadir}/applications/sediffx.desktop
install -m 664 %{SOURCE10} ${RPM_BUILD_ROOT}/usr/share/pixmaps/seaudit.png
install -m 664 %{SOURCE11} ${RPM_BUILD_ROOT}/usr/share/pixmaps/apol.png
install -m 664 %{SOURCE12} ${RPM_BUILD_ROOT}/usr/share/pixmaps/sediffx.png
cd $RPM_BUILD_ROOT/%{_bindir}/ cd $RPM_BUILD_ROOT/%{_bindir}/
ln -sf consolehelper seaudit ln -sf consolehelper seaudit
@ -168,6 +177,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man1/sediffx.1.gz %{_mandir}/man1/sediffx.1.gz
%{_mandir}/man8/seaudit.8.gz %{_mandir}/man8/seaudit.8.gz
%{_mandir}/man8/seaudit-report.8.gz %{_mandir}/man8/seaudit-report.8.gz
%attr(0644,root,root) /usr/share/pixmaps/seaudit.png
%attr(0644,root,root) /usr/share/pixmaps/apol.png
%attr(0644,root,root) /usr/share/pixmaps/sediffx.png
%package devel %package devel
Summary: Development environment for SETools Summary: Development environment for SETools
@ -220,6 +232,11 @@ Headers, static libraries and API docs for SETools.
%{_libdir}/libsefs.so.1.2.1 %{_libdir}/libsefs.so.1.2.1
%changelog %changelog
* Mon Apr 10 2006 Dan Walsh <dwalsh@redhat.com> 2.3-3
- Fix help
- Add icons
* Tue Mar 21 2006 Dan Walsh <dwalsh@redhat.com> 2.3-2 * Tue Mar 21 2006 Dan Walsh <dwalsh@redhat.com> 2.3-2
- Remove console apps for sediff, sediffx and apol - Remove console apps for sediff, sediffx and apol