source: projects/specs/branches/6/s/system-config-securitylevel/system-config-securitylevel-vl.spec @ 3610

Revision 3610, 21.8 KB checked in by daisuke, 13 years ago (diff)

system-config-securitylevel: merge with tomop-san's change

Line 
1Summary: A graphical interface for modifying the system security level
2Summary(ja): システムのセキュリティレベルを変更するグラフィカルインタフェース
3Name: system-config-securitylevel
4Version: 1.6.29.1
5Release: 5%{?_dist_release}
6URL: http://fedora.redhat.com/projects/config-tools/
7License: GPL
8ExclusiveOS: Linux
9Group: System Environment/Base
10Source0: %{name}-%{version}.tar.bz2
11Patch0: system-config-securitylevel-1.6.29.1-gu_IN.patch
12Patch1: system-config-securitylevel-1.6.29.1-insecure.patch
13Patch2: system-config-securitylevel-1.6.29.1-honour_exit_code.patch
14Patch3: system-config-securitylevel-1.6.29.1-dialog_center.patch
15Patch4: system-config-securitylevel-1.6.29.1-expand.patch
16Patch5: system-config-securitylevel-1.6.29.1-port_check.patch
17Patch6: system-config-securitylevel-1.6.29.1-nfs4.patch
18Patch10: %{name}-1.6.23-vine.patch
19Patch11: system-config-securitylevel-1.6.29.1-enable-start.patch
20Patch12: system-config-securitylevel-1.6.29.1-lokkit-noselinux.patch
21
22BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
23Obsoletes: gnome-lokkit
24BuildRequires: desktop-file-utils newt-devel slang-devel popt-devel
25BuildRequires: gettext
26BuildRequires: intltool
27Obsoletes: redhat-config-securitylevel
28Requires: pygtk2
29Requires: python
30Requires: usermode
31Requires: rhpl
32Requires: system-config-securitylevel-tui
33Requires: hicolor-icon-theme
34Requires: pygtk2-libglade
35Requires: libxml2-python
36Requires(post): gtk2 >= 2.6
37Requires(postun): gtk2 >= 2.6
38
39%description
40system-config-securitylevel is a graphical user interface for
41setting basic firewall rules.
42
43%package tui
44Summary: A text interface for modifying the system security level
45Summary(ja): システムのセキュリティレベルを変更するテキストインタフェース
46Group: System Environment/Base
47Obsoletes: lokkit
48Obsoletes: redhat-config-securitylevel-tui
49Requires: iptables
50#Requires: iptables-ipv6
51
52%description tui
53system-config-securitylevel-tui is a text and commandline user
54interface for setting basic firewall rules.
55
56%prep
57%setup -q
58%patch0 -p1 -b .gu_IN
59%patch1 -p1 -b .insecure
60%patch2 -p1 -b .honour_exit_code
61%patch3 -p1 -b .dialog_center
62%patch4 -p1 -b .expand
63%patch5 -p1 -b .port_check
64%patch6 -p1 -b .nfs4_udp
65%patch10 -p1 -b .vine
66%patch11 -p1 -b .start
67%patch12 -p1 -b .no_selinux
68
69perl -pi -e 's|/usr/bin/python2.2|/usr/bin/python|g, \
70             s|/usr/bin/python2|/usr/bin/python|g' src/system-config-securitylevel*
71
72%build
73make
74
75%install
76make INSTROOT=$RPM_BUILD_ROOT install
77
78desktop-file-install --vendor system --delete-original     \
79  --dir $RPM_BUILD_ROOT%{_datadir}/applications            \
80  --add-category System                                    \
81  --add-category Settings                                  \
82  --remove-category Applications                           \
83  --remove-category SystemSetup                            \
84  $RPM_BUILD_ROOT%{_datadir}/applications/system-config-securitylevel.desktop
85
86%find_lang %name
87
88%clean
89rm -rf $RPM_BUILD_ROOT
90
91%post
92touch --no-create %{_datadir}/icons/hicolor
93if [ -x /usr/bin/gtk-update-icon-cache ]; then
94  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
95fi
96
97%postun
98touch --no-create %{_datadir}/icons/hicolor
99if [ -x /usr/bin/gtk-update-icon-cache ]; then
100  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
101fi
102
103%files -f %{name}.lang
104%defattr(-,root,root)
105%doc COPYING
106%{_bindir}/system-config-securitylevel
107%dir %{_datadir}/system-config-securitylevel
108%{_datadir}/system-config-securitylevel/*
109%dir %{_datadir}/firstboot/
110%dir %{_datadir}/firstboot/modules
111%{_datadir}/firstboot/modules/firstboot_selinux.py*
112%{_datadir}/firstboot/modules/securitylevel.py*
113%attr(0644,root,root) %{_datadir}/applications/system-config-securitylevel.desktop
114%attr(0644,root,root) %{_datadir}/icons/hicolor/48x48/apps/system-config-securitylevel.png
115%attr(0644,root,root) %config %{_sysconfdir}/security/console.apps/system-config-securitylevel
116%attr(0644,root,root) %config %{_sysconfdir}/pam.d/system-config-securitylevel
117%attr(0644,root,root) %config %{_sysconfdir}/sysconfig/system-config-securitylevel
118
119%files -f %{name}.lang tui
120%defattr(-,root,root)
121%doc COPYING-lokkit
122%{_sbindir}/lokkit
123%{_bindir}/system-config-securitylevel-tui
124
125%changelog
126* Thu Apr 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.29.1-5
127- merge with tomop-san's change
128  - modified BR: from popt to popt-devel.
129  - replaced "Prereq:" with "Requires(post): and Requires:(postun):".
130- use macros in %%files
131
132* Sat Apr 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.29.1-4
133- rebuild for Vine 6
134
135* Sun Aug 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.29.1-3
136- rebuilt to sign package
137
138* Sun Aug 23 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.6.29.1-2
139- add Patch6: open udp port for nfs4 (rhbz#250916)
140- add Patch11: start iptables after enabled (<BTS:VineLinux:0712>)
141- add Patch12: don't show selinux items for tui
142
143* Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.29.1-1
144- new upstream release
145- import patch[0-5] from upstream
146
147* Fri Aug 29 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.6.23-3
148- sorry my fault - rebuilt once more on all archs
149
150* Thu Aug 28 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.6.23-2
151- rebuilt again with new newt on ppc
152
153* Sun Aug 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.23-1
154- rebuild with new newt
155- new versioning policy
156
157* Thu Aug 24 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.23-0vl1
158- initial build for Vine Linux
159- disable/hide SELinux tab
160
161* Thu Jul 20 2006 Chris Lumens <clumens@redhat.com> 1.6.23-1
162- Add NFSv4 as a trusted service (#138138).
163
164* Mon Jul 17 2006 Chris Lumens <clumens@redhat.com> 1.6.22-2
165- Don't remove .pyc files (#198950).
166- Pick up new translations.
167
168* Tue Jul 11 2006 Chris Lumens <clumens@redhat.com> 1.6.22-1
169- Tweak regular expression used to distinguish ranges from words.
170
171* Mon Jul 10 2006 Chris Lumens <clumens@redhat.com> 1.6.21-1
172- Correctly mark messages for translation (#195013).
173- Remove /etc/sysconfig/ip6tables when firewall is disabled (#195786).
174
175* Mon Jun 05 2006 Chris Lumens <clumens@redhat.com> 1.6.20-1
176- Be more careful when determining if something is a range or service with
177  a dash in it (#192933).
178
179* Thu May 11 2006 Chris Lumens <clumens@redhat.com> 1.6.19-2
180- Require iptables-ipv6.
181
182* Tue May 02 2006 Chris Lumens <clumens@redhat.com> 1.6.19-1
183- Add a patch to support writing out a default IPv6 firewall
184  (Brad Smith, #140305).
185
186* Tue May 02 2006 Chris Lumens <clumens@redhat.com> 1.6.18-2
187- Require glade (#190440).
188
189* Wed Apr 19 2006 Dan Walsh <dwalsh@redhat.com> 1.6.18-1
190- Update booleand/tunable descriptions
191
192* Fri Mar 31 2006 Chris Lumens <clumens@redhat.com> 1.6.17-1
193- Be smarter about if strings are valid ports (#183964).
194- Fix typo in firstboot (#186110).
195- Disable SELinux page if there's no policy installed (#186554).
196
197* Tue Feb 28 2006 Chris Lumens <clumens@redhat.com> 1.6.16-1
198- Add requirement for scriptlets (#182876, #182877).
199- Add glade UI strings to translations (#182181).
200- Reorder service checkboxes to make the screen fit for Italian (#182447).
201
202* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.6.15-1.1
203- bump again for double-long bug on ppc(64)
204
205* Tue Feb 07 2006 Chris Lumens <clumens@redhat.com> 1.6.15-1
206- Fix firstboot warnings.
207- Make other services box look better.
208- Force reboot if SELinux is changed from enabled to disabled in
209  firstboot (#177639).
210
211* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.6.14-1.1
212- rebuilt for new gcc4.1 snapshot and glibc changes
213
214* Fri Jan 27 2006 Chris Lumens <clumens@redhat.com> 1.6.14-1
215- Fix sorting on trusted services list.
216
217* Wed Jan 25 2006 Chris Lumens <clumens@redhat.com> 1.6.13-1
218- Sort trusted services by service name (#178467).
219- Use a combo box for the other services list instead of just a text entry
220  (#178108).
221
222* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
223- rebuilt
224
225* Thu Dec 08 2005 Chris Lumens <clumens@redhat.com> 1.6.12-1
226- Write out selinux config file (#174104).
227
228* Fri Dec 02 2005 Chris Lumens <clumens@redhat.com> 1.6.11-1
229- Support port ranges (#164187, #174281).
230- Restore longer description of https (#174249).
231
232* Tue Nov 29 2005 Dan Walsh <dwalsh@redhat.com> 1.6.10-1
233- Change getsebool to work with on as well as active
234
235* Wed Nov 23 2005 Chris Lumens <clumens@redhat.com> 1.6.9-2
236- Rebuild for new slang.
237
238* Fri Nov 08 2005 Chris Lumens <clumens@redhat.com> 1.6.9-1
239- Open the tcp IPP port as well (#90946).
240- SELinux policy directory grab fix (dwalsh).
241
242* Fri Nov 04 2005 Chris Lumens <clumens@redhat.com> 1.6.8-1
243- Always load the ip_conntrack_netbios_ns module in lokkit (#113918).
244
245* Mon Nov 01 2005 Chris Lumens <clumens@redhat.com> 1.6.7-1
246- Let lokkit load iptables modules (#113918, #145242).
247
248* Thu Oct 27 2005 Chris Lumens <clumens@redhat.com> 1.6.6-1
249- Add explanatory text to firewall and SELinux firstboot modules (#171022).
250- Fix a grammar error in lokkit help text (#152273).
251- Mark name in .desktop file for translation (#171819).
252- Remove support for modifying tunables since policy source will be
253  disappearing in the future (#160896).
254
255* Fri Oct 14 2005 Chris Lumens <clumens@redhat.com> 1.6.5-1
256- Remove the SELinux policy type combo box if there's only one policy
257  installed.
258- Use a new pam configuration (#170644).
259- Don't pop up relabel warning during firstboot if the user did something
260  like disabled->enabled->disabled before clicking next (#170549, #170550).
261
262* Tue Sep 27 2005 Petr Rockai <prockai@redhat.com> - 1.6.4-3
263- rebuild against newt 0.52.0
264
265* Tue Aug 23 2005 Chris Lumens <clumens@redhat.com> 1.6.4-1
266- Fix checking for the -f flag in lokkit (markmc, #166568).
267- Sync up order of enable/disable options between UI and what gets written
268  to the file (#166390).
269
270* Mon Aug 22 2005 Dan Walsh <dwalsh@redhat.com> 1.6.3-1
271- Move location of the setdirty flag in selinuxPage
272
273* Wed Aug 17 2005 Dan Walsh <dwalsh@redhat.com> 1.6.2-1
274- Fix setenforce call  (Currently turning off if enabled
275
276* Tue Aug 02 2005 Chris Lumens <clumens@redhat.com> 1.6.1-2
277- Fix packaging.
278
279* Tue Aug 02 2005 Chris Lumens <clumens@redhat.com> 1.6.1-1
280- Fix a typo in SELinux booleans (#164889).
281- Remove trusted devices section from firewall page.
282- Simplify choices on SELinux page (#164701).
283- Split firewall and SELinux into separate firstboot pages.
284- Require reboot after firstboot is done if SELinux options were changed.
285
286* Tue Jul 26 2005 Chris Lumens <clumens@redhat.com> 1.6.0-1
287- Convert UI to using glade instead of handwritten code.
288- Lots of updated translations.
289
290* Mon Jul 11 2005 Dan Walsh <dwalsh@redhat.com> 1.5.11-1
291- Add additional booleans
292
293* Sat Jun 18 2005 Dan Walsh <dwalsh@redhat.com> 1.5.10-1
294- Add additional booleans
295
296* Thu Jun 09 2005 Chris Lumens <clumens@redhat.com> 1.5.9-1
297- Handle ports that are not listed in /etc/services (#157620).
298- Add an option to allow Samba browsing - enables several ports, so use
299  with care (#133478).
300- Mark updated menu option and comment for translation (#156800).
301- Rebuilt .pot file.
302
303* Wed May 18 2005 Chris Lumens <clumens@redhat.com> 1.5.8-1
304- Revert .desktop file changes since they weren't properly marked for
305  translation.
306
307* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 1.5.7-2
308- silence %%post
309
310* Thu Apr 14 2005 Dan Walsh <dwalsh@redhat.com> 1.5.7-1
311- Handle relabeling better.
312
313* Tue Apr 12 2005 Dan Walsh <dwalsh@redhat.com> 1.5.6-1
314- Add additional booleans
315
316* Mon Apr 4 2005 Dan Walsh <dwalsh@redhat.com> 1.5.5-1
317- Add relabel button to selinux system-config-securitylevel
318- More booleans
319
320* Tue Mar 29 2005 Chris Lumens <clumens@redhat.com> 1.5.4-1
321- Add HTTPS as a separate option instead of implying it with HTTP.
322  (#145628).
323- Have the menu option and comment mention firewalling (#124266).
324- When reading in the config, use service names instead of port numbers in
325  the other ports field (#128541).
326- Rebuild .pot file for string changes.
327
328* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com> 1.5.3-3
329- rebuilt
330
331* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 1.5.3-2
332- Update the GTK+ theme icon cache on (un)install
333
334* Thu Mar 24 2005 Chris Lumens <clumens@redhat.com> 1.5.3-1
335- Rebuild .pot file.
336- Return translatable strings for SELinux page (Ronny Buchmann, #152059).
337- Fix GTK deprecation warnings.
338
339* Tue Mar 15 2005 Dan Walsh <dwalsh@redhat.com> 1.5.2-1
340- Update booleand/tunable descriptions
341
342* Fri Mar 04 2005 Chris Lumens <clumens@redhat.com> 1.5.0-2
343- Rebuilt for gcc4.
344- Fixed a msgid typo (#150193), rebuilt .pot file.
345
346* Thu Feb 10 2005 Chris Lumens <clumens@redhat.com> 1.5.0-1
347- Added a patch to easily configure connection sharing via trusted
348  interfaces (#83704).
349
350* Wed Jan 26 2005 Dan Walsh <dwalsh@redhat.com> 1.4.22-1
351- Update booleand/tunable descriptions
352
353* Mon Jan 03 2005 Chris Lumens <clumens@redhat.com> 1.4.21-1
354- Fixed import of scs_checklist module (#143776).
355
356* Thu Dec 23 2004 Chris Lumens <clumens@redhat.com> 1.4.20-1
357- Fixed a UI initialization bug on the selinux screen.
358
359* Tue Dec 21 2004 Chris Lumens <clumens@redhat.com> 1.4.19-1
360- Fixed namespace conflict with a firstboot module (#143260).
361
362* Sat Nov 13 2004 Dan Walsh <dwalsh@redhat.com> 1.4.18-1
363- Fix to match libselinux-1.19.1
364
365* Thu Nov 04 2004 Dan Walsh <dwalsh@redhat.com> 1.4.17-1
366- Call setsebool properly, change location of selinux stuff to /usr/sbin
367
368* Thu Nov 04 2004 Dan Walsh <dwalsh@redhat.com> 1.4.16-1
369- Fix boolean descriptions
370
371* Tue Oct 26 2004 Dan Walsh <dwalsh@redhat.com> 1.4.15-1
372- Fix many labels and add a couple of booleans
373
374* Mon Oct 25 2004 Dan Walsh <dwalsh@redhat.com> 1.4.14-1
375- Fix creation of /.autorelabel
376
377* Wed Oct 20 2004 Dan Walsh <dwalsh@redhat.com> 1.4.13-1
378- Add description for httpd_unified
379
380* Fri Oct 15 2004 Dan Walsh <dwalsh@redhat.com> 1.4.12-1
381- Fix lokkit to handle config file that is missing params
382
383* Thu Oct 14 2004 Paul Nasrat <pnasrat@redhat.com> 1.4.11-1
384- GTK deprecation messages
385
386* Wed Oct 13 2004 Bill Nottingham <notting@redhat.com> 1.4.10-1
387- fix cups browsing line (#131745)
388
389* Tue Oct 12 2004 Dan Walsh <dwalsh@redhat.com> 1.4.9-1
390- Don't apply if selinux not installed
391
392* Fri Oct 08 2004 Paul Nasrat <pnasrat@redhat.com> 1.4.8-1
393- Firstboot bug fix
394
395* Fri Oct 01 2004 Paul Nasrat <pnasrat@redhat.com> 1.4.7-1
396- mDNS
397- Translations
398
399* Wed Sep 29 2004 Dan Walsh <dwalsh@redhat.com> 1.4.6-1
400- Fix handling of booleans
401
402* Thu Sep 23 2004 Dan Walsh <dwalsh@redhat.com> 1.4.5-1
403- Fix for missing /etc/selinux
404
405* Tue Sep 21 2004 Dan Walsh <dwalsh@redhat.com> 1.4.4-1
406- Fix for bad /etc/selinux/config
407
408* Tue Sep 07 2004 Paul Nasrat <pnasrat@redhat.com> 1.4.3-1
409- Translatable desktop
410
411* Thu Aug 12 2004 Dan Walsh <dwalsh@redhat.com> 1.4.2-2
412- Bug fix Boolean support
413
414* Fri Jul 30 2004 Dan Walsh <dwalsh@redhat.com> 1.4.2-1
415- Add Boolean support
416
417* Tue Jul 27 2004 Dan Walsh <dwalsh@redhat.com> 1.4.1-4
418- Fix so only changes made if gui activated.
419- Save backup copies of configs
420
421* Tue Jul 27 2004 Dan Walsh <dwalsh@redhat.com> 1.4.1-3
422- Fix several problems including Tunables being reported incorrectly.
423- Allow tool to reload policy if tunables change
424- Allow tool to change enforcing mode
425
426* Fri Jul 16 2004 Dan Walsh <dwalsh@redhat.com> 1.3.14-2
427- Remove checkbox from toplevel menu of tunables
428
429* Thu Jul 15 2004 Dan Walsh <dwalsh@redhat.com> 1.3.14-1
430- Turn on SELinux support
431
432* Thu May 27 2004 Dan Walsh <dwalsh@redhat.com> 1.3.13-2
433- Change lokkit to support new SELinux mode
434
435* Fri May 21 2004 Bill Nottingham <notting@redhat.com> 1.3.13-1
436- fix typo (#122907)
437
438* Fri Apr 30 2004 Brent Fox <bfox@redhat.com> 1.3.12-1
439- turn off SELinux widgets for FC2 (bug #122046)
440
441* Thu Apr 15 2004 Brent Fox <bfox@redhat.com> 1.3.11-1
442- comment out SELinux tunable widgets for now
443
444* Thu Apr 15 2004 Brent Fox <bfox@redhat.com> 1.3.10-6
445- test if self.doc is None in read_tunable_file, not read_selinux_file
446
447* Tue Apr 13 2004 Brent Fox <bfox@redhat.com> 1.3.10-5
448- don't write out xml file if it doesn't exist
449
450* Tue Apr 13 2004 Brent Fox <bfox@redhat.com> 1.3.10-4
451- don't try to write tunable.xml if the file doesn't exist
452
453* Mon Apr 12 2004 Brent Fox <bfox@redhat.com> 1.3.10-3
454- fix icon path (bug #120183)
455
456* Mon Apr  5 2004 Brent Fox <bfox@redhat.com> 1.3.10-2
457- more work on SELinux code
458
459* Thu Apr  1 2004 Brent Fox <bfox@redhat.com> 1.3.10-1
460- add SELinux widgets and restructure UI accordingly
461
462* Thu Mar 25 2004 Brent Fox <bfox@redhat.com> 1.3.9-1
463- replace the other ports widgets (bug #111930)
464
465* Wed Mar 24 2004 Bill Nottingham <notting@redhat.com> 1.3.8-1
466- fix writing of config file if neither of --disabled or --enabled are
467  passed (#118667, redux)
468
469* Fri Mar 19 2004 Bill Nottingham <notting@redhat.com> 1.3.7-1
470- prefer commandline arguments to config file arguments (#118667)
471
472* Tue Mar 16 2004 Jeremy Katz <katzj@redhat.com> 1.3.6-1
473- fix segfault in config reading if config files don't exist
474- don't flush iptables chains if run with --nostart
475
476* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com > 1.3.5-1
477- read in old config in the TUI (#25510)
478- have https tag along with http (#61958)
479- fix segfault (#88533)
480
481* Fri Mar  5 2004 Brent Fox <bfox@redhat.com> 1.3.4-1
482- don't do strlen() on random pointer (bug #117183)
483
484* Thu Mar  4 2004 Brent Fox <bfox@redhat.com> 1.3.3-1
485- fix tab ordering bug (bug #116913)
486
487* Tue Feb  3 2004 Brent Fox <bfox@redhat.com> 1.3.2-1
488- F12 functionality fixed
489
490* Mon Jan 12 2004 Brent Fox <bfox@redhat.com> 1.3.1-1
491- break up really long strings (bug #102455)
492
493* Tue Nov 18 2003 Brent Fox <bfox@aspen.chinfox.net> 1.3.0-1
494- rename to system-config-securitylevel
495- obsoletes redhat-config-securitylevel
496- convert to Python2.3
497
498* Thu Oct 16 2003 Brent Fox <bfox@redhat.com> 1.2.11-1
499- require iptables >=1.2.8 (bug #104777)
500
501* Fri Oct  3 2003 Bill Nottingham <notting@redhat.com> 1.2.10-1
502- minor code cleanup
503
504* Fri Oct  3 2003 Bill Nottingham <notting@redhat.com> 1.2.9-1
505- fix interactive disabling of firewall in TUI (#106243)
506
507* Wed Sep 17 2003 Bill Nottingham <notting@redhat.com> 1.2.8-2
508- rebuild
509
510* Wed Sep 17 2003 Bill Nottingham <notting@redhat.com> 1.2.8-1
511- allow ICMP in general (#104561)
512
513* Mon Sep 15 2003 Brent Fox <bfox@redhat.com> 1.2.7-2
514- bump release number
515
516* Mon Sep 15 2003 Brent Fox <bfox@redhat.com> 1.2.7-1
517- add Requires for rhpl
518
519* Thu Aug 14 2003 Brent Fox <bfox@redhat.com> 1.2.6-1
520- fix typo (bug #101802)
521
522* Thu Aug 14 2003 Brent Fox <bfox@redhat.com> 1.2.5-1
523- tag on every build
524
525* Tue Aug 12 2003 Brent Fox <bfox@redhat.com> 1.2.3-2
526- bump relnum and rebuild
527
528* Tue Aug 12 2003 Brent Fox <bfox@redhat.com> 1.2.3-1
529- some string changes
530
531* Mon Aug 11 2003 Brent Fox <bfox@redhat.com> 1.2.2-2
532- bump relnum and rebuild
533
534* Mon Aug 11 2003 Brent Fox <bfox@redhat.com> 1.2.2-1
535- reorder some UI elements
536
537* Thu Aug  7 2003 Bill Nottingham <notting@redhat.com> 1.2.1-1
538- fix rules (#101841)
539
540* Tue Aug  5 2003 Bill Nottingham <notting@redhat.com> 1.2.0-2
541- woops, RPM 101 (#101708)
542
543* Mon Aug  4 2003 Bill Nottingham <notting@redhat.com> 1.2.0-1
544- add patch for stateful firewalling (#87585, <dax@gurulabs.com>)
545- tweak tools appropriately (katzj@redhat.com), obsolete lokkit/gnome-lokkit
546
547* Wed Jul  2 2003 Brent Fox <bfox@redhat.com> 1.1.3-2
548- bump relnum and rebuild
549
550* Wed Jul  2 2003 Brent Fox <bfox@redhat.com> 1.1.3-1
551- use rhpl translation module
552
553* Tue May 27 2003 Brent Fox <bfox@redhat.com> 1.1.2-1
554- bump rev and rebuild
555
556* Tue Feb  4 2003 Brent Fox <bfox@redhat.com> 1.1.1-3
557- fix return codes for firstboot reconfig mode
558- read config file in launch mode
559
560* Thu Jan 30 2003 Brent Fox <bfox@redhat.com> 1.1.1-1
561- bump and build
562
563* Mon Jan 27 2003 Brent Fox <bfox@redhat.com> 1.1.0-4
564- remove typo
565
566* Wed Jan 22 2003 Jeremy Katz <katzj@redhat.com> 1.1.0-3
567- match dhcp handling of anaconda and lokkit
568
569* Tue Dec 10 2002 Brent Fox <bfox@redhat.com> 1.1.0-2
570- fix bug 74913
571
572* Tue Dec 10 2002 Brent Fox <bfox@redhat.com> 1.1.0-1
573- save configuration in a config file in /etc/sysconfig/ so we remember settings
574
575* Mon Nov 18 2002 Brent Fox <bfox@redhat.com>
576- add a Requires for gnome-lokkit (bug #78057)
577
578* Tue Nov 12 2002 Brent Fox <bfox@redhat.com> 1.0.1-4
579- Latest translations
580
581* Thu Oct 10 2002 Brent Fox <bfox@redhat.com> 1.0.1-3
582- Mark the word Mail for translation.  Fixes bug 75592
583
584* Wed Aug 28 2002 Brent Fox <bfox@redhat.com> 1.0.1-1
585- Convert to noarch
586
587* Wed Aug 28 2002 Brent Fox <bfox@redhat.com> 1.0.0-3
588- pull in latest German translations
589
590* Tue Aug 27 2002 Brent Fox <bfox@redhat.com> 1.0.0-2
591- Rebuild for translations
592
593* Mon Aug 26 2002 Brent Fox <bfox@redhat.com> 1.0.0-1
594- connect window to destroy signal
595
596* Tue Aug 13 2002 Brent Fox <bfox@redhat.com> 0.9.9-4
597- pull translations into desktop file
598
599* Mon Aug 12 2002 Tammy Fox <tfox@redhat.com> 0.9.9-3
600- replace System with SystemSetup in desktop file categories
601
602* Sun Aug 11 2002 Brent Fox <bfox@redhat.com> 0.9.9-2
603- fix bug 71187
604
605* Tue Aug 06 2002 Brent Fox <bfox@redhat.com>
606- Mark strings for translation
607
608* Mon Aug 05 2002 Brent Fox <bfox@redhat.com> 0.9.9-1
609- convert combo widget into an OptionMenu
610
611* Fri Aug 02 2002 Brent Fox <bfox@redhat.com> 0.9.8-1
612- Make changes for new pam timestamp policy
613
614* Wed Jul 24 2002 Brent Fox <bfox@redhat.com> 0.9.6-3
615- fix Makefiles and spec files so that translations get installed
616
617* Wed Jul 24 2002 Brent Fox <bfox@redhat.com> 0.9.6-2
618- update spec file for public beta 2
619
620* Wed Jul 24 2002 Tammy Fox <tfox@redhat.com> 0.9.4-3
621- Fix desktop file (bug #69484)
622
623* Tue Jul 16 2002 Brent Fox <bfox@redhat.com> 0.9.4-2
624- bump rev num and rebuild
625
626* Thu Jul 11 2002 Brent Fox <bfox@redhat.com> 0.9.3-2
627- Update changelogs and rebuild
628
629* Thu Jul 11 2002 Brent Fox <bfox@redhat.com> 0.9.3-1
630- Update changelogs and rebuild
631
632* Mon Jul 01 2002 Brent Fox <bfox@redhat.com> 0.9.2-1
633- Bump rev number
634
635* Thu Jun 27 2002 Brent Fox <bfox@redhat.com> 0.9.1-2
636- Changed window title
637
638* Wed Jun 26 2002 Brent Fox <bfox@redhat.com> 0.9.1-1
639- Fixed description
640
641* Tue Jun 25 2002 Brent Fox <bfox@redhat.com> 0.9.0-5
642- Create pot file
643
644* Mon Jun 24 2002 Brent Fox <bfox@redhat.com> 0.9.0-4
645- Fix spec file
646
647* Fri Jun 21 2002 Brent Fox <bfox@redhat.com> 0.9.0-3
648- init doDebug
649- reverse ok/cancel buttons
650
651* Thu Jun 20 2002 Brent Fox <bfox@redhat.com> 0.9.0-2
652- Pass doDebug into launch, not init
653- Add snapsrc to Makefile
654
655* Sun May 26 2002 Brent Fox <bfox@redhat.com> 0.1.0-7
656- Add debug flag
657
658* Tue Nov 27 2001 Brent Fox <bfox@redhat.com>
659- initial coding and packaging
660
Note: See TracBrowser for help on using the repository browser.