1 |
# $Id: e-smith-samba.spec,v 1.42 2010/10/02 10:55:33 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 23 |
%define release 24 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
* Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-23.sme |
56 |
- Empty output when listing sensible attribtues SME: 6254] |
- Empty output when listing sensible attribtues SME: 6254] |
57 |
|
|
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) |