/[smecontribs]/rpms/smeserver-adv-samba/contribs7/smeserver-adv-samba.spec
ViewVC logotype

Contents of /rpms/smeserver-adv-samba/contribs7/smeserver-adv-samba.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.12 - (show annotations) (download)
Thu Dec 2 15:28:37 2010 UTC (13 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-adv-samba-0_1_0-6_el4_sme
Changes since 1.11: +5 -4 lines
* Thu Dec 2 2010 Greg J. Zartman <greg@leiinc.com> 0.1.0-6
- Reduce requires to samba-common to fix upgrades.

1 # $Id: smeserver-adv-samba.spec,v 1.11 2009/03/03 15:50:17 slords Exp $
2 # Authority: gzartman
3 # Name: Greg Zartman
4
5 Summary: SME Server specific advanced Samba configuration files and templates
6 %define name smeserver-adv-samba
7 Name: %{name}
8 %define version 0.1.0
9 %define release 6
10 Version: %{version}
11 Release: %{release}%{?dist}
12 License: GPL
13 Group: Networking/Daemons
14 Source: %{name}-%{version}.tar.gz
15 Patch1: smeserver-adv-samba-0.1.0-2.patch
16 Patch2: smeserver-adv-samba-0.1.0-safe_winbind.patch
17 Patch3: smeserver-adv-samba-0.1.0-winbind2.patch
18 Patch4: smeserver-adv-samba-0.1.0-auth.patch
19 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20 BuildArchitectures: noarch
21 BuildRequires: e-smith-devtools >= 1.13.1-03
22 Requires: e-smith-samba >= 2.0.0
23 Requires: e-smith-base >= 5.0.0
24 Requires: samba-common >= 3.0.25b
25 AutoReqProv: no
26
27 %changelog
28 * Thu Dec 2 2010 Greg J. Zartman <greg@leiinc.com> 0.1.0-6
29 - Reduce requires to samba-common to fix upgrades.
30
31 * Tue Nov 5 2008 Greg J. Zartman <greg@leiinc.com> 0.1.0-5
32 - Add nsswitch.conf and pam.d/login fragments to workgroup-update
33 templates2expand [SME: 4729].
34
35 * Wed Oct 15 2008 Greg J. Zartman <greg@leiinc.com> 0.1.0-4
36 - Update winbindd-service-status action to set service to disabled if
37 service is enabled and ServerRole is changed.
38
39 * Tue Oct 14 2008 Greg J. Zartman <greg@leiinc.com> 0.1.0-3
40 - Set winbindd to disabled by default and on initial install, was
41 previouslly enabled by default.
42 - Create action to start winbindd if the DM or ADM server roles are designated.
43
44 * Tue Sep 30 2008 Greg J. Zartman <greg@leiinc.com> 0.1.0-2
45 - Add template fragments to etc/pam.d/login to look for winbindd auth is
46 winbindd is running [SME: 4196].
47 - Add a template fragment to ibays to set the samba 'force group'
48 parameter to the current ibay group or the group shared when SME is
49 configured as a Domain Member of Active Directory Member. The is required
50 so that domain members can have write access to domain member shares. At
51 some point, we may decide to fully support domain groups transparently
52 at the domain member or active directory member server [SME: 4196].
53
54 * Fri Apr 11 2008 Greg J. Zartman <greg@leiinc.com> 0.1.0-1
55 - Roll initial package.
56 - Provide configuration parameters to deploy Samba winbindd deamon.
57 - Add template to nsswitch.conf to configure nss to include winbindd auth.
58 The configuration parameters included in this fragment really belong
59 in e-smith-base, but we are including it in this package until it is
60 deemed appropriate to move it to e-smith-base.
61
62 %description
63 This package shall serve as a testbed for advanced Samba functions on the
64 SME Server. This package will not conflict with e-smith-samba, but will
65 expand upon it. The PRIMARY design objective of new functions included in
66 this package is to implement them with the intent of including them in the
67 SME Core packages in a "drop in" fashion (i.e., cut and paste).
68
69 Ever effort will be made to maintain this package for use in a
70 production network. However, certain functions provided by this package
71 could introduce situations that might comprise the stability of
72 the SME Server if not used properly. This is the nature of a testbed.
73 smeserver-adv-samba is to e-smith-samba as Fedora Core is to RHEL.
74
75 %prep
76 %setup
77 %patch1 -p1
78 %patch2 -p1
79 %patch3 -p1
80 %patch4 -p1
81
82 %build
83 perl createlinks
84
85 # Manage supervise and multilog for winbindd.
86 mkdir -p root/service
87 ln -s ../var/service/winbindd root/service/winbindd
88 mkdir -p root/var/service/winbindd/supervise
89 touch root/var/service/winbindd/down
90 mkdir -p root/var/service/winbindd/log/supervise
91 mkdir -p root/var/log/winbindd
92
93 %install
94 rm -rf $RPM_BUILD_ROOT
95
96 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
97 /sbin/e-smith/genfilelist \
98 --dir '/var/service/winbindd' 'attr(1755,root,root)' \
99 --file '/var/service/winbindd/down' 'attr(0644,root,root)' \
100 --file '/var/service/winbindd/run' 'attr(0755,root,root)' \
101 --dir '/var/service/winbindd/supervise' 'attr(0700,root,root)' \
102 --dir '/var/service/winbindd/log' 'attr(1755,root,root)' \
103 --file '/var/service/winbindd/log/run' 'attr(0755,root,root)' \
104 --dir '/var/log/winbindd' 'attr(2750,smelog,smelog)' \
105 $RPM_BUILD_ROOT \
106 > %{name}-%{version}-filelist
107 echo "%doc COPYING" >> %{name}-%{version}-filelist
108
109 %clean
110 rm -rf $RPM_BUILD_ROOT
111
112 %post
113 chown -R smelog.smelog /var/log/winbindd
114
115 %files -f %{name}-%{version}-filelist
116 %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed