/[smeserver]/rpms/e-smith-openssh/sme7/e-smith-openssh-1.12.0.spec
ViewVC logotype

Contents of /rpms/e-smith-openssh/sme7/e-smith-openssh-1.12.0.spec

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


Revision 1.1 - (show annotations) (download)
Tue Jun 12 15:54:20 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-openssh-1_12_0-9_el4_sme
Import on branch sme7 of package e-smith-openssh-1.12.0-9.el4.sme.src.rpm

1 Summary: e-smith module to configure and enable ssh
2 %define name e-smith-openssh
3 Name: %{name}
4 %define version 1.12.0
5 %define release 9
6 Version: %{version}
7 Release: %{release}%{?dist}
8 License: GPL
9 Group: Networking/Daemons
10 Source: %{name}-%{version}.tar.gz
11 Patch0: e-smith-openssh-1.12.0-PrintMotdNo.patch
12 Patch1: e-smith-openssh-1.12.0-RSSHNewLine.patch
13 Patch2: e-smith-openssh-1.12.0-UsePAM.patch
14 Patch3: e-smith-openssh-1.12.0-SSHPort.patch
15 Patch4: e-smith-openssh-1.12.0-sftpserver.patch
16 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
17 BuildRequires: e-smith-devtools
18 BuildArchitectures: noarch
19 Requires: e-smith, openssl,
20 Requires: openssh >= 3.5
21 Requires: openssh-clients
22 Requires: openssh-server
23 Requires: e-smith-lib >= 1.15.1-19
24 Requires: runit
25 AutoReqProv: no
26
27 %changelog
28 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
29 - Clean up spec so package can be built by koji/plague
30
31 * Sun Apr 08 2007 Shad L. Lords <slords@mail.com> 1.12.0-9
32 - Adjust permissions on empty/sshd directory again [SME: 2711]
33
34 * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 1.12.0-8
35 - Adjust permissions on empty/sshd directory [SME: 2711]
36
37 * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 1.12.0-7
38 - Adjust sftp-server path in sshd_config to match openssh-servers [SME: 2470]
39
40 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
41 - Update to new release naming. No functional changes.
42 - Make Packager generic
43
44 * Tue Jul 25 2006 Gordon Rowell <gordonr@gormand.com.au> 1.12.0-05
45 - Use sshd{TCPPort} for listen Port - thanks MasterSleepy [SME: 1774]
46
47 * Tue Jul 18 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-04
48 - Allow "UsePAM" setting to be controlled from db. [SME: 1744]
49
50 * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.12.0-03
51 - Add newline after user entries in rssh.conf [SME: 877]
52
53 * Wed Mar 29 2006 Gordon Rowell <gordonr@gormand.com.au> 1.12.0-02
54 - Don't display /etc/motd contents from ssh [SME: 718]
55
56 * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-01
57 - Roll stable stream version. [SME: 1016]
58
59 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-29
60 - Expand /etc/rssh.conf in user-{create,delete,lock,modify} [SME: 877]
61
62 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-28
63 - A user is allowed access to rssh protocols if:
64 - They have PasswordSet==yes
65 - They have AllowRSSH==yes or
66 VPNClientAccess==yes but not AllowRSSH==no [SME: 877]
67
68 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-27
69 - Remove defaults for sshd{Allow*} and the templates for rssh.conf [SME: 877]
70 - Allow a user all of the rssh protocols if AllowSSH is yes [SME: 877]
71
72 * Thu Mar 02 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-26
73 - Adjust sftp-server path in sshd_config to match rssh [SME: 924]
74
75 * Wed Mar 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.11.0-25
76 - Add syslog socket inside privsep chroot jail [SME: 916]
77
78 * Tue Jan 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-24
79 - Default sshd{AllowRSYNC} == yes [SME: 42]
80
81 * Mon Jan 23 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-23
82 - Add template for /etc/rssh.conf [SME: 42]
83 - Default sshd{AllowSCP, AllowSFTP} == yes [SME: 532]
84 - Default sshd{AllowRDIST,AllowRSYNC,AllowCVS} == no
85
86 * Fri Jan 6 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-22
87 - Default sshd{PasswordAuthentication} to "no" [SME: 377]
88
89 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-21
90 - Bump release number only
91
92 * Wed Aug 10 2005 Charlie Brady <charlieb@e-smith.com>
93 - [1.11.0-20]
94 - Delete test related requires (not really required) and add runit.
95
96 * Wed Jul 20 2005 Charlie Brady <charlieb@e-smith.com>
97 - [1.11.0-19]
98 - Set $sshd{TCPPort} and remove obsolete masq template fragment. [SF: 1241409]
99
100 * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
101 - [1.11.0-18]
102 - Update to current db access APIs. [SF: 1216546]
103
104 * Tue Jul 5 2005 Charlie Brady <charlieb@e-smith.com>
105 - [1.11.0-17]
106 - Configure MaxAuthTries (our default is 2). [SF: 1232544]
107
108 * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
109 - [1.11.0-16]
110 - Ensure that 'status' property is recognised at startup. [MN00061795]
111
112 * Tue May 17 2005 Charlie Brady <charlieb@e-smith.com>
113 - [1.11.0-15]
114 - Default to protocol 2 only on new installs, and '2,1' for
115 upgrades where $sshd{Protocol} is not defined.
116
117 * Mon Mar 14 2005 Charlie Brady <charlieb@e-smith.com>
118 - [1.11.0-14]
119 - Use generic_template_expand action for all template expansions from
120 sshd-conf. Update e-smith-lib dependency. [MN00064130]
121 - Replace sshd-reload with call to 'adjust-services'. [MN00065576]
122
123 * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
124 - [1.11.0-13]
125 - Updated requires with new perl dependencies. [charlieb MN00040240]
126 - Clean BuildRequires. [charlieb MN00043055]
127
128 * Mon Dec 22 2003 Michael Soulier <msoulier@e-smith.com>
129 - [1.11.0-12]
130 - Added host key generation code to run script. [msoulier 9549]
131
132 * Wed Dec 10 2003 Michael Soulier <msoulier@e-smith.com>
133 - [1.11.0-11]
134 - Fixed a bug in the genfilelist options. [msoulier 9549]
135
136 * Fri Dec 5 2003 Michael Soulier <msoulier@e-smith.com>
137 - [1.11.0-10]
138 - Put full path to sshd in run script to work around assumption of full path
139 in sshd sighup handler. [msoulier 9549]
140
141 * Fri Dec 5 2003 Michael Soulier <msoulier@e-smith.com>
142 - [1.11.0-09]
143 - Updated sshd-reload to use daemontools wrapper. [msoulier 9549]
144
145 * Fri Dec 5 2003 Michael Soulier <msoulier@e-smith.com>
146 - [1.11.0-08]
147 - Moved the shebang line to a place where it actually matters. Tell me it's
148 friday. [msoulier 9549]
149
150 * Fri Dec 5 2003 Michael Soulier <msoulier@e-smith.com>
151 - [1.11.0-07]
152 - Fixed a couple of typos preventing multilog from starting. [msoulier 9549]
153
154 * Fri Dec 5 2003 Michael Soulier <msoulier@e-smith.com>
155 - [1.11.0-06]
156 - Moved initscript to /etc/init.d/supervise/sshd. [msoulier 9549]
157
158 * Fri Dec 5 2003 Michael Soulier <msoulier@e-smith.com>
159 - [1.11.0-05]
160 - Fixed a couple of specfile typos. [msoulier 9549]
161
162 * Fri Dec 5 2003 Michael Soulier <msoulier@e-smith.com>
163 - [1.11.0-04]
164 - Adding supervision of sshd. [msoulier 9549]
165 - Updated createlinks to latest api.
166
167 * Tue Sep 16 2003 Charlie Brady <charlieb@e-smith.com>
168 - [1.11.0-03]
169 - Remove deprecated RhostsAuthentication from sshd_config. [charlieb 10014]
170
171 * Thu Aug 21 2003 Charlie Brady <charlieb@e-smith.com>
172 - [1.11.0-02]
173 - Replace sshd-conf-startup action with default db fragments.
174 [charlieb 9553]
175
176 * Thu Aug 21 2003 Charlie Brady <charlieb@e-smith.com>
177 - [1.11.0-01]
178 - Changing version to development stream number - 1.11.0
179
180 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
181 - [1.10.0-01]
182 - Changing version to stable stream number - 1.10.0
183
184 * Mon Apr 21 2003 Mark Knox <markk@e-smith.com>
185 - [1.9.0-10]
186 - Enforce 0600 on sshd_config [markk 8407]
187
188 * Tue Apr 15 2003 Gordon Rowell <gordonr@e-smith.com>
189 - [1.9.0-09]
190 - Add Compression and UsePrivilegeSeparation options [gordonr 8173]
191
192 * Tue Apr 8 2003 Michael Soulier <msoulier@e-smith.com>
193 - [1.9.0-08]
194 - Backed-out 1.9.0-07. [msoulier 5782]
195
196 * Tue Apr 8 2003 Michael Soulier <msoulier@e-smith.com>
197 - [1.9.0-07]
198 - Shut off tcp forwarding in the daemon. [msoulier 5782]
199
200 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
201 - [1.9.0-06]
202 - Actually reload ssh rather than restarting in sshd-reload [gordonr 7785]
203
204 * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
205 - [1.9.0-05]
206 - Deleted ./root/.ssh/config/template-begin [lijied 3295]
207
208 * Mon Mar 17 2003 Lijie Deng <lijied@e-smith.com>
209 - [1.9.0-04]
210 - Deleted template-begin/end file [lijied 3295]
211
212 * Tue Mar 4 2003 Charlie Brady <charlieb@e-smith.com>
213 - [1.9.0-03]
214 - s/HostsAllowSpec/hosts_allow_spec/ [charlieb 5650]
215
216 * Fri Feb 28 2003 Charlie Brady <charlieb@e-smith.com>
217 - [1.9.0-02]
218 - Re-do hosts.allow template to use esmith::ConfigDB::HostsAllowSpec.
219 Add dependency on up-to-date e-smith-lib. [charlieb 5650]
220
221 * Fri Feb 28 2003 Charlie Brady <charlieb@e-smith.com>
222 - [1.9.0-01]
223 - Roll development stream to 1.9.0
224
225 * Mon Feb 24 2003 Charlie Brady <charlieb@e-smith.com>
226 - [1.8.0-02]
227 - Allow MaxStartups to be tunable from the config DB [charlieb 7362]
228
229 * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
230 - [1.8.0-01]
231 - Rolling stable version number to 1.8.0
232
233 * Wed Oct 2 2002 Mark Knox <markk@e-smith.com>
234 - [1.7.3-04]
235 - Remove stray braces in hosts.allow template [markk 3786]
236
237 * Mon Sep 23 2002 Charlie Brady <charlieb@e-smith.com>
238 - [1.7.3-03]
239 - Fix hosts.allow template problem introduced by last change [charlieb 3786]
240
241 * Tue Sep 10 2002 Mark Knox <markk@e-smith.com>
242 - [1.7.3-02]
243 - Remove deprecated split on pipe [markk 3786]
244
245 * Tue Aug 20 2002 Charlie Brady <charlieb@e-smith.com>
246 - [1.7.3-01]
247 - Add rc7.d symlink and don't set deprecated InitscriptsOrder property
248 [charlieb 4458]
249 - Change use of allow_tcp_in() function to allow dynamic reconfig.
250 [charlieb 4501]
251
252 * Thu Aug 8 2002 Charlie Brady <charlieb@e-smith.com>
253 - [1.7.2-01]
254 - Change masq script fragment to use allow_tcp_in() function. [charlieb 4499]
255
256 * Wed Jul 17 2002 Charlie Brady <charlieb@e-smith.com>
257 - [1.7.1-01]
258 - Change masq script fragment to use iptables. [charlieb 1268]
259
260 * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
261 - [1.7.0-01]
262 - Changing version to maintained stream number to 1.7.0
263
264 * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
265 - [1.6.0-01]
266 - Changing version to maintained stream number to 1.6.0
267
268 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
269 - [1.5.6-01]
270 - RPM rebuild forced by cvsroot2rpm
271
272 * Mon May 13 2002 Kirrily Robert <skud@e-smith.com>
273 - [1.5.5-01]
274 - Added buildtests [skud 2932]
275
276 * Fri Apr 26 2002 Tony Clayton <apc@e-smith.com>
277 - [1.5.4-01]
278 - add -t option to ssh-keygen call in sshd-conf [tonyc]
279
280 * Fri Mar 6 2002 Michael G Schwern <schwern@e-smith.com>
281 - [1.5.3-01]
282 - Tested & documented sshd-reload action [schwern 2932]
283 - Tested & documented sshd-conf and sshd-conf-startup actions [schwern 2932]
284 - Changed all actions to use esmith::ConfigDB [schwern 2932]
285 - Fixed dependencies. [schwern]
286
287 * Thu Feb 14 2002 Kirrily Robert <skud@e-smith.com>
288 - [1.5.2-01]
289 - CVS testing
290
291 * Thu Feb 14 2002 Kirrily Robert <skud@e-smith.com>
292 - [1.5.0-01]
293 - rollRPM: Rolled version number to 1.5.0-01. Includes patches up to 1.4.0-06.
294
295 * Mon Nov 05 2001 Charlie Brady <charlieb@e-smith.com>
296 - [1.4.0-06]
297 - Remove obsoleted "CheckMail no" fragment from sshd_config template.
298
299 * Tue Aug 28 2001 Gordon Rowell <gordonr@e-smith.com>
300 - [1.4.0-05]
301 - Removed links from deprecated post-restore event
302
303 * Fri Aug 17 2001 gordonr
304 - [1.4.0-04]
305 - Autorebuild by rebuildRPM
306
307 * Tue Aug 14 2001 Charlie Brady <charlieb@e-smith.com>
308 - [1.4.0-03]
309 - Change back to Protocol 1 until known_hosts2 and authorized_keys2 files are
310 implemented on both sides.
311
312 * Tue Aug 14 2001 Charlie Brady <charlieb@e-smith.com>
313 - [1.4.0-02]
314 - Add template fragements to generate /root/.ssh/config host
315 config sections for any hostnames added to %e_smith_hosts by
316 other fragements numbered between 00 and 19.
317 - Delete useless template-end for /root/.ssh/config.
318
319 * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
320 - [1.4.0-01]
321 - Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-10.
322
323 * Wed Aug 8 2001 Gordon Rowell <gordonr@e-smith.com>
324 - [1.3.0-10]
325 - Use restart instead of reload as some initscripts don't have the latter
326
327 * Sun Jul 8 2001 Gordon Rowell <gordonr@e-smith.com>
328 - [1.3.0-09]
329 - Check "access" property of sshd service
330
331 * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
332 - [1.3.0-08]
333 - Changed license to GPL
334
335 * Thu Jul 05 2001 Gordon Rowell <gordonr@e-smith.com>
336 - [1.3.0-07]
337 - Explicitly disable ChallengeResponseAuthentication and
338 KbdInteractiveAuthentication
339
340 * Wed May 30 2001 Gordon Rowell <gordonr@e-smith.com>
341 - [1.3.0-06]
342 - Added HostKey line for /etc/ssh/ssh_host_rsa_key for SSH version 2
343
344 * Tue May 29 2001 Tony Clayton <tonyc@e-smith.com>
345 - [1.3.0-05]
346 - fixed actions that had tied %conf when calling serviceControl (2 actions)
347
348 * Mon May 21 2001 Gordon Rowell <gordonr@e-smith.com>
349 - [1.3.0-04]
350 - Added links to /usr/libexec and /usr/local/libexec to enable
351 sftp for more client systems under protocol V1
352
353 * Mon May 21 2001 Gordon Rowell <gordonr@e-smith.com>
354 - [1.3.0-03]
355 - Revised after comments from Charlie
356 - Added documentation for MaxStartups and cleaner perl idiom for
357 SubsystemSftp test
358
359 * Mon May 21 2001 Gordon Rowell <gordonr@e-smith.com>
360 - [1.3.0-02]
361 - Enabled sftp subsystem by default with correct path to sftp-server
362 - Added MaxStartups configuration
363
364 * Mon May 21 2001 Gordon Rowell <gordonr@e-smith.com>
365 - [1.3.0-01]
366 - Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-06.
367
368 * Wed May 09 2001 Tony Clayton <tonyc@e-smith.com>
369 - [1.2.0-06]
370 - Forgot to add last patch to %setup. Adding it now.
371
372 * Wed May 09 2001 Tony Clayton <tonyc@e-smith.com>
373 - [1.2.0-05]
374 - Add /root/.ssh/config template-{begin,end} fragments
375 - Expand config template from sshd-conf
376
377 * Thu Apr 27 2001 Gordon Rowell <gordonr@e-smith.com>
378 - [1.2.0-04]
379 - Rolled version for GPG signing - no change
380
381 * Mon Apr 9 2001 Gordon Rowell <gordonr@e-smith.com>
382 - [1.2.0-03]
383 - Extra HostKey line for openssh-2.5
384
385 * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
386 - [1.2.0-02]
387 - Rolling release number for GPG signing.
388
389 * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
390 - [1.2.0-01]
391 - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-23.
392
393 * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
394 - [1.1.0-23]
395 - use serviceControl()
396
397 * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
398 - [1.1.0-22]
399 - reload sshd (and possibly kill it off) in post-restore
400
401 * Thu Jan 11 2001 Adrian Chung <adrianc@e-smith.com>
402 - [1.1.0-21]
403 - fully qualify path to killall in sshd-reload
404
405 * Wed Jan 10 2001 Gordon Rowell <gordonr@e-smith.com>
406 - [1.1.0-20]
407 - Kill existing ssh sessions if we have just stopped the service
408
409 * Wed Jan 10 2001 Gordon Rowell <gordonr@e-smith.com>
410 - [1.1.0-19]
411 - Use sshd reload instead of killall -HUP - that closes current connections
412
413 * Tue Jan 9 2001 Charlie Brady <charlieb@e-smith.com>
414 - [1.1.0-18]
415 - Make new bootstrap-console-save event - the Lite version
416 - Make sshd-reload shut down sshd if it has been disabled
417 - Don't redo conf-sshd-startup with every console-save
418
419 * Fri Jan 5 2001 Peter Samuel <peters@e-smith.com>
420 - [1.1.0-17]
421 - Added missing use esmith::util to sshd-reload
422
423 * Thu Jan 04 2001 Gordon Rowell <gordonr@e-smith.com>
424 - [1.1.0-16]
425 - Added missing use esmith::db
426
427 * Wed Jan 03 2001 Gordon Rowell <gordonr@e-smith.com>
428 - [1.1.0-15]
429 - sshd-reload now starts sshd if not running and service enabled
430
431 * Thu Dec 28 2000 Gordon Rowell <gordonr@e-smith.com>
432 - [1.1.0-14]
433 - Process sshd_config template in remoteaccess-update
434
435 * Thu Dec 28 2000 Gordon Rowell <gordonr@e-smith.com>
436 - [1.1.0-13]
437 - Provide defaults for PermitRootLogin and PasswordAuthentication properties
438
439 * Thu Dec 21 2000 Charlie Brady <charlieb@e-smith.com>
440 - [1.1.0-12]
441 - Don't restart sshd after config change, just reload config.
442
443 * Sat Dec 16 2000 Charlie Brady <charlieb@e-smith.com>
444 - [1.1.0-11]
445 - Fix typo
446
447 * Fri Dec 15 2000 Charlie Brady <charlieb@e-smith.com>
448 - [1.1.0-10]
449 - Move AllowSSH packet filter template fragment here.
450
451 * Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com>
452 - [1.1.0-9]
453 - Disable ssh by default
454
455 * Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com>
456 - [1.1.0-8]
457 - Fixed typo in hosts.allow fragment for private access
458
459 * Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com>
460 - [1.1.0-7]
461 - Added sshd-restart to remoteaccess-update event (and others)
462 - Renamed scripts to sshd-{conf,conf-startup,restart}
463 - Enable private ssh access by default
464
465 * Tue Dec 12 2000 Adrian Chung <adrianc@e-smith.com>
466 - [1.1.0-6]
467 - fixed location of ssh_host_key in 20HostKey fragment
468
469 * Wed Dec 06 2000 Peter Samuel <peters@e-smith.com
470 - [1.1.0-5]
471 - Fixed sshd_config templates for PermitRootLogin and
472 PasswordAuthentication
473
474 * Wed Dec 06 2000 Gordon Rowell <gordonr@e-smith.com>
475 - [1.1.0-4]
476 - conf-ssh-startup: PasswordAuthentication=yes and RootLogin=no
477 - Fixed ordering of Port/Listen fragments
478
479 * Tue Dec 05 2000 Gordon Rowell <gordonr@e-smith.com>
480 - [1.1.0-3]
481 - Changed sshd_config into a directory template
482 - Used services notation to enable/disable
483 - sshd_config: PasswordAuthentication and RootLogin - both disabled by default
484
485 * Tue Dec 05 2000 Gordon Rowell <gordonr@e-smith.com>
486 - [1.1.0-1]
487 - Rolled version to 1.1.0. Includes patches up to 0.6-3
488
489 * Tue Oct 31 2000 Charlie Brady <charlieb@e-smith.com>
490 - Ensure that conf-ssh-startup is run during post-upgrade event.
491 - Fix missing " in hosts.allow template.
492
493 * Tue Oct 31 2000 Charlie Brady <charlieb@e-smith.com>
494 - Merge services database back into configuration database.
495
496 * Thu Oct 26 2000 Peter Samuel <peters@e-smith.com>
497 - Rolled version to 0.6. Includes patches up to 0.5-17
498
499 * Fri Oct 06 2000 Adrian Chung <adrian.chung@e-smith.com>
500 - Fixed a typo in conf-ssh-startup.
501
502 * Fri Oct 06 2000 Adrian Chung <adrian.chung@e-smith.com>
503 - Move %post code to conf-ssh-startup instead
504 - Default to enabled for sshd in services database if not
505 already set.
506
507 * Thu Oct 05 2000 Adrian Chung <adrian.chung@e-smith.com>
508 - Change %post to setdefault ... enabled.
509
510 * Wed Oct 4 2000 Charlie Brady <charlieb@e-smith.com>
511 - Use db_get_type to get service status - to be safe against
512 defined service properties
513 - Do not init services database during post-install event -
514 it is done during %post action.
515
516 * Wed Oct 4 2000 Charlie Brady <charlieb@e-smith.com>
517 - Only initialise services database during post-install action.
518 - Only expand hosts.allow/sshd if sshd service is enabled.
519
520 * Wed Oct 4 2000 Charlie Brady <charlieb@e-smith.com>
521 - Fix typo
522
523 * Tue Oct 3 2000 Charlie Brady <charlieb@e-smith.com>
524 - Update services database when enabling startup
525
526 * Mon Oct 2 2000 Gordon Rowell <gordonr@e-smith.com>
527 - rewrote spec file to use e-smith-devtools
528
529 * Mon Sep 25 2000 Paul Nebsit <pkn@e-smith.com>
530 - updated contact and URL info
531
532 * Thu Sep 14 2000 Gordon Rowell <gordonr@e-smith.com>
533 - Removed obsolete rc7.d symlink from createlinks
534
535 * Thu Sep 14 2000 Gordon Rowell <gordonr@e-smith.com>
536 - Rebuilt using latest e-smith-devtools - hosts.allow template fragment missing
537
538 * Tue Aug 30 2000 Paul Nesbit <pkn@e-smith.com>
539 - added 'use e-smith::util' line to conf-ssh-startup
540
541 * Thu Aug 24 2000 Gordon Rowell <gordonr@e-smith.com>
542 - Rewrote conf-ssh-startup to use serviceControl()
543
544 * Sun Jul 2 2000 Charlie Brady <charlieb@e-smith.net>
545 - Make S85sshd symlink absolute so that RPM verifies
546
547 * Sat Jun 17 2000 Charlie Brady <charlieb@e-smith.net>
548 - Rewrite createlinks in perl
549 - Add sshd template for /etc/hosts.allow
550 - Fix ssh-keygen options code
551
552 * Mon Jun 12 2000 Charlie Brady <charlieb@e-smith.net>
553 - Remove /etc/rc.d/rc7.d symlink before (re-)creating it. Avoids logfile mess.
554 - Change backgroundCommand call to use array instead of string - avoid shell
555 parsing.
556
557 * Thu May 11 2000 Charlie Brady <charlieb@e-smith.net>
558 - Change rc?.d directory from 3 to 7.
559
560 %description
561 e-smith server enhancement to configure and enable openssh
562
563 %prep
564 %setup
565 %patch0 -p1
566 %patch1 -p1
567 %patch2 -p1
568 %patch3 -p1
569 %patch4 -p1
570
571 %build
572 for i in console-save \
573 post-install \
574 post-upgrade \
575 remoteaccess-update \
576 bootstrap-console-save
577 do
578 mkdir -p root/etc/e-smith/events/$i
579 done
580 perl createlinks
581 # build the test suite from embedded tests
582 /sbin/e-smith/buildtests e-smith-openssh
583
584 # Manage supervise and multilog.
585 mkdir -p root/service
586 ln -s ../var/service/sshd root/service/sshd
587 mkdir -p root/var/service/sshd/supervise
588 touch root/var/service/sshd/down
589 mkdir -p root/var/service/sshd/log/supervise
590 mkdir -p root/var/log/sshd
591
592 %install
593 rm -rf $RPM_BUILD_ROOT
594 ( cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT )
595 rm -f %{name}-%{version}-%{release}-filelist
596
597 /sbin/e-smith/genfilelist \
598 --dir '/var/service/sshd' 'attr(1755,root,root)' \
599 --file '/var/service/sshd/down' 'attr(0644,root,root)' \
600 --file '/var/service/sshd/run' 'attr(0755,root,root)' \
601 --dir '/var/service/sshd/supervise' 'attr(0700,root,root)' \
602 --dir '/var/service/sshd/log' 'attr(1755,root,root)' \
603 --dir '/var/service/sshd/log/supervise' 'attr(0700,root,root)' \
604 --file '/var/service/sshd/log/run' 'attr(0755,root,root)' \
605 --dir '/var/log/sshd' 'attr(2750,root,nofiles)' \
606 --dir '/var/empty/sshd' 'attr(0711,root,root)' \
607 $RPM_BUILD_ROOT \
608 > %{name}-%{version}-%{release}-filelist
609
610 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
611
612 %clean
613 rm -rf $RPM_BUILD_ROOT
614
615 %files -f %{name}-%{version}-%{release}-filelist
616 %defattr(-,root,root)

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