From c85a827fd70f2237a53ec50a1cad083897fc5261 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Nov 04 2004 15:18:21 +0000 Subject: - Add setsebool for NIS --- diff --git a/authconfig.spec b/authconfig.spec index 8a3f8da..57e8c7e 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,7 +1,7 @@ Summary: Text-mode tool for setting up NIS and shadow passwords. Name: authconfig Version: 4.6.5 -Release: 3 +Release: 4 License: GPL ExclusiveOS: Linux Group: System Environment/Base @@ -14,6 +14,7 @@ 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 Patch2: authconfig-4.6.5-add-brokenshadow.patch +Patch3: authconfig-4.6.5-setsebool.patch %description Authconfig is a terminal mode program which can configure a workstation @@ -41,6 +42,7 @@ authentication schemes. %setup -q -n %{name}-%{version} %patch1 -p1 -b .restart-autofs %patch2 -p1 -b .add-brokenshadow +%patch3 -p1 -b .setsebool ./autogen.sh %build @@ -84,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/* %changelog +* Thu Oct 28 2004 Dan Walsh +- Add setsebool for NIS + * Fri Oct 15 2004 Tomas Mraz - force broken_shadow option on network auth (#136760)