From fbb9cddc6bd8efe394de5c7b3ea14ce0dbed01ca Mon Sep 17 00:00:00 2001 From: Benjamin Beasley Date: Sat, 31 Oct 2020 16:42:45 -0400 Subject: [PATCH] Touch ghost file arp.dat.new (ghost files should exist in the buildroot) --- arpwatch.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arpwatch.spec b/arpwatch.spec index 2c1196f..36691e8 100644 --- a/arpwatch.spec +++ b/arpwatch.spec @@ -102,7 +102,8 @@ install -p -t %{buildroot}%{pkgdatadir} -m 0644 *.awk install -p -t %{buildroot}%{_sbindir} %{extrascripts} install -p -t %{buildroot}%{pkgstatedir} -m0644 *.dat -touch %{buildroot}%{pkgstatedir}/arp.dat- +touch %{buildroot}%{pkgstatedir}/arp.dat- \ + %{buildroot}%{pkgstatedir}/arp.dat.new install -p -t %{buildroot}%{_unitdir} -m 0644 %{SOURCE1} install -p -m 0644 %{SOURCE3} %{buildroot}%{pkgstatedir}/ethercodes.dat.bz2