diff --git a/usermode.spec b/usermode.spec index 9d730d4..e2656a2 100644 --- a/usermode.spec +++ b/usermode.spec @@ -20,7 +20,7 @@ Conflicts: SysVinit < 2.74-14 BuildPrereq: desktop-file-utils, glib2-devel, gtk2-devel BuildPrereq: libglade2-devel, libuser-devel, pam-devel, util-linux %if %{WITH_SELINUX} -BuildPrereq: libselinux-devel +BuildPrereq: libselinux-devel >= 1.17.13-2 %endif BuildRoot: %{_tmppath}/%{name}-root @@ -117,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/* %changelog +* Fri Sep 24 2004 Jindrich Novy 1.71-3 +- updated dependencies to SELinux + * Wed Sep 22 2004 Jindrich Novy 1.71-3 - installation to Preferences/More Preferences as a request of Ray Strode (rstrode@redhat.com) and #131605