/[smeserver]/rpms/e-smith-samba/sme8/e-smith-samba.spec
ViewVC logotype

Diff of /rpms/e-smith-samba/sme8/e-smith-samba.spec

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

Revision 1.41 by vip-ire, Sat Oct 2 09:52:20 2010 UTC Revision 1.44 by slords, Fri Oct 8 14:41:56 2010 UTC
# Line 1  Line 1 
1  # $Id: e-smith-samba.spec,v 1.40 2010/09/23 16:21:00 vip-ire Exp $  # $Id: e-smith-samba.spec,v 1.43 2010/10/02 11:29:21 vip-ire Exp $
2    
3  Summary: e-smith specific Samba configuration files and templates  Summary: e-smith specific Samba configuration files and templates
4  %define name e-smith-samba  %define name e-smith-samba
5  Name: %{name}  Name: %{name}
6  %define version 2.2.0  %define version 2.2.0
7  %define release 21  %define release 24
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 27  Patch14: e-smith-samba-2.2.0-strongkey.p Line 27  Patch14: e-smith-samba-2.2.0-strongkey.p
27  Patch15: e-smith-samba-2.2.0-slapd_support.patch  Patch15: e-smith-samba-2.2.0-slapd_support.patch
28  Patch16: e-smith-samba-2.2.0-lanman_password_as_an_option.patch  Patch16: e-smith-samba-2.2.0-lanman_password_as_an_option.patch
29  Patch17: e-smith-samba-2.2.0-anonymous_acls.patch  Patch17: e-smith-samba-2.2.0-anonymous_acls.patch
30    Patch18: e-smith-samba-2.2.0-add_sambasid_to_sensible_attrs.patch
31    Patch19: e-smith-samba-2.2.0-samba_attr_no_output.patch
32  Obsoletes: e-smith-netlogon  Obsoletes: e-smith-netlogon
33  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
34  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 47  Requires: /usr/bin/tdbbackup Line 49  Requires: /usr/bin/tdbbackup
49  AutoReqProv: no  AutoReqProv: no
50    
51  %changelog  %changelog
52    * Fri Oct 8 2010 Shad L. Lords <slords@mail.com> 2.2.0-24.sme
53    - Fix moving secrets.tdb file [SME: 6057]
54    
55    * Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-23.sme
56    - Empty output when listing sensible attribtues SME: 6254]
57    
58    * Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-22.sme
59    - Add sambaSID to the list of sensible attributes [SME: 6254]
60    
61  * Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-21.sme  * Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-21.sme
62  - Deny access to some attributes for anonymous users [SME: 6254]  - Deny access to some attributes for anonymous users [SME: 6254]
63    
# Line 1090  Configuration files and templates for th Line 1101  Configuration files and templates for th
1101  %patch15 -p1  %patch15 -p1
1102  %patch16 -p1  %patch16 -p1
1103  %patch17 -p1  %patch17 -p1
1104    %patch18 -p1
1105    %patch19 -p1
1106    
1107  %build  %build
1108  mkdir -p root/etc/e-smith/tests  mkdir -p root/etc/e-smith/tests
# Line 1172  then Line 1185  then
1185  fi  fi
1186  chown -R smelog.smelog /var/log/{smbd,nmbd}  chown -R smelog.smelog /var/log/{smbd,nmbd}
1187  # Move back secrets.tdb to private dir  # Move back secrets.tdb to private dir
1188  [ -f /var/lib/samba/private/secrets.tdb ] && mv -f /var/lib/samba/private/secrets.tdb /etc/samba || :  if [ -f /var/lib/samba/private/secrets.tdb ]
1189    then
1190        mv -f /var/lib/samba/private/secrets.tdb /etc/samba
1191    fi
1192    
1193  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
1194  %defattr(-,root,root)  %defattr(-,root,root)


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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