summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillermo Gomez S. (Gomix) <guillermo.gomez@gmail.com>2010-07-11 07:56:25 -0430
committerGuillermo Gomez S. (Gomix) <guillermo.gomez@gmail.com>2010-07-11 07:56:25 -0430
commit4b6d5667e88a14b34c2d7ce8815a304c0a82acc5 (patch)
tree1cf306b41a4fbb522acbe6aa296c00f6e7cff621
parent26a2fae5d0169b112154c5b60975e40cb5659899 (diff)
downloaddhcp_probe-4b6d5667e88a14b34c2d7ce8815a304c0a82acc5.tar.gz
dhcp_probe-4b6d5667e88a14b34c2d7ce8815a304c0a82acc5.tar.xz
dhcp_probe-4b6d5667e88a14b34c2d7ce8815a304c0a82acc5.zip
Uso de macros en Source0 y preservación de marcas de tiempo en archivo de configuración.
-rw-r--r--dhcp_probe.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/dhcp_probe.spec b/dhcp_probe.spec
index accd903..4677472 100644
--- a/dhcp_probe.spec
+++ b/dhcp_probe.spec
@@ -1,11 +1,11 @@
Name: dhcp_probe
Version: 1.3.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Tool for discover DHCP and BootP servers
License: GPLv2+ and MIT
Group: System Environment/Daemons
Url: http://www.net.princeton.edu/software/dhcp_probe/
-Source0: http://www.net.princeton.edu/software/dhcp_probe/dhcp_probe-1.3.0.tar.gz
+Source0: http://www.net.princeton.edu/software/dhcp_probe/%{name}-%{version}.tar.gz
Patch0: dhcp_probe-1.3.0-guignard-03_implicit_point_conv_bootp.c.patch
Patch1: dhcp_probe-1.3.0-guignard-04_linux_32_or_64bits.patch
Patch2: dhcp_probe-1.3.0-virta-01-pcap-loop.patch
@@ -34,7 +34,7 @@ make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} INSTALL="install -p" CP="cp -p" install
-install -m 644 -D extras/dhcp_probe.cf.sample %{buildroot}/%{_sysconfdir}/dhcp_probe.cf
+install -p -m 644 -D extras/dhcp_probe.cf.sample %{buildroot}/%{_sysconfdir}/dhcp_probe.cf
%clean
rm -rf %{buildroot}
@@ -48,6 +48,10 @@ rm -rf %{buildroot}
%{_mandir}/man5/*
%changelog
+* 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.
+
* Tue Jul 06 2010 Guillermo Gomez <ggomez@neotechgw.com> - 1.3.0-2
- Description typo corrected. Default permissions corrected.