|
From: <di...@us...> - 2007-05-27 14:45:23
|
Revision: 509
http://safekeep.svn.sourceforge.net/safekeep/?rev=509&view=rev
Author: dimi
Date: 2007-05-27 07:45:20 -0700 (Sun, 27 May 2007)
Log Message:
-----------
Use abstract paths
Modified Paths:
--------------
safekeep/trunk/safekeep.spec.in
Modified: safekeep/trunk/safekeep.spec.in
===================================================================
--- safekeep/trunk/safekeep.spec.in 2007-05-27 14:42:48 UTC (rev 508)
+++ safekeep/trunk/safekeep.spec.in 2007-05-27 14:45:20 UTC (rev 509)
@@ -52,7 +52,8 @@
%package server
Summary: The SafeKeep backup system (server component)
Group: Applications/System
-Requires(pre): /usr/sbin/useradd, /usr/bin/chsh
+Requires(pre): %{_sbindir}/useradd
+Requires(pre): %{_bindir}/chsh
Requires: openssh, openssh-clients
Requires: safekeep-common = %{PACKAGE_VERSION}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|