1 |
# $Id: e-smith-samba.spec,v 1.41 2010/10/02 09:52:20 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 22 |
%define release 24 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
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 |
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 |
* 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] |
- Add sambaSID to the list of sensible attributes [SME: 6254] |
60 |
|
|
1102 |
%patch16 -p1 |
%patch16 -p1 |
1103 |
%patch17 -p1 |
%patch17 -p1 |
1104 |
%patch18 -p1 |
%patch18 -p1 |
1105 |
|
%patch19 -p1 |
1106 |
|
|
1107 |
%build |
%build |
1108 |
mkdir -p root/etc/e-smith/tests |
mkdir -p root/etc/e-smith/tests |
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) |