summaryrefslogtreecommitdiffstats
path: root/dhcp_probe.spec
diff options
context:
space:
mode:
authorGuillermo Gomez S. (Gomix) <guillermo.gomez@gmail.com>2010-07-06 09:34:31 -0430
committerGuillermo Gomez S. (Gomix) <guillermo.gomez@gmail.com>2010-07-06 09:34:31 -0430
commit26a2fae5d0169b112154c5b60975e40cb5659899 (patch)
treedd64a0d68dc18c9a0d4111cf106dd973c69698dc /dhcp_probe.spec
parent1b9741c4f470b214ccc7e15a2b710bcefbb6f920 (diff)
downloaddhcp_probe-26a2fae5d0169b112154c5b60975e40cb5659899.tar.gz
dhcp_probe-26a2fae5d0169b112154c5b60975e40cb5659899.tar.xz
dhcp_probe-26a2fae5d0169b112154c5b60975e40cb5659899.zip
Nueva versión 1.3.0-2 con par de errores simples corregidos, en la
descripción y en los permisos por omisión.
Diffstat (limited to 'dhcp_probe.spec')
-rw-r--r--dhcp_probe.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/dhcp_probe.spec b/dhcp_probe.spec
index fcfdfb3..accd903 100644
--- a/dhcp_probe.spec
+++ b/dhcp_probe.spec
@@ -1,6 +1,6 @@
Name: dhcp_probe
Version: 1.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Tool for discover DHCP and BootP servers
License: GPLv2+ and MIT
Group: System Environment/Daemons
@@ -15,7 +15,7 @@ BuildRequires: libnet-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
+dhcp_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.
@@ -40,7 +40,7 @@ install -m 644 -D extras/dhcp_probe.cf.sample %{buildroot}/%{_sysconfdir}/dhcp_p
rm -rf %{buildroot}
%files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
%doc INSTALL INSTALL.dhcp_probe README COPYING.GPL COPYING COPYING.LIB
%config(noreplace) %_sysconfdir/dhcp_probe.cf
%{_sbindir}/%{name}
@@ -48,5 +48,8 @@ rm -rf %{buildroot}
%{_mandir}/man5/*
%changelog
+* Tue Jul 06 2010 Guillermo Gomez <ggomez@neotechgw.com> - 1.3.0-2
+- Description typo corrected. Default permissions corrected.
+
* Wed Mar 24 2010 Guillermo Gómez <ggomez@neotechgw.com> - 1.3.0-1
- First Fedora spec compliant version