diff --git a/.cvsignore b/.cvsignore index eecf1d1..72a2ce7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -authconfig-6.1.2.tar.bz2 +authconfig-6.1.3.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index adf2ac3..9b39041 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,6 +1,6 @@ Summary: Command line tool for setting up authentication from network services Name: authconfig -Version: 6.1.2 +Version: 6.1.3 Release: 1%{?dist} License: GPLv2+ ExclusiveOS: Linux @@ -24,7 +24,7 @@ authentication schemes. Summary: Graphical tool for setting up authentication from network services Group: System Environment/Base Requires: %{name} = %{version}-%{release}, pygtk2-libglade >= 2.14.0 -Requires: usermode-gtk +Requires: usermode-gtk, hicolor-icon-theme %description gtk Authconfig-gtk is a GUI program which can configure a workstation @@ -68,6 +68,8 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_sbindir}/cacertdir_rehash %{_sbindir}/authconfig %{_sbindir}/authconfig-tui +%exclude %{_mandir}/man8/system-config-authentication.* +%exclude %{_mandir}/man8/authconfig-gtk.* %{_mandir}/man8/* %{_mandir}/man5/* %{_libdir}/python*/site-packages/acutilmodule.so @@ -88,6 +90,8 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_bindir}/system-config-authentication %{_sbindir}/authconfig-gtk %{_sbindir}/system-config-authentication +%{_mandir}/man8/system-config-authentication.* +%{_mandir}/man8/authconfig-gtk.* %{_datadir}/%{name}/authconfig.glade %{_datadir}/%{name}/authconfig-gtk.py* %config(noreplace) %{_sysconfdir}/pam.d/authconfig-gtk @@ -99,9 +103,21 @@ authconfig --update --nostart >/dev/null 2>&1 || : %config(noreplace) %{_sysconfdir}/security/console.apps/authconfig %config(noreplace) %{_sysconfdir}/security/console.apps/authconfig-tui %{_datadir}/applications/* -%{_datadir}/pixmaps/* +%{_datadir}/icons/hicolor/16x16/apps/system-config-authentication.* +%{_datadir}/icons/hicolor/22x22/apps/system-config-authentication.* +%{_datadir}/icons/hicolor/24x24/apps/system-config-authentication.* +%{_datadir}/icons/hicolor/32x32/apps/system-config-authentication.* +%{_datadir}/icons/hicolor/48x48/apps/system-config-authentication.* %changelog +* Wed Apr 7 2010 Tomas Mraz - 6.1.3-1 +- manual page improvements (#578258, #526164) +- use ldap instead of sss for nsswitch maps unsupported by sssd (#578325) +- call cacertdir_rehash also in case ldaps: server uri is used (#578219) +- ldap_uri must be comma separated (#579881) +- updated translations +- new icon (#540249) + * Mon Mar 29 2010 Tomas Mraz - 6.1.2-1 - fix SSSD provider change (#577263) - drop LDAP authentication from FreeIPA choice diff --git a/sources b/sources index 0fde324..0bdab6b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d60fe3365dd5230409da56ef508bdcc0 authconfig-6.1.2.tar.bz2 +c7bc1012d9537c456fffce625cc7ea53 authconfig-6.1.3.tar.bz2