From 2b47d8532cf12a260fb056049567534511cfcd9c Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 13 May 2003 21:01:41 +0000 Subject: fix up packaging for RH9 (This used to be commit 9a52b08bfc9e5004030ee03676811543b55be6d5) --- packaging/RedHat/samba2.spec.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packaging/RedHat') diff --git a/packaging/RedHat/samba2.spec.tmpl b/packaging/RedHat/samba2.spec.tmpl index a3c603c12a..12955f3222 100644 --- a/packaging/RedHat/samba2.spec.tmpl +++ b/packaging/RedHat/samba2.spec.tmpl @@ -2,7 +2,7 @@ Summary: Samba SMB client and server Name: samba Version: PVERSION Release: PRELEASE -Copyright: GNU GPL version 2 +License: GNU GPL version 2 Group: Networking Source: http://download.samba.org/samba/ftp/samba-%{version}.tar.bz2 Packager: Gerald Carter [Samba-Team] @@ -10,7 +10,7 @@ Requires: pam >= 0.72 kernel >= 2.2.1 glibc >= 2.1.2 Prereq: chkconfig fileutils Provides: samba = %{version} Obsoletes: samba-common, samba-client, samba-swat -BuildRoot: /var/tmp/samba +BuildRoot: %{_tmppath}/%{name}-%{version}-root Prefix: /usr %description @@ -402,6 +402,7 @@ fi %{prefix}/bin/smbtree %attr(755,root,root) /lib/libnss_wins.s* %attr(755,root,root) %{prefix}/lib/samba/vfs/*.so +%attr(755,root,root) %{prefix}/lib/samba/pdb/*.so %attr(755,root,root) %{prefix}/lib/samba/*.dat %{prefix}/include/libsmbclient.h %{prefix}/lib/libsmbclient.a -- cgit