source: projects/specs/trunk/s/system-config-securitylevel/system-config-securitylevel-vl.spec @ 5701

Revision 5701, 21.9 KB checked in by Takemikaduchi, 12 years ago (diff)

python-2.7.2

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