/[smecontribs]/rpms/smeserver-lazy_admin_tools/contribs8/smeserver-lazy_admin_tools.spec
ViewVC logotype

Diff of /rpms/smeserver-lazy_admin_tools/contribs8/smeserver-lazy_admin_tools.spec

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

Revision 1.3 by unnilennium, Sat Feb 2 18:42:27 2013 UTC Revision 1.10 by unnilennium, Tue Jun 25 15:04:34 2013 UTC
# Line 1  Line 1 
1  # $Id: smeserver-lazy_admin_tools.spec,v 1.2 2012/05/26 23:14:24 slords Exp $  # $Id: smeserver-lazy_admin_tools.spec,v 1.9 2013/06/25 00:35:28 unnilennium Exp $
2  # Authority: unnilennium  # Authority: unnilennium
3  # Name: Jean-Philippe Pialasse  # Name: Jean-Philippe Pialasse
4    
5  Summary: Lazy Admin's Tools is a set of scripts to automate admin tasks  Summary: Lazy Admin's Tools is a set of scripts to automate admin tasks
6  %define name smeserver-lazy_admin_tools  %define name smeserver-lazy_admin_tools
7  %define version 1.0  %define version 1.0
8  %define release 1%{?dist}  %define release 7%{?dist}
9  Name: %{name}  Name: %{name}
10  Version: %{version}  Version: %{version}
11  Release: %{release}  Release: %{release}
# Line 18  Requires: e-smith-base Line 18  Requires: e-smith-base
18  Requires:  SMEServer >= 8.0  Requires:  SMEServer >= 8.0
19  Obsoletes: e-smith-lazy_admin_tools  Obsoletes: e-smith-lazy_admin_tools
20  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
21    Patch0: smeserver-lazy_admin_tools-1.0-patch0.patch
22    Patch1: smeserver-lazy_admin_tools-1.0-patch1.patch
23    Patch2: smeserver-lazy_admin_tools-1.0-patch2.patch
24    Patch3: smeserver-lazy_admin_tools-1.0-patch3.patch
25    Patch4: smeserver-lazy_admin_tools-1.0-patch4.patch
26    
27  %description  %description
28  The Lazy Administrator's Tools is a set of scripts designed to automate  The Lazy Administrator's Tools is a set of scripts designed to automate
# Line 33  batch tasks and jobs for E-Smith/SME ser Line 38  batch tasks and jobs for E-Smith/SME ser
38      * lat-pptp       : activate or deactivate pptp access for individual users      * lat-pptp       : activate or deactivate pptp access for individual users
39      * lat-dump       : create input files for the above lat-tools, based on the      * lat-dump       : create input files for the above lat-tools, based on the
40                         configuration files of the SME servers.                         configuration files of the SME servers.
41        * lat-shadow     : add users' encrypted password in /etc/shadow file
42        
43  See man lat-tools for general help on the usage of the toolkit, or run the  See man lat-tools for general help on the usage of the toolkit, or run the
44  command with the --help switch to get specific help.  command with the --help switch to get specific help.
45    
46  %changelog  %changelog
47    * Tue Jun 25 2013  JP PIALASSE tests@pialasse.com  1.0-7.sme
48    - updated patch4 and applied this time
49    
50    * Mon Jun 24 2013 JP PIALASSE tests@pialasse.com  1.0-6.sme
51    - fixed  Can't enable procmail [SME: 7139]
52    - fixed  Error during creation of pptp access with lazy admin tools [SME: 7695]
53    - patch4
54    * Mon May 13 2013 JP PIALASSE tests@pialasse.com  1.0-5.sme
55    - fixed lat-procmail [SME: 7139]
56    - fixed removing user with home dir not in /home/e-smith/files/users/ [SME: 7162]
57    - create basic SME pseudonyms using option -n for nicknames [SME: 7284]
58    - patch3
59    * Sat Feb 02 2013 JP PIALASSE tests@pialasse.com  1.0-4.sme
60    - fixed empty  Gid property  creation on user update bug [SME: 7192]
61    - added lat-shadow binary [SME: 7137]
62    - patch1 and patch2
63    * Sat Feb 02 2013 JP PIALASSE tests@pialasse.com  1.0-3.sme
64    - fixed warning on empty group creation/update bug [SME: 7202]
65    - fixed uid changed on user update bug [SME: 7196]
66    - fixed warning on user creation/update bug [SME: 7192]
67    - patch0
68  * Sat Feb 02 2013 JP PIALASSE tests@pialasse.com  1.0-2.sme  * Sat Feb 02 2013 JP PIALASSE tests@pialasse.com  1.0-2.sme
69  - binary are not executable [SME: 7138]  - binary are not executable [SME: 7138]
70  * Sat May 26 2012 JP PIALASSE tests@pialasse.com  1.0-1.sme  * Sat May 26 2012 JP PIALASSE tests@pialasse.com  1.0-1.sme
# Line 45  command with the --help switch to get sp Line 72  command with the --help switch to get sp
72    
73  %prep  %prep
74  %setup  %setup
75    %patch0 -p1
76    %patch1 -p1
77    %patch2 -p1
78    %patch3 -p1
79    %patch4 -p1
80    
81  %build  %build
82    
# Line 64  rm -f e-smith-%{version}-filelist Line 96  rm -f e-smith-%{version}-filelist
96      --file /usr/sbin/lat-quota 'attr(755,root,root)'  \      --file /usr/sbin/lat-quota 'attr(755,root,root)'  \
97      --file /usr/sbin/lat-restore 'attr(755,root,root)'  \      --file /usr/sbin/lat-restore 'attr(755,root,root)'  \
98      --file /usr/sbin/lat-users 'attr(755,root,root)'  \      --file /usr/sbin/lat-users 'attr(755,root,root)'  \
99        --file /usr/sbin/lat-shadow 'attr(755,root,root)'  \
100      > %{name}-%{version}-filelist      > %{name}-%{version}-filelist
101    
102    


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