From 2ce05b7a3f8c0c88639b309e97928fb5b55c9642 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 29 Aug 2003 18:49:55 +0000 Subject: packaging updates; use rpm -E when possible for spec & src dir; also avoid Net::LDAP dependencies (This used to be commit 3b31d1aa8ff3baaa48beee86e72e8a6caaf5ac1b) --- packaging/RedHat/samba.spec.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'packaging/RedHat/samba.spec.tmpl') diff --git a/packaging/RedHat/samba.spec.tmpl b/packaging/RedHat/samba.spec.tmpl index 718fe38bc8..725809b075 100644 --- a/packaging/RedHat/samba.spec.tmpl +++ b/packaging/RedHat/samba.spec.tmpl @@ -5,6 +5,10 @@ Release: PRELEASE License: GNU GPL version 2 Group: Networking Source: http://download.samba.org/samba/ftp/samba-%{version}.tar.bz2 + +# Don't depend on Net::LDAP +Source999: filter-requires-samba.sh + Packager: Gerald Carter [Samba-Team] Requires: pam >= 0.72 kernel >= 2.2.1 glibc >= 2.1.2 Prereq: chkconfig fileutils /sbin/ldconfig @@ -13,6 +17,9 @@ Obsoletes: samba-common, samba-client, samba-swat BuildRoot: %{_tmppath}/%{name}-%{version}-root Prefix: /usr +# Working around perl dependency problem from docs +%define __perl_requires %{SOURCE999} + %description Samba provides an SMB/CIFS server which can be used to provide network file and print services to SMB/CIFS clients, including -- cgit