system-config-securitylevel-vl.spec 22 KB

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