summaryrefslogtreecommitdiffstats
path: root/dhcp_probe.spec
diff options
context:
space:
mode:
authorGuillermo Gomez S. (Gomix) <guillermo.gomez@gmail.com>2010-07-12 07:28:19 -0430
committerGuillermo Gomez S. (Gomix) <guillermo.gomez@gmail.com>2010-07-12 07:28:19 -0430
commit0fe1b754b8c481334dd9fa0fdaf519b0aa8a1376 (patch)
tree52755309b4141d859746e7e67abfaf3ef4fc1a7d /dhcp_probe.spec
parent6bc3b272994e8e82913be3b007ff5f08bf91fb8c (diff)
downloaddhcp_probe-0fe1b754b8c481334dd9fa0fdaf519b0aa8a1376.tar.gz
dhcp_probe-0fe1b754b8c481334dd9fa0fdaf519b0aa8a1376.tar.xz
dhcp_probe-0fe1b754b8c481334dd9fa0fdaf519b0aa8a1376.zip
Agregué en %doc AUTHORS, NEWS y TODO y removí INSTALL e INSTALL.dhcp_probe.HEADmaster
Diffstat (limited to 'dhcp_probe.spec')
-rw-r--r--dhcp_probe.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/dhcp_probe.spec b/dhcp_probe.spec
index 4677472..7bf166a 100644
--- a/dhcp_probe.spec
+++ b/dhcp_probe.spec
@@ -1,6 +1,6 @@
Name: dhcp_probe
Version: 1.3.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Tool for discover DHCP and BootP servers
License: GPLv2+ and MIT
Group: System Environment/Daemons
@@ -41,16 +41,20 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
-%doc INSTALL INSTALL.dhcp_probe README COPYING.GPL COPYING COPYING.LIB
+%doc AUTHORS NEWS TODO README COPYING.GPL COPYING COPYING.LIB
%config(noreplace) %_sysconfdir/dhcp_probe.cf
%{_sbindir}/%{name}
%{_mandir}/man8/*
%{_mandir}/man5/*
%changelog
+* Mon Jul 12 2010 Guillermo Gomez <ggomez@neotechgw.com> - 1.3.0-4
+- AUTHORS, NEWS and TODO documentation files added. Source install documentation
+ removed.
+
* Sun Jul 11 2010 Guillermo Gomez <ggomez@neotechgw.com> - 1.3.0-3
-- Source0 url now use macros. Configuration file now preserve
- source timestamp at install stage.
+- Source0 url now use macros. Configuration file now preserve source
+ timestamp at install stage.
* Tue Jul 06 2010 Guillermo Gomez <ggomez@neotechgw.com> - 1.3.0-2
- Description typo corrected. Default permissions corrected.