Tareas #165
Primer spec de dhcp_probe
| Status: | Resuelta | Start date: | 03/24/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 04/30/2010 | |
| Assignee: | % Done: | 100% |
||
| Category: | - | |||
| Target version: | 1.3.0 |
Description
Se debe desarrollar una primera versión de dhcp_probe.spec.
History
Updated by Guillermo Gómez almost 2 years ago
- % Done changed from 0 to 10
He creado una primera versión de dhcp_probe.spec, hay que irla revisando y puliendo, abajo lo inserto, luego cuando tengas el alojamiento en fedorapeople.org lo subimos.
Name: dhcp_probe
Version: 1.3.0
Release: 1%{?dist}
Summary: Tool for discover DHCP and BootP servers
License: %bsdstyle
#Group: Networking/Other
Group: System Environment/Daemons
Url: http://www.net.princeton.edu/software/dhcp_probe/
#Source0: %name-%version.tar.gz
Source0: http://www.net.princeton.edu/software/dhcp_probe/dhcp_probe-1.3.0.tar.gz
BuildRequires: libnet2-devel libpcap-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
dchp_probe attempts to discover DHCP and BootP servers on a directly-attached Ethernet network.
A network administrator can use this tool to locate unauthorized DHCP and BootP servers.
%prep
%setup -q
%build
%configure
%make_build
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%__install -m 644 -D extras/dhcp_probe.cf.sample %buildroot%_sysconfdir/dhcp_probe.cf
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc INSTALL.dhcp_probe README COPYING
%_sbindir/%name
%config(noreplace) %_sysconfdir/dhcp_probe.cf
%_man8dir/*
%_man5dir/*
%changelog
* Wed Mar 24 2010 Guillermo Gómez <ggomez@neotechgw.com> - 1.3.0-1
- First Fedora spec compliant version
Updated by Guillermo Gómez almost 2 years ago
- Due date set to 04/30/2010
Puse fecha tentativa para que tengamos el primer spec listo para bugzilla.
Updated by Guillermo Gómez over 1 year ago
- Status changed from Nueva to Resuelta
- Assignee changed from Yader Velásquez to Guillermo Gómez
Updated by Guillermo Gómez over 1 year ago
- % Done changed from 10 to 100