summaryrefslogtreecommitdiffstats
path: root/fedora-security-livecd.spec
diff options
context:
space:
mode:
Diffstat (limited to 'fedora-security-livecd.spec')
-rw-r--r--fedora-security-livecd.spec58
1 files changed, 58 insertions, 0 deletions
diff --git a/fedora-security-livecd.spec b/fedora-security-livecd.spec
new file mode 100644
index 0000000..6b8db57
--- /dev/null
+++ b/fedora-security-livecd.spec
@@ -0,0 +1,58 @@
+Name: fedora-security-livecd
+Version: 0.1
+Release: 3%{?dist}
+Summary: The configuration files for a Fedora-based security LiveCD
+License: GPL
+Group: System Environment/Base
+URL: http://fedoraproject.org/wiki/LukeMacken/SecurityLiveCD
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0: 10-fedora-livecd-base.conf
+Source1: 20-fedora-livecd-gnome.conf
+Source2: 30-fedora-livecd-security.conf
+# Wallpaper from Diana Fong, see http://www.isity.net/blog/?p=29
+Source3: fedora-livecd-wallpaper.jpg
+Autoreq: 0
+
+%description
+This package contains the configuration files for building a
+Fedora-based security LiveCD for use in security auditing,
+penetration testing, forensics research, and much more.
+
+
+%prep
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+mkdir -p $RPM_BUILD_ROOT/etc/livecd/
+mkdir -p $RPM_BUILD_ROOT/usr/share/backgrounds/images
+install -m 755 %{SOURCE0} $RPM_BUILD_ROOT/etc/livecd/
+install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/etc/livecd/
+install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/etc/livecd/
+install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/usr/share/backgrounds/images/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%dir /etc/livecd
+/etc/livecd/10-fedora-livecd-base.conf
+/etc/livecd/20-fedora-livecd-gnome.conf
+/usr/share/backgrounds/images/fedora-livecd-wallpaper.jpg
+/etc/livecd/30-fedora-livecd-security.conf
+
+%changelog
+* Wed Mar 7 2007 Luke Macken <lmacken@redhat.com> - 1.0-3%{?dist}
+- Another patch from Till Maas to add airsnort, gpart, p0f, scanssh,
+ nessus-{client,gui,server}, splint, testdisk, tiger, tripwire,
+ screen, gtk-recordmydesktop, byzanz, istanbul
+- Also adding pscan
+
+* Wed Mar 7 2007 Luke Macken <lmacken@redhat.com> - 1.0-2%{?dist}
+- Patch from Till Maas to add dd_rescue and aircrack-ng to livecd
+
+* Mon Mar 4 2007 Luke Macken <lmacken@redhat.com> - 1.0-1%{?dist}
+- Initial package