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.46 2010/10/27 21:33:21 slords 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 29 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
|
Patch20: e-smith-samba-2.2.0-fix_limited_anon_access.patch |
33 |
|
Patch21: e-smith-samba-2.2.0-fix_modify.patch |
34 |
|
Patch22: e-smith-samba-2.2.0-enable-cpu.patch |
35 |
|
Patch23: e-smith-samba-2.2.0-ldap-auth.patch |
36 |
|
Patch24: e-smith-samba-2.2.0-remove-domains.patch |
37 |
Obsoletes: e-smith-netlogon |
Obsoletes: e-smith-netlogon |
38 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
39 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
54 |
AutoReqProv: no |
AutoReqProv: no |
55 |
|
|
56 |
%changelog |
%changelog |
57 |
|
* Tue Nov 2 2010 Shad L. Lords <slords@mail.com> 2.2.0-29.sme |
58 |
|
- Clean up old domain entries when using ldap [SME: 6322] |
59 |
|
|
60 |
|
* Mon Nov 1 2010 Shad L. Lords <slords@mail.com> 2.2.0-28.sme |
61 |
|
- Auth against ldap if it is master [SME: 6321] |
62 |
|
|
63 |
|
* Mon Nov 1 2010 Shad L. Lords <slords@mail.com> 2.2.0-27.sme |
64 |
|
- Change the way groups are modified on samba3x [SME: 6314] |
65 |
|
|
66 |
|
* Wed Oct 27 2010 Shad L. Lords <slords@mail.com> 2.2.0-26.sme |
67 |
|
- Change the way groups are modified on samba3x [SME: 6314] |
68 |
|
|
69 |
|
* Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-25.sme |
70 |
|
- Fix anonymous access [SME: 6254] |
71 |
|
|
72 |
|
* Fri Oct 8 2010 Shad L. Lords <slords@mail.com> 2.2.0-24.sme |
73 |
|
- Fix moving secrets.tdb file [SME: 6057] |
74 |
|
|
75 |
|
* Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-23.sme |
76 |
|
- Empty output when listing sensible attribtues [SME: 6254] |
77 |
|
|
78 |
|
* Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-22.sme |
79 |
|
- Add sambaSID to the list of sensible attributes [SME: 6254] |
80 |
|
|
81 |
* 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 |
82 |
- Deny access to some attributes for anonymous users [SME: 6254] |
- Deny access to some attributes for anonymous users [SME: 6254] |
83 |
|
|
1121 |
%patch15 -p1 |
%patch15 -p1 |
1122 |
%patch16 -p1 |
%patch16 -p1 |
1123 |
%patch17 -p1 |
%patch17 -p1 |
1124 |
|
%patch18 -p1 |
1125 |
|
%patch19 -p1 |
1126 |
|
%patch20 -p1 |
1127 |
|
%patch21 -p1 |
1128 |
|
%patch22 -p1 |
1129 |
|
%patch23 -p1 |
1130 |
|
%patch24 -p1 |
1131 |
|
|
1132 |
%build |
%build |
1133 |
mkdir -p root/etc/e-smith/tests |
mkdir -p root/etc/e-smith/tests |
1210 |
fi |
fi |
1211 |
chown -R smelog.smelog /var/log/{smbd,nmbd} |
chown -R smelog.smelog /var/log/{smbd,nmbd} |
1212 |
# Move back secrets.tdb to private dir |
# Move back secrets.tdb to private dir |
1213 |
[ -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 ] |
1214 |
|
then |
1215 |
|
mv -f /var/lib/samba/private/secrets.tdb /etc/samba |
1216 |
|
fi |
1217 |
|
|
1218 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
1219 |
%defattr(-,root,root) |
%defattr(-,root,root) |