From 99e7a97d73d8b0ee2018f7943aa345be1f57a02a Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Oct 15 2004 09:11:35 +0000 Subject: - force restart of autofs on firstboot call when using NIS (#133035, #124498) - require same python version to install (#134654) --- diff --git a/authconfig.spec b/authconfig.spec index 49fccc6..fc30a9f 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -7,10 +7,12 @@ ExclusiveOS: Linux Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-root Source: %{name}-%{version}.tar.bz2 -Requires: glibc >= 2.1, pam >= 0.73, glib2, pam >= 0.75-43, nscd +Requires: glibc >= 2.1, glib2, pam >= 0.77-56, nscd +Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]") Conflicts: pam_krb5 < 1.49, samba-common < 3.0, samba-client < 3.0 -BuildPrereq: pam-devel >= 0.73, newt-devel, glib2-devel, python, python-devel +BuildPrereq: pam-devel >= 0.77, newt-devel, glib2-devel, python, python-devel BuildPrereq: desktop-file-utils, intltool, gettext, perl-XML-Parser +Patch1: authconfig-4.6.5-restart-autofs.patch %description Authconfig is a terminal mode program which can configure a workstation @@ -21,7 +23,7 @@ authentication schemes. %package gtk Summary: Graphical tool for setting up NIS and shadow passwords. Group: System Environment/Base -Requires: %{name} = %{version}-%{release}, pygtk2-libglade, pam >= 0.75-37, rhpl +Requires: %{name} = %{version}-%{release}, pygtk2-libglade, rhpl # It occurs that while text-mode authconfig warns about needed files not being # there, it's much simpler to just have the GUI require anything it might want # to use. @@ -36,6 +38,7 @@ authentication schemes. %prep %setup -q -n %{name}-%{version} +%patch1 -p1 -b .restart-autofs ./autogen.sh %build @@ -79,6 +82,12 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/* %changelog +* Fri Oct 15 2004 Tomas Mraz +- force restart of autofs on firstboot call when using NIS (#133035, #124498) + +* Thu Oct 07 2004 Tomas Mraz +- require python to install (#134654) + * Mon Oct 04 2004 Jindrich Novy 4.6.5-1 - updated translations from upstream - autogeneration of build stripts in prep phase