summaryrefslogtreecommitdiffstats
path: root/fedora-security-livecd.spec
blob: 6b8db57e7f6862ec1b9338bd8c87f5b28dcb7b7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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