diff --git a/.cvsignore b/.cvsignore index 334054c..d34068c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ usermode-1.71-1.tar.gz +usermode-1.71-2.tar.gz diff --git a/sources b/sources index 926d95b..8502eec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aa344285916b82ca704cc853c32247a2 usermode-1.71-1.tar.gz +5d67635450424c583e9770d50ec808cd usermode-1.71-2.tar.gz diff --git a/usermode.spec b/usermode.spec index 2e097f3..7225fb8 100644 --- a/usermode.spec +++ b/usermode.spec @@ -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 1.71-2 +- added "-I" option to mkfs in the .mkfs patch (#117793) + * Thu Aug 26 2004 Alexander Larsson - 1.71-1 - consolehelper: work if root is readonly