[BackupPC] make samba dependency on actual files required to EL5 can use samba-client or samba3x-client (bz #66

Bernard Johnson bjohnson at fedoraproject.org
Sat Jul 9 05:33:15 UTC 2011


commit 17a4f91ecf37c4fa6ecf1da648c3f396324c83f5
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Wed Jul 6 21:40:59 2011 -0600

    make samba dependency on actual files required to EL5 can use samba-client or
    samba3x-client (bz #667479)

 BackupPC.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/BackupPC.spec b/BackupPC.spec
index f38ce2a..fc39980 100644
--- a/BackupPC.spec
+++ b/BackupPC.spec
@@ -39,7 +39,10 @@ Requires:       perl(Archive::Zip)
 Requires:       perl-Time-modules
 Requires:       perl(XML::RSS)
 Requires:       rsync
-Requires:       samba-client
+# This is a file dependency so EL5 can use samba or samba-client or
+# samba3x-client
+Requires:       %{_bindir}/smbclient
+Requires:       %{_bindir}/nmblookup
 Requires(pre):  %{_sbindir}/useradd
 Requires(preun): initscripts, chkconfig
 Requires(post): initscripts, chkconfig, %{_sbindir}/usermod
@@ -239,6 +242,8 @@ fi
 - add lower case script alias for typing impaired
 - cleanup selinux macros
 - minor spec cleanup
+- make samba dependency on actual files required to EL5 can use samba-client
+  or samba3x-client (bz #667479)
 
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.0-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list