rpms/authconfig/devel .cvsignore, 1.72, 1.73 authconfig.spec, 1.101, 1.102 sources, 1.80, 1.81

Tomáš Mráz tmraz at fedoraproject.org
Mon Jan 26 16:53:27 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/authconfig/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1006

Modified Files:
	.cvsignore authconfig.spec sources 
Log Message:
* Mon Jan 26 2009 Tomas Mraz <tmraz at redhat.com> - 5.4.7-1
- move the consolehelper symlinks to the gtk subpackage to remove
  the dependency on usermode in the base package (#480014)
- return nonzero exit codes on some more possible errors (#440461)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/authconfig/devel/.cvsignore,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- .cvsignore	19 Dec 2008 09:43:03 -0000	1.72
+++ .cvsignore	26 Jan 2009 16:52:56 -0000	1.73
@@ -1 +1 @@
-authconfig-5.4.6.tar.bz2
+authconfig-5.4.7.tar.bz2


Index: authconfig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/authconfig/devel/authconfig.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- authconfig.spec	19 Dec 2008 09:43:03 -0000	1.101
+++ authconfig.spec	26 Jan 2009 16:52:56 -0000	1.102
@@ -1,6 +1,6 @@
 Summary: Command line tool for setting up authentication from network services
 Name: authconfig
-Version: 5.4.6
+Version: 5.4.7
 Release: 1%{?dist}
 License: GPLv2+
 ExclusiveOS: Linux
@@ -8,7 +8,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: https://fedorahosted.org/authconfig
 Source: https://fedorahosted.org/releases/a/u/%{name}/%{name}-%{version}.tar.bz2
-Requires: newt-python, pam >= 0.99.10.0, usermode, python
+Requires: newt-python, pam >= 0.99.10.0, python
 Conflicts: pam_krb5 < 1.49, samba-common < 3.0, samba-client < 3.0
 Conflicts: nss_ldap < 254
 BuildRequires: glib2-devel, python >= 2.4.1, python-devel
@@ -59,8 +59,6 @@
 %doc COPYING NOTES TODO README.samba3
 %ghost %config(noreplace) %{_sysconfdir}/sysconfig/authconfig
 %ghost %config(noreplace) %{_sysconfdir}/pam.d/system-auth-ac
-%{_bindir}/authconfig
-%{_bindir}/authconfig-tui
 %{_sbindir}/cacertdir_rehash
 %{_sbindir}/authconfig
 %{_sbindir}/authconfig-tui
@@ -73,14 +71,12 @@
 %{_datadir}/%{name}/authinfo.py*
 %{_datadir}/%{name}/shvfile.py*
 %{_datadir}/%{name}/dnsclient.py*
-%config(noreplace) %{_sysconfdir}/pam.d/authconfig
-%config(noreplace) %{_sysconfdir}/pam.d/authconfig-tui
-%config(noreplace) %{_sysconfdir}/security/console.apps/authconfig
-%config(noreplace) %{_sysconfdir}/security/console.apps/authconfig-tui
 %attr(700,root,root) %dir %{_localstatedir}/lib/%{name}
 
 %files gtk
 %defattr(-,root,root,-)
+%{_bindir}/authconfig
+%{_bindir}/authconfig-tui
 %{_bindir}/authconfig-gtk
 %{_bindir}/system-config-authentication
 %{_sbindir}/authconfig-gtk
@@ -91,10 +87,19 @@
 %config(noreplace) %{_sysconfdir}/pam.d/system-config-authentication
 %config(noreplace) %{_sysconfdir}/security/console.apps/authconfig-gtk
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-authentication
+%config(noreplace) %{_sysconfdir}/pam.d/authconfig
+%config(noreplace) %{_sysconfdir}/pam.d/authconfig-tui
+%config(noreplace) %{_sysconfdir}/security/console.apps/authconfig
+%config(noreplace) %{_sysconfdir}/security/console.apps/authconfig-tui
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/*
 
 %changelog
+* Mon Jan 26 2009 Tomas Mraz <tmraz at redhat.com> - 5.4.7-1
+- move the consolehelper symlinks to the gtk subpackage to remove
+  the dependency on usermode in the base package (#480014)
+- return nonzero exit codes on some more possible errors (#440461)
+
 * Fri Dec 19 2008 Tomas Mraz <tmraz at redhat.com> - 5.4.6-1
 - fix typo in the fingerprint reader patch (#477080)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/authconfig/devel/sources,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- sources	19 Dec 2008 09:43:03 -0000	1.80
+++ sources	26 Jan 2009 16:52:56 -0000	1.81
@@ -1 +1 @@
-06e0feb9565ded2d9c64cabe356c3639  authconfig-5.4.6.tar.bz2
+f4dd25f64c7174f88149b17139c602b3  authconfig-5.4.7.tar.bz2




More information about the fedora-extras-commits mailing list