cvsdist 0a56259
# -*- RPM-SPEC -*-
cvsdist 0a56259
Summary: system-config-services is an initscript and xinetd configuration utility
cvsdist 0a56259
Name: system-config-services
8c7a825
Version: 0.9.4
81d81f8
Release: 1%{?dist}
cvsdist 0a56259
URL: http://www.redhat.com/ 
81d81f8
Source0: %{name}-%{version}.tar.bz2
cvsdist 0a56259
License: GPL
cvsdist 0a56259
Group: Applications/System
cvsdist 0a56259
BuildArch: noarch
cvsdist 0a56259
BuildRoot: %{_tmppath}/%{name}-%{version}-root
cvsdist 0a56259
Requires: /sbin/chkconfig
cvsdist e81f757
Requires: pygtk2, pygtk2-libglade, rhpl
cvsdist 0a56259
Requires: usermode >= 1.36, usermode-gtk
cvsdist e81f757
Requires: htmlview
8c7bc83
Requires: python >= 2.3.0
0bb20f0
Requires(post): hicolor-icon-theme
81d81f8
Requires(post): gtk2
0bb20f0
Requires(postun): hicolor-icon-theme
81d81f8
Requires(postun): gtk2
81d81f8
BuildRequires: intltool sed desktop-file-utils
81d81f8
BuildRequires: perl(XML::Parser)
b9245ca
BuildRequires: gettext
cvsdist 0a56259
Obsoletes: serviceconf
cvsdist 0a56259
Obsoletes: redhat-config-services
cvsdist 0a56259
cvsdist 0a56259
%description
cvsdist 68b35cb
system-config-services is a utility which allows you to configure which services
cvsdist 0a56259
should be enabled on your machine.
cvsdist 0a56259
cvsdist 0a56259
%prep
cvsdist 0a56259
%setup -q
cvsdist 0a56259
cvsdist 0a56259
%build
cvsdist 0a56259
make
cvsdist 0a56259
cvsdist 0a56259
%install
cvsdist 0a56259
rm -rf %{buildroot}
81d81f8
make DESTDIR=%buildroot install
81d81f8
81d81f8
desktop-file-install --vendor system --delete-original      \
81d81f8
  --dir %{buildroot}%{_datadir}/applications                \
81d81f8
  --add-category X-Red-Hat-Base                             \
81d81f8
  %{buildroot}%{_datadir}/applications/%{name}.desktop
cvsdist 0a56259
cvsdist 0a56259
%find_lang %name
cvsdist 0a56259
2b1190d
%post
2b1190d
touch --no-create %{_datadir}/icons/hicolor
424bbbf
if [ -x /usr/bin/gtk-update-icon-cache ]; then
78ff2f2
  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
2b1190d
fi
2b1190d
2b1190d
%postun
2b1190d
touch --no-create %{_datadir}/icons/hicolor
424bbbf
if [ -x /usr/bin/gtk-update-icon-cache ]; then
78ff2f2
  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
2b1190d
fi
2b1190d
cvsdist 0a56259
%clean
cvsdist 0a56259
rm -rf %{buildroot}
cvsdist 0a56259
cvsdist 0a56259
%files -f %{name}.lang
cvsdist 0a56259
%defattr(-,root,root)
cvsdist 0a56259
%doc COPYING
cvsdist 68b35cb
%doc docs/*
cvsdist 0a56259
%{_sbindir}/*
eb7f9f8
%{_bindir}/*
cvsdist 0a56259
%{_datadir}/applications/system-config-services.desktop
cvsdist 68b35cb
%{_datadir}/icons/hicolor/48x48/apps/system-config-services.png
cvsdist 0a56259
%{_datadir}/system-config-services
cvsdist 0a56259
%config %{_sysconfdir}/pam.d/system-config-services
cvsdist 0a56259
%config %{_sysconfdir}/security/console.apps/system-config-services
cvsdist 0a56259
%config %{_sysconfdir}/security/console.apps/serviceconf
cvsdist 0a56259
%config %{_sysconfdir}/pam.d/serviceconf
cvsdist 0a56259
%{_mandir}/*/system-config-services.8*
cvsdist 0a56259
cvsdist 0a56259
%changelog
8c7a825
* Wed Dec  6 2006 Harald Hoyer <harald@redhat.com> - 0.9.4
8c7a825
- fixed service start/stop (#218429)
8c7a825
- translation update (#216558)
8c7a825
- Resolves: rhbz#216558, rhbz#218429
8c7a825
5132887
* Fri Nov 24 2006 Nils Philippsen <nphilipp@redhat.com> - 0.9.3
5132887
- pick up updated translations (#216558)
5132887
81c51ff
* Fri Oct 20 2006 Nils Philippsen <nphilipp@redhat.com> - 0.9.2
81c51ff
- use intltool-extract for i18n of glade files (#211248) and desktop file
81c51ff
  (#207345)
81c51ff
81d81f8
* Tue Sep 05 2006 Nils Philippsen <nphilipp@redhat.com> - 0.9.1
81d81f8
- don't disable Start/Stop/Restart upon reverting changes (#202722)
81d81f8
- add dist tag
d831382
- install po files (again)
b9245ca
- require gettext for building
b9245ca
- fix tagging for make archive
42406aa
- fix circular make dependency
42406aa
- remove duplicate message definitions
81d81f8
81d81f8
* Fri Aug 18 2006 Nils Philippsen <nphilipp@redhat.com>
81d81f8
- make revert work again (#202467)
81d81f8
- don't show all runlevels when starting
81d81f8
1cd571d
* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> - 0.9.0-2
1cd571d
- Added BuildRequires perl-XML-Parser (#194179)
1cd571d
- Added Requires(post) and (postun) gtk2
1cd571d
81d81f8
* Fri May 19 2006 Nils Philippsen <nphilipp@redhat.com>
81d81f8
- rip out autofoo
81d81f8
- use bzip2'ed tarballs
81d81f8
0bb20f0
* Fri Mar 03 2006 Nils Philippsen <nphilipp@redhat.com> - 0.9.0
0bb20f0
- require hicolor-icon-theme (#182878, #182879)
0bb20f0
0bb20f0
* Wed Feb 28 2006 Florian Festi <ffesti@redhat.com> 
0bb20f0
- rewrote large parts of servicemethods (OO design, better handling of old/new
0bb20f0
  settings, read headers of init scripts completely)
0bb20f0
- first implementation of widgets to control services (intended for tools
0bb20f0
  configuring single services like nfs, samba, bind, ...), still missing: i18n,
0bb20f0
  dependencies on other services (like portmap)
0bb20f0
197b368
* Fri Jan 27 2006 Nils Philippsen <nphilipp@redhat.com> - 0.8.99.2
197b368
- fix saving xinetd services
197b368
47540a1
* Fri Jan 27 2006 Nils Philippsen <nphilipp@redhat.com> - 0.8.99.1
47540a1
- implement daemons and xinetd services on separate tabs
47540a1
47540a1
* Mon Jan 09 2006 Nils Philippsen <nphilipp@redhat.com>
47540a1
- separate daemons and xinetd based services
47540a1
- enable Serbian translation files
47540a1
47540a1
* Fri Oct 14 2005 Nils Philippsen <nphilipp@redhat.com>
47540a1
- don't use pam_stack (#170645)
11cd81e
eb7f9f8
* Tue Aug 16 2005 Nils Philippsen <nphilipp@redhat.com> - 0.8.26
eb7f9f8
- revamp getting output from external commands (#162884)
eb7f9f8
- package %{_bindir}/serviceconf symlink (#165099)
eb7f9f8
f4cdd61
* Mon May 09 2005 Nils Philippsen <nphilipp@redhat.com> - 0.8.25
f4cdd61
- pick up updated translations
f4cdd61
0b872df
* Fri May 06 2005 Nils Philippsen <nphilipp@redhat.com> - 0.8.24
0b872df
- make "make update-po" pick up translatable strings in desktop file (#156801)
0b872df
2257150
* Fri May 06 2005 Nils Philippsen <nphilipp@redhat.com> - 0.8.23
2257150
- pick up new translations
2257150
78ff2f2
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 0.8.22-2
78ff2f2
- silence %%post
78ff2f2
62739cc
* Fri Apr 01 2005 Nils Philippsen <nphilipp@redhat.com> 0.8.22-1
62739cc
- fix deprecation warnings (#153052) with patch by Colin Charles
62739cc
- update the GTK+ theme icon cache on (un)install (Christopher Aillon)
2b1190d
8ea5d47
* Thu Mar 24 2005 Nils Philippsen <nphilipp@redhat.com> 0.8.21-1
8ea5d47
- connect toggled signals of service/runlevel checkboxes to enable saving again
8ea5d47
  (#151982)
8ea5d47
- consolidate on_optRL*_toggled
8ea5d47
- connect delete_event of mainWindow to ask whether things should be saved
8ea5d47
  before quitting
8ea5d47
- tab -> space indentation to avoid ambiguity
8ea5d47
- change some typos
8ea5d47
295c6fd
* Fri Mar 18 2005 Nils Philippsen <nphilipp@redhat.com> 0.8.20-1
295c6fd
- don't read from /dev/null when restarting xinetd/services to prevent hangs
295c6fd
- build toolbar in glade to avoid DeprecationWarnings (#134978)
295c6fd
- dynamic, translated column titles for runlevel columns
295c6fd
9a410ca
* Thu Feb 17 2005 Daniel J Walsh <dwalsh@redhat.com> 0.8.19-1
9a410ca
- Added patch from Charlie Brej 
9a410ca
00656a0
* Fri Jan 28 2005 Nils Philippsen <nphilipp@redhat.com> 0.8.18-1
00656a0
- fix off-by-one which prevented saving changes to the last service in the list
00656a0
  (#139456)
00656a0
eb4e769
* Tue Jan 04 2005 Nils Philippsen <nphilipp@redhat.com> 0.8.17-1
eb4e769
- throw away stderr to not be confused by error messages (#142983)
eb4e769
8c7bc83
* Wed Dec 08 2004 Nils Philippsen <nphilipp@redhat.com> 0.8.16-1
8c7bc83
- don't hardcode python 2.3 (#142246)
8c7bc83
- remove some cruft from configure.in
8c7bc83
2f02980
* Wed Oct 20 2004 Nils Philippsen <nphilipp@redhat.com> 0.8.15-1
2f02980
- include all languages (#136460)
2f02980
73d11a6
* Tue Oct 12 2004 Nils Philippsen <nphilipp@redhat.com> 0.8.14-1
2a7e599
- actually install nonblockingreader module (#135445)
2a7e599
fedf45e
* Mon Oct 11 2004 Nils Philippsen <nphilipp@redhat.com> 0.8.12-1
fedf45e
- really update UI when reading from pipes (#120579, #135215)
fedf45e
b9b51b7
* Fri Oct 08 2004 Nils Philippsen <nphilipp@redhat.com> 0.8.11-1
b9b51b7
- fix gtk.main*() related DeprecationWarnings (#134978)
b9b51b7
b9b51b7
* Fri Oct 01 2004 Daniel J Walsh <dwalsh@redhat.com> 0.8.10-1
192d267
- Update translations
192d267
472075c
* Mon Sep 27 2004 Nils Philippsen <nphilipp@redhat.com> - 0.8.9-1
472075c
- enable Arabic translation (#133722)
472075c
086a31a
* Thu Sep 23 2004 Nils Philippsen <nphilipp@redhat.com> - 0.8.8.1-1
086a31a
- get in updated translations (#133137)
086a31a
- appease make distcheck
086a31a
- pick up updated autofoo scripts
086a31a
de55164
* Wed Jun 16 2004 Brent Fox <bfox@redhat.com> - 0.8.8-9
de55164
- use watch cursor when starting and stopping services (bug #122425)
de55164
cvsdist 68b35cb
* Mon Apr 12 2004 Brent Fox <bfox@redhat.com> 0.8.8-8
cvsdist 68b35cb
- fix icon path (bug #120184)
cvsdist 68b35cb
cvsdist 68b35cb
* Tue Apr  6 2004 Brent Fox <bfox@redhat.com> 0.8.8-7
cvsdist 68b35cb
- remove extra strip (bug #119624)
cvsdist 68b35cb
cvsdist 68b35cb
* Mon Apr  5 2004 Brent Fox <bfox@redhat.com> 0.8.8-6
cvsdist 68b35cb
- code around new verbosity in libglade (bug #119622)
cvsdist 68b35cb
cvsdist 68b35cb
* Wed Mar 31 2004 Brent Fox <bfox@redhat.com> 0.8.8-5
cvsdist 68b35cb
- fix typo (bug #119559)
cvsdist 68b35cb
cvsdist 68b35cb
* Wed Mar 24 2004 Brent Fox <bfox@redhat.com> 0.8.8-4
cvsdist 68b35cb
- increase default size of the main window
cvsdist 68b35cb
cvsdist 68b35cb
* Fri Mar 19 2004 Brent Fox <bfox@redhat.com> 0.8.8-3
cvsdist 68b35cb
- make app exit properly on window close (bug #118762)
cvsdist 68b35cb
cvsdist e81f757
* Wed Mar 17 2004 Brent Fox <bfox@redhat.com> 0.8.8-2
cvsdist e81f757
- bump release
cvsdist e81f757
cvsdist e81f757
* Tue Mar 16 2004 Brent Fox <bfox@redhat.com> 0.8.8-1
cvsdist e81f757
- work around problem with libglade
cvsdist e81f757
cvsdist e81f757
* Wed Mar  3 2004 Brent Fox <bfox@redhat.com> 0.8.7-2
cvsdist e81f757
- add a BuildRequires on automake17
cvsdist e81f757
cvsdist e81f757
* Tue Mar  2 2004 Brent Fox <bfox@redhat.com> 0.8.7-1
cvsdist e81f757
- remove dependency on gnome-python2 and gnome-python2-canvas
cvsdist e81f757
- try to load glade file in the cwd, if not, pull from /usr/share/
cvsdist e81f757
- apply patch from bug #117277
cvsdist e81f757
cvsdist e81f757
* Tue Jan 6 2004 Daniel J Walsh <dwalsh@redhat.com> 0.8.6-3
cvsdist e81f757
- Fix console app so it launches properly
cvsdist e81f757
cvsdist 9594022
* Tue Jan 6 2004 Daniel J Walsh <dwalsh@redhat.com> 0.8.6-2
cvsdist 9594022
- remove requirement for 2.2
cvsdist 9594022
cvsdist 0a56259
* Thu Nov 11 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.6-1
cvsdist 0a56259
- Rename system-config-services
cvsdist 0a56259
cvsdist 0a56259
* Wed Oct 17 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-23
cvsdist 0a56259
- Add all translated languages
cvsdist 0a56259
cvsdist 0a56259
* Fri Oct 17 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-22
cvsdist 0a56259
- Remove /dev/null from status
cvsdist 0a56259
cvsdist 0a56259
* Mon Oct 6 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-21
cvsdist 0a56259
- Fix crash on about
cvsdist 0a56259
cvsdist 0a56259
* Wed Oct 1 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-20
cvsdist 0a56259
- bump
cvsdist 0a56259
cvsdist 0a56259
* Wed Oct 1 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-19
cvsdist 0a56259
- Fix pathing problem on Hammer
cvsdist 0a56259
cvsdist 0a56259
* Fri Sep 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-18
cvsdist 0a56259
- bump
cvsdist 0a56259
cvsdist 0a56259
* Fri Sep 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-17
cvsdist 0a56259
- bump
cvsdist 0a56259
* Fri Sep 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-16
cvsdist 0a56259
- Eliminate debugging message
cvsdist 0a56259
cvsdist 0a56259
* Mon Aug 25 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-15
cvsdist 0a56259
-  For some reason this did not make it to RHN Trying again. By Bumping version.
cvsdist 0a56259
cvsdist 0a56259
* Tue Aug 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-14
cvsdist 0a56259
- Bumped version for rhl
cvsdist 0a56259
cvsdist 0a56259
* Tue Aug 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-13
cvsdist 0a56259
- Remove depracated call
cvsdist 0a56259
cvsdist 0a56259
* Wed Jul 30 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-12
cvsdist 0a56259
- Bumped version for rhl
cvsdist 0a56259
cvsdist 0a56259
* Wed Jul 30 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-11
cvsdist 0a56259
- Changed handling of xinetd services to show xinetd service status
cvsdist 0a56259
cvsdist 0a56259
* Wed Jul 30 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-10
cvsdist 0a56259
- Bumped version for rhl
cvsdist 0a56259
cvsdist 0a56259
* Tue Jul 29 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-9
cvsdist 0a56259
- Allow services to have ':'s in them.
cvsdist 0a56259
cvsdist 0a56259
* Wed Jul 9 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-8
cvsdist 0a56259
- Bumped version for rhl
cvsdist 0a56259
cvsdist 0a56259
* Wed Jul 9 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-7
cvsdist 0a56259
- Add ability to add and delete services
cvsdist 0a56259
cvsdist 0a56259
* Tue Jun 17 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-6
cvsdist 0a56259
- Bumped version for rhel
cvsdist 0a56259
cvsdist 0a56259
* Thu Jun 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-5
cvsdist 0a56259
- Minor fixes to match GUI users guide and fix icon
cvsdist 0a56259
cvsdist 0a56259
* Tue May  27 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-4
cvsdist 0a56259
- Bumped version for rhel
cvsdist 0a56259
cvsdist 0a56259
* Tue May  27 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-3
cvsdist 0a56259
- Moved system-config-service.png to /usr/share/system-config-services
cvsdist 0a56259
cvsdist 0a56259
* Fri Mar  7 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-2
cvsdist 0a56259
- Bumped version for rhel
cvsdist 0a56259
cvsdist 0a56259
* Tue Mar  4 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-1
cvsdist 0a56259
- Fix swiching runlevels on modified screens.
cvsdist 0a56259
cvsdist 0a56259
* Tue Feb  25 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.4-2
cvsdist 0a56259
- Fix dissapearing text on selecting toggle.
cvsdist 0a56259
cvsdist 0a56259
* Tue Jan  28 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.4-1
cvsdist 0a56259
- Release Candidate
cvsdist 0a56259
- Fix Icon
cvsdist 0a56259
cvsdist 0a56259
* Tue Jan  28 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-12
cvsdist 0a56259
- Fix Language Problems
cvsdist 0a56259
cvsdist 0a56259
* Tue Jan  28 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-11
cvsdist 0a56259
- Fix handling of errors in /etc/init.d directory
cvsdist 0a56259
cvsdist 0a56259
* Tue Jan  14 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-10
cvsdist 0a56259
- Update documentation
cvsdist 0a56259
cvsdist 0a56259
* Thu Jan  9 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-9
cvsdist 0a56259
- Added StartupNotify=true
cvsdist 0a56259
- Added accellerators
cvsdist 0a56259
cvsdist 0a56259
* Thu Dec  12 2002 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-8
cvsdist 0a56259
- Update help docs
cvsdist 0a56259
cvsdist 0a56259
* Fri Dec  6 2002 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-7
cvsdist 0a56259
- Fix error catching on invalid display
cvsdist 0a56259
cvsdist 0a56259
* Tue Dec  3 2002 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-6
cvsdist 0a56259
- Fix DISPLAY error handling
cvsdist 0a56259
- Stretch Screen size
cvsdist 0a56259
- Update status box after Start/Stop/Restart
cvsdist 0a56259
- Fix Icon error
cvsdist 0a56259
cvsdist 0a56259
* Thu Nov 14 2002 Dan Walsh <dwalsh@redhat.com> 0.8.3-5
cvsdist 0a56259
- Fix reading of descriptions from startup scripts to ignore blank lines
cvsdist 0a56259
cvsdist 0a56259
* Thu Nov 14 2002 Dan Walsh <dwalsh@redhat.com> 0.8.3-4
cvsdist 0a56259
- Add scrollbar to description and status
cvsdist 0a56259
cvsdist 0a56259
* Thu Oct 24 2002 Dan Walsh <dwalsh@redhat.com> 0.8.3-3
cvsdist 0a56259
- Fix internal handling of version number.
cvsdist 0a56259
cvsdist 0a56259
* Thu Oct 10 2002 Dan Walsh <dwalsh@redhat.com> 0.8.3-2
cvsdist 0a56259
- Remove buttons from screen to match GNOME standards
cvsdist 0a56259
cvsdist 0a56259
* Tue Oct 1 2002 Dan Walsh <dwalsh@redhat.com> 0.8.3-1
cvsdist 0a56259
- Change GUI Presentation and add service status
cvsdist 0a56259
cvsdist 0a56259
* Wed Sep 4 2002 Bill Nottingham <notting@redhat.com> 0.8.2-1
cvsdist 0a56259
- fix startup in some locales
cvsdist 0a56259
cvsdist 0a56259
* Tue Sep 3 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-13
cvsdist 0a56259
- Update translations
cvsdist 0a56259
cvsdist 0a56259
* Tue Aug 27 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-12
cvsdist 0a56259
- Update translations
cvsdist 0a56259
- Fix multi-processor problem with popen
cvsdist 0a56259
cvsdist 0a56259
* Tue Aug 20 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-11
cvsdist 0a56259
- Use gnome url_show for help
cvsdist 0a56259
- fix legal notice
cvsdist 0a56259
cvsdist 0a56259
* Mon Aug 19 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-10
cvsdist 0a56259
- Fix word wrap
cvsdist 0a56259
- Fix initial startup to select first row
cvsdist 0a56259
- Update languages
cvsdist 0a56259
cvsdist 0a56259
* Sat Aug 10 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-9
cvsdist 0a56259
- eliminate extra python files not intended for release
cvsdist 0a56259
cvsdist 0a56259
* Wed Aug 7 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-8
cvsdist 0a56259
- Update dependencies
cvsdist 0a56259
cvsdist 0a56259
* Mon Aug 5 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-7
cvsdist 0a56259
- Updated internationalization stuff
cvsdist 0a56259
cvsdist 0a56259
* Wed Jul 31 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-6
cvsdist 0a56259
- Updated internationalization stuff
cvsdist 0a56259
cvsdist 0a56259
* Fri Jul 26 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-5
cvsdist 0a56259
- Updated to use intltool and new build environment.
cvsdist 0a56259
- Added with pam changes for timestamp
cvsdist 0a56259
- New internationalization stuff
cvsdist 0a56259
cvsdist 0a56259
* Tue Jul 23 2002 Dan Walsh <dwalsh@redhat.com>
cvsdist 0a56259
- Fix the desktop file, using new naming standards.
cvsdist 0a56259
- Fix the error outpur
cvsdist 0a56259
cvsdist 0a56259
* Mon Jul 22 2002 Dan Walsh <dwalsh@redhat.com>
cvsdist 0a56259
- Fix clock cursor, set app insensitive until services loaded"
cvsdist 0a56259
cvsdist 0a56259
* Mon Jul 22 2002 Tammy Fox <tfox@redhat.com>
cvsdist 0a56259
- Updated docs
cvsdist 0a56259
cvsdist 0a56259
* Wed Jul  17 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-1
cvsdist 0a56259
- Fix internationalization problems.  Clean up glade port.
cvsdist 0a56259
cvsdist 0a56259
* Thu Jul  11 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-1
cvsdist 0a56259
- complete rename to system-config-services
cvsdist 0a56259
cvsdist 0a56259
* Tue Jul  9 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-1
cvsdist 0a56259
- complete gtk2 port, Fix Help, About, fix minor bugs
cvsdist 0a56259
cvsdist 0a56259
* Wed May 29 2002 Bill Nottingham <notting@redhat.com> 0.8.0-1
cvsdist 0a56259
- initial hack gtk2 port
cvsdist 0a56259
cvsdist 0a56259
* Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.7.0-3
cvsdist 0a56259
- Update translations
cvsdist 0a56259
cvsdist 0a56259
* Wed Apr 10 2002 Bill Nottingham <notting@redhat.com> 0.7.0-2
cvsdist 0a56259
- fix docs (#63179)
cvsdist 0a56259
cvsdist 0a56259
* Tue Apr  9 2002 Bill Nottingham <notting@redhat.com>
cvsdist 0a56259
- add some more cases to #60384 fix
cvsdist 0a56259
cvsdist 0a56259
* Sun Apr  7 2002 Jeremy Katz <katzj@redhat.com>
cvsdist 0a56259
- don't show rpmsave, rpmnew, rpmorig, or .swp files (#60384)
cvsdist 0a56259
cvsdist 0a56259
* Tue Apr  2 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 0a56259
- set up userhelper for system-config-services
cvsdist 0a56259
cvsdist 0a56259
* Fri Jan 25 2002 Bill Nottingham <notting@redhat.com>
cvsdist 0a56259
- add patch to fix startup when there are services with 'hide' set
cvsdist 0a56259
cvsdist 0a56259
* Fri Aug 24 2001 Tim Powers <timp@redhat.com>
cvsdist 0a56259
- fixed typo in Requires /;sbin/chkconfig
cvsdist 0a56259
cvsdist 0a56259
* Fri Aug 24 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0a56259
- build with new translations
cvsdist 0a56259
- move system-config-services link to /usr/bin
cvsdist 0a56259
cvsdist 0a56259
* Fri Aug 17 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0a56259
- translation typos (#51774, #51776)
cvsdist 0a56259
- add system-config-services link
cvsdist 0a56259
- if we're using find_lang, don't specify the .mo files explicitly
cvsdist 0a56259
cvsdist 0a56259
* Mon Aug 13 2001 Tim Powers <timp@redhat.com>
cvsdist 0a56259
- updated serviceconf.gladestrings
cvsdist 0a56259
cvsdist 0a56259
* Fri Aug 10 2001 Tim Powers <timp@redhat.com>
cvsdist 0a56259
- languified specfile for additional translations
cvsdist 0a56259
cvsdist 0a56259
* Thu Aug  9 2001 Alexander Larsson <alexl@redhat.com> 0.6.1-1
cvsdist 0a56259
- Add an icon
cvsdist 0a56259
cvsdist 0a56259
* Thu Aug  9 2001 Alexander Larsson <alexl@redhat.com>
cvsdist 0a56259
- Install in sysconfig.
cvsdist 0a56259
cvsdist 0a56259
* Tue Aug  7 2001 Tim Powers <timp@redhat.com>
cvsdist 0a56259
- gnomified
cvsdist 0a56259
- work around parsing languified chkconfig output so that we can get accurate information displayed
cvsdist 0a56259
cvsdist 0a56259
* Tue Jul 31 2001 Tim Powers <timp@redhat.com>
cvsdist 0a56259
- languified since we now serve multiple languages
cvsdist 0a56259
cvsdist 0a56259
* Mon Jul 30 2001 Yukihiro Nakai <ynakai@redhat.com>
cvsdist 0a56259
- User %%fine_lang
cvsdist 0a56259
- Add Japanese translation.
cvsdist 0a56259
cvsdist 0a56259
* Mon Jul 30 2001 Preston Brown <pbrown@redhat.com>
cvsdist 0a56259
- clean up title display
cvsdist 0a56259
- make sure initial highlighted entry also displays description info
cvsdist 0a56259
cvsdist 0a56259
* Wed Jul 18 2001 Tammy Fox <tfox@redhat.com>
cvsdist 0a56259
- added help doc
cvsdist 0a56259
- moved man page into man directory
cvsdist 0a56259
- added Makefile for man page
cvsdist 0a56259
- added man page to spec file
cvsdist 0a56259
cvsdist 0a56259
* Mon Jul  9 2001 Tim Powers <timp@redhat.com>
cvsdist 0a56259
- languify to shutup rpmlint
cvsdist 0a56259
cvsdist 0a56259
* Thu Jul  5 2001 Tim Powers <timp@redhat.com>
cvsdist 0a56259
- removed TODO and README, added COPYING file to docs
cvsdist 0a56259
cvsdist 0a56259
* Tue May 15 2001 Tim Powers <timp@redhat.com>
cvsdist 0a56259
- Initial build.
cvsdist 0a56259
cvsdist 0a56259