SPECS: netplug.spec - defined _sbindir to /sbin
darekr
darekr at pld-linux.org
Fri Aug 25 00:00:39 CEST 2006
Author: darekr Date: Thu Aug 24 22:00:39 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- defined _sbindir to /sbin
---- Files affected:
SPECS:
netplug.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/netplug.spec
diff -u SPECS/netplug.spec:1.16 SPECS/netplug.spec:1.17
--- SPECS/netplug.spec:1.16 Tue Aug 8 16:38:10 2006
+++ SPECS/netplug.spec Fri Aug 25 00:00:34 2006
@@ -20,6 +20,7 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define sysconfig /etc/sysconfig/network-scripts
+%define _sbindir /sbin
%description
netplug is a daemon that manages network interfaces in response to
@@ -69,7 +70,7 @@
%files
%defattr(644,root,root,755)
%doc ChangeLog NEWS README TODO
-%attr(755,root,root) /sbin/netplugd
+%attr(755,root,root) %{_sbindir}/netplugd
%dir %{_sysconfdir}/netplug
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/netplug/netplugd.conf
%dir %{_sysconfdir}/netplug.d
@@ -91,6 +92,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2006/08/24 22:00:34 darekr
+- defined _sbindir to /sbin
+
Revision 1.16 2006/08/08 14:38:10 sparky
- mass attack: s/%patch /%patch0 / -- usefull for overloaded %patch macro
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/netplug.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list