source: projects/setup/trunk/setup.spec @ 8718

Revision 8718, 36.8 KB checked in by daisuke, 10 years ago (diff)

update to 2.9.0

Line 
1Summary: A set of system configuration and setup files
2Name: setup
3Version: 2.9.0
4Release: 1%{?dist}
5License: Public Domain
6Group: System Environment/Base
7URL: https://fedorahosted.org/setup/
8Source0: https://fedorahosted.org/releases/s/e/%{name}/%{name}-%{version}.tar.bz2
9BuildArch: noarch
10BuildRequires: bash tcsh perl
11#require system release for saner dependency order
12Requires: system-release
13Conflicts: filesystem < 3
14Conflicts: initscripts < 4.26, bash <= 2.0.4-21
15
16%description
17The setup package contains a set of important system configuration and
18setup files, such as passwd, group, and profile.
19
20%prep
21%setup -q
22./shadowconvert.sh
23
24%build
25
26%check
27# Run any sanity checks.
28make check
29
30%install
31rm -rf %{buildroot}
32mkdir -p %{buildroot}/etc/profile.d
33cp -ar * %{buildroot}/etc
34rm -f %{buildroot}/etc/uidgid
35rm -f %{buildroot}/etc/COPYING
36mkdir -p %{buildroot}/var/log
37touch %{buildroot}/var/log/lastlog
38touch %{buildroot}/etc/environment
39chmod 0644 %{buildroot}/etc/environment
40chmod 0400 %{buildroot}/etc/{shadow,gshadow}
41chmod 0644 %{buildroot}/var/log/lastlog
42touch %{buildroot}/etc/fstab
43
44# remove unpackaged files from the buildroot
45rm -f %{buildroot}/etc/Makefile
46rm -f %{buildroot}/etc/serviceslint
47rm -f %{buildroot}/etc/uidgidlint
48rm -f %{buildroot}/etc/shadowconvert.sh
49rm -f %{buildroot}/etc/setup.spec
50
51%clean
52rm -rf %{buildroot}
53
54#throw away useless and dangerous update stuff until rpm will be able to
55#handle it ( http://rpm.org/ticket/6 )
56%post -p <lua>
57for i, name in ipairs({"passwd", "shadow", "group", "gshadow"}) do
58     os.remove("/etc/"..name..".rpmnew")
59end
60if posix.access("/usr/bin/newaliases", "x") then
61  os.execute("/usr/bin/newaliases >/dev/null")
62end
63
64%files
65%defattr(-,root,root,-)
66%doc uidgid COPYING
67%verify(not md5 size mtime) %config(noreplace) /etc/passwd
68%verify(not md5 size mtime) %config(noreplace) /etc/group
69%verify(not md5 size mtime) %attr(0000,root,root) %config(noreplace,missingok) /etc/shadow
70%verify(not md5 size mtime) %attr(0000,root,root) %config(noreplace,missingok) /etc/gshadow
71%config(noreplace) /etc/services
72%verify(not md5 size mtime) %config(noreplace) /etc/exports
73%config(noreplace) /etc/aliases
74%config(noreplace) /etc/environment
75%config(noreplace) /etc/filesystems
76%config(noreplace) /etc/host.conf
77%verify(not md5 size mtime) %config(noreplace) /etc/hosts
78%config(noreplace) /etc/hosts.allow
79%config(noreplace) /etc/hosts.deny
80%verify(not md5 size mtime) %config(noreplace) /etc/motd
81%config(noreplace) /etc/printcap
82%verify(not md5 size mtime) %config(noreplace) /etc/inputrc
83%config(noreplace) /etc/bashrc
84%config(noreplace) /etc/profile
85%config(noreplace) /etc/protocols
86%config(noreplace) /etc/csh.login
87%config(noreplace) /etc/csh.cshrc
88%dir /etc/profile.d
89%config(noreplace) %verify(not md5 size mtime) /etc/shells
90%ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog
91%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
92
93%changelog
94* Wed Apr 23 2014 Ondrej Vasik <ovasik@redhat.com> - 2.9.0-1
95- drop /etc/securetty (#1090639)
96
97* Wed Mar 12 2014 Ondrej Vasik <ovasik@redhat.com> - 2.8.76-1
98- require system-release for saner dependency order (#1075578)
99
100* Thu Feb 27 2014 Ondrej Vasik <ovasik@redhat.com> 2.8.75-1
101- reserve uidgid pair 142:142 for activemq (#1070881)
102
103* Tue Feb 25 2014 Ondrej Vasik <ovasik@redhat.com> 2.8.74-1
104- add more securetty required for mainframes (#1067347)
105- set SHELL envvar to /bin/bash in bashrc (#1063552)
106- adjust the homedir for oprofile uid (#1068902)
107
108* Fri Oct 25 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.73-1
109- sync services with latest IANA
110
111* Tue Sep 03 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.72-1
112- change the allocation of 185:185 to wildfly (former jboss-as)
113
114* Fri Jun 07 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.71-1
115- fix escape codes for screen (#969429)
116- handle vte terminals in bashrc (#924275)
117
118* Tue May 14 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.70-1
119- fix typo in cdrom default group (#962486)
120
121* Thu Apr 18 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.69-1
122- remove the rpmlib(X-CheckUnifiedSystemdir) requirement
123  hack - no longer required
124
125* Sun Apr 14 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.68-1
126- assign gid :135 for mock (#928063)
127- update /etc/services to latest IANA reservations
128
129* Wed Mar 20 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.67-1
130- assign 166:166 uidgid pair for ceilometer (#923891)
131- change 187:187 reservation from openstack-heat
132  to just heat(#923858)
133- longer shell names support caused by UsrMove to
134  the /etc/shells (#922527)
135- drop gopher (uid 13, gid 30) from groups created by default
136  -> dropped completely - no gopher server in Fedora (#918206)
137- drop dip (gid 40) from groups created by default
138  -> moved to ppp (#918206)
139- drop uucp (uidgid 14) from groups created by default
140  -> moved to uucp (#918206)
141- create cdrom, tape, dialout, floppy groups in setup(#919285)
142
143* Tue Mar 05 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.66-1
144- assign :190 gid for systemd-journal (#918120)
145- assign 191:191 uidgid pair for systemd-journal-gateway (#918120)
146
147* Wed Jan 23 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.65-1
148- assign 165:165 uidgid pair for cinder (#902987)
149
150* Wed Jan 16 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.64-1
151- correct handling of 256 color terminals in bashrc
152
153* Mon Dec 02 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.63-1
154- ovirtagent created by ovirt-guest-agent
155
156* Mon Dec 02 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.62-1
157- rename rhevagent uidgid reservation to ovirtagent
158
159* Fri Nov 02 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.61-1
160- reserve uid 189 for hacluster (#872208)
161- reserve gid 189 for haclient (#872208)
162
163* Tue Oct 02 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.60-1
164- reserve 188:188 for haproxy (#860221)
165
166* Wed Sep 19 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.59-1
167- update /etc/services to match with latest IANA
168  assignments
169
170* Mon Aug 21 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.58-1
171- reserve 110:110 for jetty (#849927)
172
173* Mon Aug 06 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.57-1
174- reserve 187:187 for openstack-heat (#845078)
175
176* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.56-2
177- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
178
179* Fri Jul 13 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.56-1
180- Turn on parallel history in bash (#815810)
181
182* Thu Jul 12 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.55-1
183- reserve 186 uid for jbosson-agent user, reserve 186 gid
184  for jbosson group (#839410)
185
186* Fri May 11 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.54-1
187- use unset -f pathmunge in /etc/profile to work more nicely
188  with ksh (#791140)
189
190* Wed Apr 11 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.53-1
191- reserve 185:185 for jboss-as (#809398)
192
193* Fri Mar 23 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.52-1
194- reserve 184:184 for mongodb (#806052)
195
196* Thu Mar 22 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.51-1
197- do not throw away the stderr output of profile.d scripts
198  in noninteractive bash/ksh sessions(#805507)
199
200* Mon Mar 19 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.50-1
201- reserve 182:182 for katello (#804204)
202- reserve 183:183 for elasticsearch (#804205)
203
204* Tue Feb 21 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.49-1
205- conflict with filesystems before usrmove change
206
207* Sun Feb 12 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.48-1
208- remove /bin and /sbin from /etc/profile(#789616)
209- require usrmove
210- add sbin paths in csh.login consistently with bash(#773268)
211
212* Tue Jan 10 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.47-1
213- reserve 181:181 uidgid pair for wallaby (#772747)
214
215* Tue Dec 06 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.46-1
216- reserve 134:134 uidgid pair for cimsrvr (#760178)
217
218* Fri Nov 25 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.45-1
219- reserve :156 groupid for stapusr - #756807
220- reserve :157 groupid for stapsys - #756807
221- reserve :158 groupid for stapdev - #756807
222
223* Wed Nov 16 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.44-1
224- reserve 180:180 for aeolus - #754274
225
226* Fri Nov 11 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.43-1
227- gopher home dir in uidgid should be /var/gopher - #752885
228- reserve 163:163 for keystone (openstack-keystone) - #752842
229- reserve 164:164 for quantum (openstack-quantum) - #752842
230- update services to latest IANA
231
232* Wed Nov  2 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.42-1
233- add ext4 to /etc/filesystems - #750506
234
235* Wed Sep 14 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.41-1
236- reserve 179:179 for sanlock - #727655
237
238* Fri Aug 26 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.40-1
239- reserve 178:178 for myproxy (myproxy-server) - #733671
240
241* Fri Aug 26 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.39-1
242- reserve 177:177 for dhcpd (dhcp) - #699713
243
244* Tue Aug 23 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.38-1
245- reserve 160:160 for swift (openstack-swift) - #732442
246- reserve 161:161 for glance (openstack-glance) - #732442
247- reserve 162:162 for nova (openstack-nova) - #732442
248- comment out 0/tcp spr-itunes /etc/services entry (#710185)
249- add hvc[01], xvc0, hvsi[012] to /etc/securetty (#728030)
250
251* Tue Aug 16 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.37-1
252- dropped all suplemental groups from basic /etc/group file
253  (#722529)
254
255* Tue Aug 16 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.36-1
256- dropped suplemental root's groups(#722529)
257
258* Wed Jun 29 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.35-1
259- reserve 176:176 for apache traffic server - ats(#715266)
260
261* Mon Jun 13 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.34-1
262- update protocols and services to latest IANA
263- reserve 175:175 for rhevagent (#709599)
264
265* Thu May 19 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.33-1
266- reflect the reserved username change of amanda
267  to amandabackup (#700807)
268- drop order hosts,bind from setup, no longer used by
269  glibc (#703049)
270- assign 174:174 uidgid for user/group retrace
271  (abrt retrace-server, #706012)
272
273* Tue Apr 12 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.32-1
274- do not override already set PROMPT_COMMAND envvar(#691425)
275- do not quit uidgidlint after first error, show all
276- update services to latest IANA
277
278* Mon Jan 24 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.31-1
279- drop ownership of /etc/mtab, now owned by util-linux
280
281* Tue Jan 18 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.30-1
282- remove explicit buildroot
283- reserve uidgid pair 173:173 for abrt(#670231)
284
285* Fri Dec 03 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.29-1
286- run newaliases in the post to prevent sendmail messages
287  about old alias database in the log(#658921)
288
289* Fri Nov 12 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.28-1
290- update services and protocols to latest IANA reservations
291- reserve uidgid pair 109:109 for rhevm(#652287)
292
293* Tue Sep 07 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.27-1
294- add double quotes arround sourced profile.d scripts -
295  allow special characters in script names
296
297* Wed Aug 18 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.26-1
298- fix regression in the change to printf(#624900)
299
300* Thu Aug 12 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.25-1
301- use printf instead of echo in bashrc scripts(#620435)
302- update services to latest IANA
303
304* Wed Jul 28 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.24-1
305- do show messages from profile.d scripts in interactive
306  login ksh shell(#616418)
307- respect umask settings even with login shell
308
309* Tue Jun 29 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.23-1
310- reserve uidgid pair 172:172 for rtkit (#609171)
311
312* Tue Jun 15 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.22-1
313- reserve uidgid pair 170:170 for avahi-autoipd
314- reserve uidgid pair 171:171 for pulse (pulseaudio)
315- update reserved homedir for avahi
316
317* Mon Jun 07 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.21-1
318- update name of group reserved by cyrus-imapd to saslauth
319
320* Mon May 24 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.20-1
321- speedup pathmunge() by using portable case(#544652)
322
323* Wed May 19 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.19-1
324- fix syntax error in bashrc pathmunge(since bash 3.2)(#592799)
325
326* Tue Apr 27 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.18-1
327- reserve uidgid pair 140:140 for ricci daemon(#585957)
328- reserve uidgid pair 141:141 for luci daemon(#585958)
329
330* Wed Mar 31 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.17-1
331- verify md5sum/size/mtime in the case of /etc/hosts.allow
332  and /etc/hosts.deny (#578263)
333- do the same for /etc/services and /etc/protocols, we
334  provide (almost) complete IANA set, so no reason to modify
335  it in most cases outside of setup package
336
337* Fri Mar 26 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.16-3
338- bad ugly double-thirteen friday(fix previous badfix)
339
340* Fri Mar 26 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.16-2
341- fix not set path for csh shell caused by 2.8.16 update
342
343* Fri Mar 26 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.16-1
344- drop X11R6 hierarchy dir from tcsh path (#576940)
345- update services to latest IANA
346- update protocols to latest IANA
347
348* Thu Jan 21 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.15-1
349- reserve uidgid pair 155:155 for stap-server(#555813)
350- reserve uidgid pair 113:113 for usbmuxd(#556525)
351
352* Tue Jan 12 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.14-1
353- reserve uidgid pair 133:133 for bacula(#554705)
354
355* Tue Jan 05 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.13-1
356- update services to latest IANA
357- avoid one /usr/bin/id stat call in /etc/profile(#549056)
358
359* Thu Dec 17 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.12-1
360- speed up pathmunge inside bashrc (#544652)
361- do not use deprecated egrep in profile
362
363* Thu Dec 03 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.11-1
364- don't have HISTCONTROL ignorespace by default (#520632),
365  but do not override it when it is already set
366- add csync alias for port 2005 / tcp, udp
367
368* Wed Nov 11 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.10-1
369- reserve uidgid pair 112:112 for vhostmd (#534110)
370- update /etc/services to latest IANA
371
372* Tue Sep 08 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.9-1
373- reserve uidgid pair 108:108 for ovirt from libvirt (#513261)
374- reserve uidgid pair 111:111 for saned from sane-backends
375  (#520634)
376
377* Mon Aug 17 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.8-1
378- change permissions on /etc/shadow and /etc/gshadow to 0000 and
379  use capabilities for them(#517577)
380
381* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.7-2
382- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
383
384* Tue Jul 21 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.7-1
385- increase threshold for uidgid reservations to 200
386- reserve uidgid pair 107:107 for qemu (libvirt,#511957)
387- reflect threshold in profile and bashrc, do inform about
388  uidgid file existence there
389- remove old remnants about portmap from hosts.deny(#509919)
390
391* Mon Jun 29 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.6-1
392- update protocols and services to latest IANA
393- add example for tty in prompt(#503304)
394
395* Wed May 20 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.5-1
396- use history-search-backward/forward for pageup/pagedown
397  mapping in inputrc (#500989)
398- add HISTCONTROL="ignoreboth" to /etc/profile to not include
399  duplicities and lines starting with space into the history
400  (#500819)
401
402* Tue May 12 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.4-1
403- add oprofile (16:16) to uidgid
404- use os.remove instead of os.execute in lua post
405  - no dependency on /bin/sh (thanks Panu Matilainen)
406
407* Wed Apr 22 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.3-2
408- rewrite postun scriptlet to <lua> to prevent /bin/sh
409  dependency
410
411* Fri Apr 10 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.3-1
412- do not disable coredumps in profile/csh.cshrc scripts,
413  coredumps already disabled in rawhide's RLIMIT_CORE(#495035)
414
415* Wed Mar 25 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.2-2
416- reserve uid 65 for nslcd (will share group 55 ldap, #491899)
417
418* Tue Mar 24 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.2-1
419- ship COPYING file, update protocols and services
420  to latest IANA
421
422* Mon Mar 23 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.1-2
423- fix sources syntax, add sources URL (#226412)
424
425* Thu Feb 26 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.1-1
426- do ship/generate /etc/{shadow,gshadow} files(#483251)
427- do ship default /etc/hosts with setup (#483244)
428- activate multi on (required for IPv6 only localhost
429  recognition out-of-the-box) (#486461)
430- added postun section for cleaning of dangerous .rpmnew
431  files after updates
432- make profile and bashrc more portable (ksh, #487419)
433
434* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.7-5
435- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
436
437* Mon Feb 02 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.7-4
438- drop <lua> scriptlet completely(audio/video group
439  temporarily created by packages which use it for
440  updates(#477769))
441
442* Fri Jan 30 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.7-3
443- add support for ctrl+arrow shortcut in rxvt(#474110)
444
445* Thu Jan 29 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.7-2
446- reserve 87 gid for polkituser (just uid was reserved),
447  reserve 18 gid for dialout(to prevent conflicts with
448  polkituser gid)
449
450* Thu Jan 22 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.7-1
451- synchronize /etc/services with latest IANA, do not use
452  tabs in that file to have consistent output
453- fix indentation in /etc/profile and /etc/bashrc
454  (#481074)
455- assign uid 36 for vdsm, gid 36 for kvm
456  (#346151,#481021)
457
458* Tue Jan 20 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.6-1
459- make uidgid file better parsable (synchronize tabs)
460- reserve gid 11 for group cdrom (udev,MAKEDEV)
461- reserve gid 33 for group tape (udev,MAKEDEV)
462- reserve gid 87 for group dialout (udev,MAKEDEV)
463
464* Tue Jan 06 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.5-4
465- use lua language in post to prevent additional
466  dependencies
467
468* Thu Dec 18 2008 Ondrej Vasik <ovasik@redhat.com> 2.7.5-3
469- add pkiuser (17:17) to uidgid
470- temporarily create video/audio group in post section
471  (#476886)
472
473* Wed Dec 10 2008 Ondrej Vasik <ovasik@redhat.com> 2.7.5-2
474- do not export PATH twice(#449286 NOTABUG revert)
475- do not export INPUTRC(to respect just created ~/.inputrc)
476  (#443717)
477
478* Thu Nov 27 2008 Ondrej Vasik <ovasik@redhat.com> 2.7.5-1
479- Modified upstream URL, synchronized with upstream git
480
481* Wed Nov 19 2008 Ondrej Vasik <ovasik@redhat.com> 2.7.4-3
482- update protocols to latest IANA list (2008-04-18)
483- update services to latest IANA list (2008-11-17)
484- mark /etc/protocols and /etc/inputrc %%config(noreplace)
485- added URL, fixed few rpmlint warnings
486- do own audio and video group (#458843), create it in default
487  /etc/group
488
489* Tue Nov 18 2008 Ondrej Vasik <ovasik@redhat.com> 2.7.4-2
490- again process profile.d scripts in noninteractive shells,
491  but do not display stderr/stdout messages(#457243)
492- fix wrong prompt for csh/tcsh (#443854)
493- don't show error message about missing hostname in profile
494  (#301481)
495- reserve rquotad port 875 in /etc/services (#455859)
496- export PATH after processing profile.d scripts (#449286)
497- assign gid's for audio (:63) and video (:39) group(#458843),
498  assign uidgid pair (52:52) for puppet (#471918)
499- fix /etc/services duplicities to pass serviceslint
500
501* Thu Oct 09 2008 Phil Knirsch <pknirsch@redhat.com> 2.7.4-1
502- Include new serviceslint for speedup (#465642)
503- Cleaned up services due to newly discovered bugs in it with new serviceslint
504
505* Wed Sep 03 2008 Phil Knirsch <pknirsch@redhat.com> 2.7.3-1
506- Added SBinSanity patch as an approved feature (#458176)
507
508* Wed Aug 06 2008 Phil Knirsch <pknirsch@redhat.com> 2.7.2-1
509- Added uidgid pair for condor
510- Added uidgid pair for trousers
511
512* Fri Jul 25 2008 Phil Knirsch <pknirsch@redhat.com> 2.7.1-1
513- Bump to 2.7.1 to avoid version problems with F-9
514- Removed group news as well (#437462)
515
516* Tue Jun 17 2008 Phil Knirsch <pknirsch@redhat.com> 2.6.16-1
517- Dropped user news from default /etc/passwd (#437462)
518
519* Thu Jun 05 2008 Phil Knirsch <pknirsch@redhat.com> 2.6.15-1
520- Added prelude-manager and snortd to uidgid list
521
522* Mon Apr 07 2008 Phil Knirsch <pknirsch@redhat.com> 2.6.14-1
523- Updated /etc/services to latest IANA version (#315571)
524
525* Fri Apr 04 2008 Phil Knirsch <pknirsch@redhat.com>
526- Fixed a problem with the new prompt for tcsh and screen terminal (#438550)
527
528* Thu Mar 20 2008 Phil Knirsch <pknirsch@redhat.com> 2.6.13-1
529- Drop the wrong precmd for csh for xterm and screen terminals
530
531* Tue Feb 26 2008 Phil Knirsch <pknirsch@redhat.com> 2.6.12-1
532- Corrected wrong /etc/profile.d behaviour for non-interactive bash and tcsh
533
534* Fri Feb 22 2008 Phil Knirsch <pknirsch@redhat.com> 2.6.11-1
535- Fixed problem with /etc/profile.d/* and non-interactive tcsh (#299221)
536- Fixed xterm -title problem (#387581)
537- Fixed problem with /etc/profile.d/*.csh not being executed for none loginshells anymore
538  (#381631, #429838)
539- Corrected missing shell for news user in uidgid and passwd
540
541* Thu Aug 16 2007 Phil Knirsch <pknirsch@redhat.com> 2.6.10-1
542- License review and update
543
544* Tue Jul 24 2007 Phil Knirsch <pknirsch@redhat.com> 2.6.9-1
545- Assigned uid 87 for PolicyKit package (#244950)
546- Fixed precmd fix if TERM isn't set (#242732)
547
548* Wed Jun 06 2007 Phil Knirsch <pknirsch@redhat.com> 2.6.7-1
549- Fixed precmd setting to behave like bash for (t)csh (#242732)
550
551* Thu May 24 2007 Phil Knirsch <pknirsch@redhat.com> 2.6.6-1
552- Added another set of proposed changes to /etc/csh.cshrc (#199817)
553- Added missing documentation in /etc/hosts.[allow|deny] (#157053)
554
555* Wed May 23 2007 Phil Knirsch <pknirsch@redhat.com> 2.6.5-1
556- Fixed tcsh behaviour for non login shells (#191233)
557- Fixed umask setting for tcsh to behave identical to bash logins (#199817)
558- Added ipv6-crypt and ipv6-auth for backwards compatibility (#210546)
559
560* Wed Apr 18 2007 Phil Knirsch <pknirsch@redhat.com> 2.6.4-1
561- Modified the 111/[tcp/udp] entries to work with rpcbind (#236639)
562
563* Mon Mar 12 2007 Phil Knirsch <pknirsch@redhat.com> 2.6.3-1
564- Changed winbind_auth to wbpriv by request of the samba maintainer
565
566* Tue Dec 12 2006 Phil Knirsch <pknirsch@redhat.com> 2.6.2-1.fc7
567- Updated uidgid for split of pcap into arpwatcher and tcpdump.
568
569* Tue Nov 28 2006 Phil Knirsch <pknirsch@redhat.com> 2.6.1-1.fc7
570- Update version and rebuilt
571
572* Tue Nov 28 2006 Phil Knirsch <pknirsch@redhat.com> 2.5.57-1
573- Revert change for umask in /etc/bashrc (#217523)
574
575* Thu Nov 16 2006 Phil Knirsch <pknirsch@redhat.com> 2.5.56-1
576- Added an entry for samba and winbind_auth
577
578* Wed Oct 11 2006 Phil Knirsch <pknirsch@redhat.com> 2.5.55-1
579- Extended the protocols to include the missing hopopt (#209191)
580
581* Tue Oct 10 2006 Phil Knirsch <pknirsch@redhat.com> 2.5.54-1
582- Update /etc/protocols to latest officiall IANA version (#209191)
583
584* Thu Jul 27 2006 Phil Knirsch <pknirsch@redhat.com> 2.5.53-1
585- Added utempter gid for new libutempter package (#200240)
586
587* Mon Jun 19 2006 Phil Knirsch <pknirsch@redhat.com> 2.5.52-1
588- Lock password for root account by default (#182206)
589
590* Wed May 03 2006 Karsten Hopp <karsten@redhat.de>
591- remove gkrellmd from the reserved uid/gid list (#186974)
592
593* Tue Mar 21 2006 Florian La Roche <laroche@redhat.com> 2.5.50-1
594- use stricter umask of 022 for all logins
595
596* Thu Feb 23 2006 Phil Knirsch <pknirsch@redhat.com> 2.5.49-1
597- Really switch to new /etc/services file
598- Added /etc/fstab and /etc/mtab to ownership of setup (#177061)
599
600* Tue Jan 31 2006 Phil Knirsch <pknirsch@redhat.com> 2.5.48-1
601- Switched to the new large /etc/services file which fixes #112298, #133683,
602  #166443, #168872, #171228.
603- Fixed pathmunge problem with bashrc (#123621)
604- Removed /usr/X11R6/bin from default PATH (#173856)
605
606* Tue Jan 24 2006 Phil Knirsch <pknirsch@redhat.com>
607- Fixed bug with PROMPT_COMMAND being broken for wierd dirs (#142125)
608- Added hfsplus to know filesystems (#172820)
609
610* Mon Oct 17 2005 Bill Nottingham <notting@redhat.com>
611- make motd noreplace (#170539)
612
613* Tue Sep  6 2005 Bill Nottingham <notting@redhat.com> 2.5.47-1
614- make lastlog 0644  (#167200)
615
616* Mon Jun 20 2005 Bill Nottingham <notting@redhat.com> 2.5.46-1
617- add buildrequires on bash, tcsh (#161016)
618- move core dump size setting from csh.login to csh.cshrc (#156914)
619
620* Fri Jun 17 2005 Bill Nottingham <notting@redhat.com> 2.5.45-1
621- ksh doesn't implement EUID/UID. Work around that. (#160731)
622
623* Thu May 19 2005 Bill Nottingham <notting@redhat.com> 2.5.44-1
624- fix csh.cshrc when -e is used (#158265)
625
626* Mon Apr 25 2005 Bill Nottingham <notting@redhat.com> 2.5.43-1
627- remove mailman aliases (#155841)
628
629* Mon Apr 18 2005 Bill Nottingham <notting@redhat.com> 2.5.42-1
630- fix lastlog conflict (#155256)
631
632* Fri Apr 15 2005 Bill Nottingham <notting@redhat.com> 2.5.41-1
633- get rid of 'id' error messages if there is no /usr (#142707)
634
635* Mon Jan 31 2005 Bill Nottingham <notting@redhat.com> 2.5.40-1
636- have similar prompt changes for su to root in tcsh as in bash (#143826)
637
638* Tue Nov 23 2004 Bill Nottingham <notting@redhat.com> 2.5.39-1
639- ghost lastlog (#139539)
640
641* Thu Nov 18 2004 Bill Nottingham <notting@redhat.com> 2.5.38-1
642- fix bash/tcsh coredump size inconsistency (#139821)
643
644* Wed Oct 27 2004 Bill Nottingham <notting@redhat.com> 2.5.37-1
645- fix inconsistency in profile.d handling (#136859, <agrajag@dragaera.net>)
646
647* Fri Oct  8 2004 Bill Nottingham <notting@redhat.com> 2.5.36-1
648- fix duplicate alias
649
650* Tue Sep 28 2004 Bill Nottingham <notting@redhat.com> 2.5.35-1
651- add /etc/environment
652
653* Mon Sep 27 2004 Rik van Riel <riel@redhat.com> 2.5.34-2
654- mark /etc/services config(noreplace) (#133683)
655
656* Thu Sep 23 2004 Bill Nottingham <notting@redhat.com> 2.5.34-1
657- add dict (#107807)
658- add cyrus services (#118832)
659- move delete-char binding for csh (#113682)
660- do the same path munging for csh as for bash (#57708)
661- add postfix aliases (#117661)
662- fix bashrc login shell check (#104491)
663- add odmr to services (#101098)
664- add distcc to services (#91535)
665- add xterm forware/backward word bindings (#80860)
666
667* Mon May 24 2004 Bill Nottingham <notting@redhat.com>
668- make pathmunge available for profile.d scripts (#123621)
669
670* Wed May 19 2004 Joe Orton <jorton@redhat.com> 2.5.33-2
671- add IANA Register Port for svn to /etc/services (#122863)
672
673* Wed May  5 2004 Nalin Dahyabhai <nalin@redhat.com> 2.5.33-1
674- fix syntax error in csh.cshrc
675
676* Tue May  4 2004 Bill Nottingham <notting@redhat.com> 2.5.32-1
677- set MAIL in csh.cshrc (#115376)
678- fix inputrc check in csh.login (#115073)
679
680* Mon Jan 26 2004 Bill Nottingham <notting@redhat.com> 2.5.31-1
681- move /etc/aliases here
682
683* Mon Dec  8 2003 Bill Nottingham <notting@redhat.com> 2.5.30-1
684- remove stty `tput kbs` section (#91357)
685
686* Tue Sep  2 2003 Bill Nottingham <notting@redhat.com> 2.5.27-1
687- securetty should be noreplace (#103585)
688
689* Fri Mar 14 2003 Bill Nottingham <notting@redhat.com> 2.5.26-1
690- clean up some typos in /etc/services (#86129)
691
692* Mon Feb 17 2003 Florian La Roche <Florian.LaRoche@redhat.de>
693- add "console" to /etc/securetty for mainframe
694
695* Mon Jan 20 2003 Nalin Dahyabhai <nalin@redhat.com> 2.5.24-1
696- allocate uid/gid for mgetty
697
698* Thu Jan  9 2003 Dan Walsh <dwalsh@redhat.com> 2.5.23-1
699- added PXE to /etc/services
700
701* Wed Jan  1 2003 Bill Nottingham <notting@redhat.com> 2.5.22-1
702- remove bogus entries from inputrc (#80652)
703
704* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 2.5.21-1
705- remove unpackaged files from the buildroot
706
707* Thu Aug 29 2002 Bill Nottingham <notting@redhat.com> 2.5.20-1
708- shopt -s checkwinsize everywhere
709
710* Wed Aug 28 2002 Preston Brown <pbrown@redhat.com> 2.5.19-1
711- fix bug #61129 (~ substitution)
712
713* Wed Aug 15 2002 Jens Petersen <petersen@redhat.com> 2.5.18-1
714- bring back the screen case in /etc/bashrc, since /etc/screenrc no
715  longer sets defhstatus (#60596, #60597)
716
717* Sun Aug 11 2002 Florian La Roche <Florian.LaRoche@redhat.de> 2.5.17-1
718- add "set mark-symlinked-directories on" to /etc/inputrc
719
720* Mon Jul 22 2002 Phil Knirsch <pknirsch@redhat.com> 2.5.16-2
721- Added shopt -s checkwinsize to /etc/bashrc for xterm resizing
722
723* Fri Jul 19 2002 Jens Petersen <petersen@redhat.com> 2.5.16-1
724- dont special case screen in /etc/bashrc, since it overrides the user's
725  screenrc title setting (#60596)
726
727* Thu Jul 18 2002 Florian La Roche <Florian.LaRoche@redhat.de> 2.5.14-1
728- move home dir of "news" to /etc/news
729
730* Tue May 28 2002 Nalin Dahyabhai <nalin@redhat.com> 2.5.13-1
731- allocate uid/gid for privilege-separated sshd
732
733* Thu May 23 2002 Tim Powers <timp@redhat.com> 2.5.12-2
734- automated rebuild
735
736* Wed Apr  3 2002 Bill Nottingham <notting@redhat.com> 2.5.12-1
737- fix misformatted comment in /etc/services, allocate uid/gid for
738  frontpage
739
740* Thu Mar 28 2002 Bill Nottingham <notting@redhat.com> 2.5.11-1
741- add newline in /etc/shells (#62271)
742
743* Thu Mar 28 2002 Nalin Dahyabhai <nalin@redhat.com> 2.5.10-1
744- allocate uid for the vcsa user
745
746* Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 2.5.9-1
747- re-add ext3 to /etc/filesystems
748
749* Mon Mar 11 2002 Bill Nottingham <notting@redhat.com> 2.5.8-1
750- add nologin to /etc/shells (#53963)
751- fix some quoting issues (#59627)
752- fix screen status line (#60596)
753- fix path regexps (#59624)
754- move profile.d stuff to csh.cshrc (#59946)
755
756* Fri Mar  8 2002 Nalin Dahyabhai <nalin@redhat.com>
757- add bprd, bpdbm, bpjava-msvc, vnetd, bpcd, and vopied to /etc/services
758
759* Tue Sep 25 2001 Nalin Dahyabhai <nalin@redhat.com>
760- change rmtcfg to an alias for bvcontrol, which is a registered name
761
762* Mon Sep 17 2001 Nalin Dahyabhai <nalin@redhat.com> 2.5.7-1
763- add entries to services (ipp, wnn4, and so on)
764- try to remove duplicates in services (remove nameserver as alias for domain,
765  and readnews as alias for netnews)
766
767* Mon Aug 20 2001 Bill Nottingham <notting@redhat.com>
768- change FTP user's home dir to /var/ftp (#52091)
769- %%ghost /etc/shadow, /etc/gshadow
770
771* Fri Aug 17 2001 Bill Nottingham <notting@redhat.com>
772- add /etc/shells to filelist (#51813)
773
774* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
775- put lock in /etc/group (#51654)
776
777* Wed Aug  8 2001 Bill Nottingham <notting@redhat.com>
778- lock only needs to be a gid
779- don't set dspmbyte=euc here; do it in lang.csh, and only if necessary (#50318)
780
781* Mon Aug  6 2001 Jeff Johnson <jbj@redhat.com>
782- add lock.lock uid/gid 54 to own /var/lock directory.
783
784* Thu Jul 19 2001 Bill Nottingham <notting@redhat.com>
785- add forward/backward-word mappings (#48783)
786- add pgpkeyserver port to /etc/services (#49407)
787
788* Thu Jul 19 2001 Preston Brown <pbrown@redhat.com>
789- core files disabled by default.  Developers can enable them.
790
791* Fri Jul 13 2001 Bill Nottingham <notting@redhat.com> 2.5.1-1
792- revert news user back to no shell (#48701)
793
794* Tue Jul 10 2001 Bill Nottingham <notting@redhat.com> 2.5.0-1
795- move profile.d parsing from csh.cshrc to csh.login (#47417)
796
797* Sat Jul  7 2001 Nalin Dahyabhai <nalin@redhat.com> 2.4.15-1
798- reorder /etc/services to match comments again
799- protocol 118 is stp, not st
800- update URLs in /etc/protocols and /etc/services
801
802* Thu Jul  5 2001 Preston Brown <pbrown@redhat.com> 2.4.14-1
803- put */sbin in path if user ID is 0.
804
805* Mon Jun 25 2001 Bill Nottingham <notting@redhat.com>
806- add an entry to /etc/services for ssh X11 forwarding (#44944)
807
808* Wed Jun 13 2001 Bill Nottingham <notting@redhat.com>
809- take ttyS0 out of securetty on main tree
810
811* Tue Jun 12 2001 Philip Copeland <bryce@redhat.com>
812- added ttyS0 to securetty for serial console usage
813
814* Tue Jun 12 2001 Bill Nottingham <notting@redhat.com>
815- add rndc to /etc/services (#40265)
816- test for read bit, not execute bit, for profile.d (#35714)
817
818* Sun Jun 03 2001 Florian La Roche <Florian.LaRoche@redhat.de>
819- add "canna" entry to /etc/services
820
821* Mon May 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.4.10-1
822- Fix bugs #24159 and #30634 again; whoever moved bashrc from bash
823  to setup used an old version. :((
824
825* Wed May  2 2001 Preston Brown <pbrown@redhat.com> 2.4.9-1
826- bashrc moved here from bash package
827- set umask in bashrc, so it applies for ALL shells.
828
829* Fri Apr 27 2001 Preston Brown <pbrown@redhat.com> 2.4.8-1
830- /sbin/nologin for accounts that aren't "real."
831
832* Sat Apr  7 2001 Preston Brown <pbrown@redhat.com>
833- revert control-arrow forward/backward word (broken)
834
835* Tue Mar 27 2001 Preston Brown <pbrown@redhat.com>
836- fix japanese input with tcsh (#33211)
837
838* Tue Mar  6 2001 Bill Nottingham <notting@redhat.com>
839- fix some weirdness with rxvt (#30799)
840
841* Wed Feb 28 2001 Bill Nottingham <notting@redhat.com>
842- add SKK input method (#29759)
843
844* Fri Feb 23 2001 Preston Brown <pbrown@redhat.com>
845
846* Wed Feb 21 2001 Bill Nottingham <notting@redhat.com>
847- fix inputrc, Yet Again. (#28617)
848
849* Thu Feb 15 2001 Bill Nottingham <notting@redhat.com>
850- add in uidgid file, put it in %%doc
851
852* Wed Feb  7 2001 Adrian Havill <havill@redhat.com>
853- bindkey for delete in the case of tcsh
854
855* Wed Feb  7 2001 Bill Nottingham <notting@redhat.com>
856- add some more stuff to /etc/services (#25396, patch from
857  <pekkas@netcore.fi>)
858
859* Tue Feb  6 2001 Nalin Dahyabhai <nalin@redhat.com>
860- add gii/tcp = 616 for gated
861
862* Tue Jan 30 2001 Bill Nottingham <notting@redhat.com>
863- wrap some inputrc settings with tests for mode, term (#24117)
864
865* Mon Jan 29 2001 Bill Nottingham <notting@redhat.com>
866- overhaul /etc/protocols (#18530)
867- add port 587 to /etc/services (#25001)
868- add corbaloc (#19581)
869- don't set /usr/X11R6/bin in $PATH if it's already set (#19968)
870
871* Fri Dec  1 2000 Nalin Dahyabhai <nalin@redhat.com>
872- Clean up /etc/services, separating registered numbers from unregistered
873  ("squatted") numbers, and adding some.
874
875* Mon Nov 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
876- Add smtps (465/tcp) and submission (587/tcp) to /etc/services for TLS
877  support (postfix >= 20001030-2)
878
879* Sun Aug  6 2000 Bill Nottingham <notting@redhat.com>
880- /var/log/lastlog is %%config(noreplace) (#15412)
881- some of the various %%verify changes (#14819)
882
883* Thu Aug  3 2000 Nalin Dahyabhai <nalin@redhat.com>
884- linuxconf should be 98, not 99
885
886* Tue Jul 25 2000 Bill Nottingham <notting@redhat.com>
887- fix some of the csh stuff (#14622)
888
889* Sun Jul 23 2000 Nalin Dahyabhai <nalin@redhat.com>
890- stop setting "multi on" in /etc/host.conf
891
892* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
893- automatic rebuild
894
895* Tue Jun 27 2000 Bill Nottingham <notting@redhat.com>
896- add hfs filesystem
897
898* Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
899- printcap is a noreplace file now
900
901* Sun Jun 18 2000 Bill Nottingham <notting@redhat.com>
902- fix typo
903
904* Tue Jun 13 2000 Nalin Dahyabhai <nalin@redhat.com>
905- add linuxconf/tcp = 99 to /etc/services
906
907* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
908- add some stuff to /etc/services
909- tweak ulimit call again
910
911* Tue Jun  6 2000 Bernhard Rosenkraenzer <bero@redhat.com>
912- homedir of ftp is now /var/ftp
913
914* Sun May 14 2000 Nalin Dahyabhai <nalin@redhat.com>
915- move profile.d logic in csh.login to csh.cshrc
916
917* Tue Apr 18 2000 Nalin Dahyabhai <nalin@redhat.com>
918- redirect ulimit -S -c to /dev/null to avoid clutter
919
920* Thu Apr 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
921- s/ulimit -c/ulimit -S -c/ - bash 2.x adaption
922
923* Mon Apr 03 2000 Nalin Dahyabhai <nalin@redhat.com>
924- Add more of the kerberos-related services from IANA's registry and krb5
925
926* Wed Mar 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
927- Add 2.4'ish vc/* devices to securetty
928
929* Thu Feb 17 2000 Preston Brown <pbrown@redhat.com>
930- add /etc/filesystems with sane defaults
931
932* Wed Feb 16 2000 Bill Nottingham <notting@redhat.com>
933- don't set prompt in /etc/profile (it's done in /etc/bashrc)
934
935* Fri Feb  5 2000 Bill Nottingham <notting@redhat.com>
936- yet more inputrc tweaks from Hans de Goede (hans@highrise.nl)
937
938* Sun Jan 30 2000 Bill Nottingham <notting@redhat.com>
939- yet more inputrc tweaks from Hans de Goede (hans@highrise.nl)
940
941* Sun Jan 23 2000 Bill Nottingham <notting@redhat.com>
942- fix mailq line. (#7140)
943
944* Fri Jan 21 2000 Bill Nottingham <notting@redhat.com>
945- add ldap to /etc/services
946
947* Tue Jan 18 2000 Bill Nottingham <notting@redhat.com>
948- kill HISTFILESIZE, it's broken
949
950* Tue Jan 18 2000 Preston Brown <pbrown@redhat.com>
951- some inputrc tweaks
952
953* Wed Jan 12 2000 Bill Nottingham <notting@redhat.com>
954- make some more stuff noreplace
955
956* Fri Nov 19 1999 Bill Nottingham <notting@redhat.com>
957- fix mailq line. (#7140)
958
959* Fri Oct 29 1999 Bill Nottingham <notting@redhat.com>
960- split csh.login into csh.login and csh.cshrc (#various)
961- fix pop service names (#6206)
962- fix ipv6 protocols entries (#6219)
963
964* Thu Sep  2 1999 Jeff Johnson <jbj@redhat.com>
965- rename /etc/csh.cshrc to /etc/csh.login (#2931).
966- (note: modified /etc/csh.cshrc should end up in /etc/csh.cshrc.rpmsave)
967
968* Fri Aug 20 1999 Jeff Johnson <jbj@redhat.com>
969- add defattr.
970- fix limit command in /etc/csh.cshrc (#4582).
971
972* Thu Jul  8 1999 Bill Nottingham <notting@redhat.com>
973- move /etc/inputrc here.
974
975* Mon Apr 19 1999 Bill Nottingham <notting@redhat.com>
976- always use /etc/inputrc
977
978* Wed Mar 31 1999 Preston Brown <pbrown@redhat.com>
979- added alias pointing to imap from imap2
980
981* Tue Mar 23 1999 Preston Brown <pbrown@redhat.com>
982- updated protocols/services from debian to comply with more modern
983- IETF/RFC standards
984
985* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
986- auto rebuild in the new build environment (release 4)
987
988* Thu Feb 18 1999 Jeff Johnson <jbj@redhat.com>
989- unset variables used in /etc/csh.cshrc (#1212)
990
991* Mon Jan 18 1999 Jeff Johnson <jbj@redhat.com>
992- compile for Raw Hide.
993
994* Tue Oct 13 1998 Cristian Gafton <gafton@redhat.com>
995- fix the csh.cshrc re: ${PATH} undefined
996
997* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
998- translations modified for de, fr, tr
999
1000* Fri Dec 05 1997 Erik Troan <ewt@redhat.com>
1001- /etc/profile uses $i, which needs to be unset
1002
1003* Mon Nov 03 1997 Donnie Barnes <djb@redhat.com>
1004- made /etc/passwd and /etc/group %%config(noreplace)
1005
1006* Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
1007- removed /etc/inetd.conf, /etc/rpc
1008- flagged /etc/securetty as missingok
1009- fixed buildroot stuff in spec file
1010
1011* Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
1012- made a noarch package
1013
1014* Wed Apr 16 1997 Erik Troan <ewt@redhat.com>
1015- Don't verify md5sum, size, or timestamp of /var/log/lastlog, /etc/passwd,
1016  or /etc/group.
Note: See TracBrowser for help on using the repository browser.