|
|
|
@@ -1,12 +1,12 @@
|
|
|
|
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
|
|
|
|
%define WITH_SELINUX 0
|
|
|
|
|
%define WITH_SELINUX 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%define build6x 0
|
|
|
|
|
Summary: Tools for certain user account management tasks.
|
|
|
|
|
Name: usermode
|
|
|
|
|
Version: 1.71
|
|
|
|
|
Release: 2
|
|
|
|
|
Release: 4
|
|
|
|
|
License: GPL
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
Source: usermode-%{version}-%{release}.tar.gz
|
|
|
|
@@ -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,13 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Sep 24 2004 Jindrich Novy <jnovy@redhat.com> 1.71-4
|
|
|
|
|
- updated dependencies to SELinux
|
|
|
|
|
|
|
|
|
|
* Wed Sep 22 2004 Jindrich Novy <jnovy@redhat.com> 1.71-3
|
|
|
|
|
- installation to Preferences/More Preferences as a request
|
|
|
|
|
of Ray Strode (rstrode@redhat.com) and #131605
|
|
|
|
|
|
|
|
|
|
* Mon Sep 20 2004 Jindrich Novy <jnovy@redhat.com> 1.71-2
|
|
|
|
|
- added "-I" option to mkfs in the .mkfs patch (#117793)
|
|
|
|
|
|
|
|
|
|