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

Annotation 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


Revision 1.14 - (hide annotations) (download)
Wed Jun 26 23:08:52 2013 UTC (10 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-lazy_admin_tools-1_1-1_el5_sme
Changes since 1.13: +28 -1 lines
* Wed Jun 26 2013  JP PIALASSE tests@pialasse.com  1.1.-1.sme
- fix manual [SME: 7702]

1 unnilennium 1.14 # $Id: smeserver-lazy_admin_tools.spec,v 1.13 2013/06/26 23:02:43 unnilennium Exp $
2 slords 1.1 # Authority: unnilennium
3     # Name: Jean-Philippe Pialasse
4    
5     Summary: Lazy Admin's Tools is a set of scripts to automate admin tasks
6     %define name smeserver-lazy_admin_tools
7 unnilennium 1.13 %define version 1.1
8     %define release 1%{?dist}
9 slords 1.1 Name: %{name}
10     Version: %{version}
11     Release: %{release}
12     Source: %{name}-%{version}.tgz
13     License: GPL
14     Group: Networking/Tools
15     BuildRoot: /var/tmp/%{name}-%{version}-buildroot
16     BuildArchitectures: noarch
17     Requires: e-smith-base
18     Requires: SMEServer >= 8.0
19     Obsoletes: e-smith-lazy_admin_tools
20 slords 1.2 BuildRequires: e-smith-devtools >= 1.13.1-03
21 unnilennium 1.14 #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     #Patch5: smeserver-lazy_admin_tools-1.0-patch5.patch
27     #Patch6: smeserver-lazy_admin_tools-1.0-patch6.patch
28     #Patch7: smeserver-lazy_admin_tools-1.0-patch7.patch
29     #Patch8: smeserver-lazy_admin_tools-1.0-patch8.patch
30 slords 1.1
31     %description
32     The Lazy Administrator's Tools is a set of scripts designed to automate
33     batch tasks and jobs for E-Smith/SME servers.
34     * lat-user : add/delete users
35     * lat-group : add/delete groups
36     * lat pseudonyms : add/delete e-mail pseudonyms for individual users
37     * lat-ibays : add/delete ibays
38     * lat-quota : set the disk quota for individual users
39     * lat-domains : add domainnames the server
40     * lat-hosts : add hostnames to the server
41     * lat-procmail : activate or deactivate procmail for individual users
42     * lat-pptp : activate or deactivate pptp access for individual users
43     * lat-dump : create input files for the above lat-tools, based on the
44     configuration files of the SME servers.
45 unnilennium 1.6 * lat-shadow : add users' encrypted password in /etc/shadow file
46    
47 slords 1.1 See man lat-tools for general help on the usage of the toolkit, or run the
48     command with the --help switch to get specific help.
49    
50     %changelog
51 unnilennium 1.13 * Wed Jun 26 2013 JP PIALASSE tests@pialasse.com 1.1.-1.sme
52     - fix manual [SME: 7702]
53    
54 unnilennium 1.14 * Wed Jun 26 2013 JP PIALASSE tests@pialasse.com 1.0-10.sme
55     - fix doc in lat-procmail [SME: 7707]
56     - fix lat-shadow issue [SME: 7709]
57     - patch7
58     - patch8
59    
60     * Wed Jun 26 2013 JP PIALASSE tests@pialasse.com 1.1.-1.sme
61     - fix manual [SME: 7702]
62    
63 unnilennium 1.12 * Tue Jun 25 2013 JP PIALASSE tests@pialasse.com 1.0-9.sme
64 unnilennium 1.10 - updated patch4 and applied this time
65 unnilennium 1.11 - patch5 to correct lat-user -n option errors
66 unnilennium 1.12 - patch6 to update manual
67     - also to check for mailsorting contrib in procmail lat
68 unnilennium 1.10
69 unnilennium 1.8 * Mon Jun 24 2013 JP PIALASSE tests@pialasse.com 1.0-6.sme
70     - fixed Can't enable procmail [SME: 7139]
71     - fixed Error during creation of pptp access with lazy admin tools [SME: 7695]
72     - patch4
73 unnilennium 1.7 * Mon May 13 2013 JP PIALASSE tests@pialasse.com 1.0-5.sme
74     - fixed lat-procmail [SME: 7139]
75     - fixed removing user with home dir not in /home/e-smith/files/users/ [SME: 7162]
76     - create basic SME pseudonyms using option -n for nicknames [SME: 7284]
77     - patch3
78 unnilennium 1.6 * Sat Feb 02 2013 JP PIALASSE tests@pialasse.com 1.0-4.sme
79     - fixed empty Gid property creation on user update bug [SME: 7192]
80     - added lat-shadow binary [SME: 7137]
81     - patch1 and patch2
82 unnilennium 1.5 * Sat Feb 02 2013 JP PIALASSE tests@pialasse.com 1.0-3.sme
83     - fixed warning on empty group creation/update bug [SME: 7202]
84     - fixed uid changed on user update bug [SME: 7196]
85     - fixed warning on user creation/update bug [SME: 7192]
86 unnilennium 1.6 - patch0
87 unnilennium 1.3 * Sat Feb 02 2013 JP PIALASSE tests@pialasse.com 1.0-2.sme
88     - binary are not executable [SME: 7138]
89 slords 1.1 * Sat May 26 2012 JP PIALASSE tests@pialasse.com 1.0-1.sme
90     - Initial version
91    
92     %prep
93     %setup
94 unnilennium 1.13 #%patch0 -p1
95     #%patch1 -p1
96     #%patch2 -p1
97     #%patch3 -p1
98     #%patch4 -p1
99     #%patch5 -p1
100     #%patch6 -p1
101 unnilennium 1.14 #%patch7 -p1
102     #%patch8 -p1
103     #%patch0 -p1
104     #%patch1 -p1
105     #%patch2 -p1
106     #%patch3 -p1
107     #%patch4 -p1
108     #%patch5 -p1
109     #%patch6 -p1
110 slords 1.1
111     %build
112    
113 unnilennium 1.13 perl createman
114    
115 slords 1.1 %install
116     rm -rf $RPM_BUILD_ROOT
117     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
118     rm -f e-smith-%{version}-filelist
119 unnilennium 1.3 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
120     --file '/usr/sbin/lat-domains' 'attr(755,root,root)' \
121     --file '/usr/sbin/lat-dump' 'attr(755,root,root)' \
122     --file /usr/sbin/lat-groups 'attr(755,root,root)' \
123     --file /usr/sbin/lat-hosts 'attr(755,root,root)' \
124     --file /usr/sbin/lat-ibays 'attr(755,root,root)' \
125     --file /usr/sbin/lat-pptp 'attr(755,root,root)' \
126     --file /usr/sbin/lat-procmail 'attr(755,root,root)' \
127     --file /usr/sbin/lat-pseudonyms 'attr(755,root,root)' \
128     --file /usr/sbin/lat-quota 'attr(755,root,root)' \
129     --file /usr/sbin/lat-restore 'attr(755,root,root)' \
130     --file /usr/sbin/lat-users 'attr(755,root,root)' \
131 unnilennium 1.6 --file /usr/sbin/lat-shadow 'attr(755,root,root)' \
132 unnilennium 1.3 > %{name}-%{version}-filelist
133    
134    
135 slords 1.1
136     %clean
137     rm -rf $RPM_BUILD_ROOT
138    
139     %files -f %{name}-%{version}-filelist
140     %defattr(-,root,root)
141    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed