Compare commits

...

1 Commits

Author SHA1 Message Date
Jindrich Novy fc2a5cf9ce - added .mkfs patch 2004-09-21 08:16:07 +00:00
3 changed files with 10 additions and 3 deletions
+1
View File
@@ -1 +1,2 @@
usermode-1.71-1.tar.gz
usermode-1.71-2.tar.gz
+1 -1
View File
@@ -1 +1 @@
aa344285916b82ca704cc853c32247a2 usermode-1.71-1.tar.gz
5d67635450424c583e9770d50ec808cd usermode-1.71-2.tar.gz
+8 -2
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