- added .mkfs patch

This commit is contained in:
Jindrich Novy 2004-09-21 08:16:07 +00:00
parent 29053aed89
commit fc2a5cf9ce
3 changed files with 10 additions and 3 deletions

View File

@ -1 +1,2 @@
usermode-1.71-1.tar.gz
usermode-1.71-2.tar.gz

View File

@ -1 +1 @@
aa344285916b82ca704cc853c32247a2 usermode-1.71-1.tar.gz
5d67635450424c583e9770d50ec808cd usermode-1.71-2.tar.gz

View File

@ -1,15 +1,16 @@
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%define WITH_SELINUX 0
%endif
%define build6x 0
Summary: Tools for certain user account management tasks.
Name: usermode
Version: 1.71
Release: 1
Release: 2
License: GPL
Group: Applications/System
Source: usermode-%{version}-%{release}.tar.gz
Patch0: usermode-mkfs.patch
%if %{build6x}
Requires: util-linux, pam >= 0.66-5
%else
@ -46,6 +47,8 @@ graphical tools for certain account management tasks.
%prep
%setup -q -n %{name}-%{version}-%{release}
%patch0 -p1 -b .mkfs
%build
%configure \
%if %{WITH_SELINUX}
@ -114,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Mon Sep 20 2004 Jindrich Novy <jnovy@redhat.com> 1.71-2
- added "-I" option to mkfs in the .mkfs patch (#117793)
* Thu Aug 26 2004 Alexander Larsson <alexl@redhat.com> - 1.71-1
- consolehelper: work if root is readonly