diff --git a/.cvsignore b/.cvsignore index aec8a21..a3c3149 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -authconfig-5.2.4.tar.bz2 +authconfig-5.2.5.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index b520748..0ae316e 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,6 +1,6 @@ -Summary: Text-mode tool for setting up NIS and shadow passwords. +Summary: Command line tool for setting up authentication from network services Name: authconfig -Version: 5.2.4 +Version: 5.2.5 # Don't change release in elvis CVS, up version after merging all patches # from dist CVS instead. Release: 1 @@ -12,19 +12,20 @@ Source: %{name}-%{version}.tar.bz2 Requires: rhpl, newt, pam >= 0.77-56, usermode Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]") Conflicts: pam_krb5 < 1.49, samba-common < 3.0, samba-client < 3.0 -BuildPrereq: glib2-devel, python, python-devel -BuildPrereq: desktop-file-utils, intltool, gettext, perl-XML-Parser +BuildRequires: glib2-devel, python, python-devel +BuildRequires: desktop-file-utils, intltool, gettext, perl-XML-Parser %description -Authconfig is a terminal mode program which can configure a workstation +Authconfig is a command line utility which can configure a workstation to use shadow (more secure) passwords. Authconfig can also configure a system to be a client for certain networked user information and authentication schemes. %package gtk -Summary: Graphical tool for setting up NIS and shadow passwords. +Summary: Graphical tool for setting up authentication from network services Group: System Environment/Base Requires: %{name} = %{version}-%{release}, pygtk2-libglade >= 2.4.0, rhpl +Requires: usermode-gtk %description gtk Authconfig-gtk is a GUI program which can configure a workstation @@ -94,6 +95,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/* %changelog +* Thu May 18 2006 Tomas Mraz - 5.2.5-1 +- write ldap servers as URIs and not HOSTs (#191842) +- fix a typo in --test output +- updated summary, converted changelog to UTF-8 + * Fri May 12 2006 Tomas Mraz - 5.2.4-1 - added crond to the services restarted after firstboot (#187334) - when checking nscd status redirect output to /dev/null (#188555) @@ -355,7 +361,7 @@ rm -rf $RPM_BUILD_ROOT * Tue Sep 3 2002 Nalin Dahyabhai 4.2.11-3 - update translations -* Thu Aug 29 2002 Trond Eivind Glomsr�d 4.2.12-2 +* Thu Aug 29 2002 Trond Eivind Glomsrød 4.2.12-2 - Update translations * Fri Aug 23 2002 Nalin Dahyabhai 4.2.11-1 diff --git a/sources b/sources index a617be0..1ca8a57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7888da3cdb4a99d776774c475354aa41 authconfig-5.2.4.tar.bz2 +db5acc0857eefe9a92c00c45c26d3776 authconfig-5.2.5.tar.bz2