system-config-securitylevel-vl.spec 22 KB

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