/[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.43 by vip-ire, Sat Oct 2 11:29:21 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.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
# Line 49  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  * 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    
# Line 1182  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