From 676fc64c82bb9d23be74090b47a0b745a73262b70895615586a7282e7ac96d9c Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 20 Jun 2011 09:13:11 +0000 Subject: [PATCH] Accepting request 74021 from Base:System - disable fscaps by default as factory kernel still doesn't have the required patch for auto detection OBS-URL: https://build.opensuse.org/request/show/74021 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/permissions?expand=0&rev=64 --- permissions.changes | 6 ++++++ permissions.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/permissions.changes b/permissions.changes index 244688a..9147c79 100644 --- a/permissions.changes +++ b/permissions.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 17 09:46:29 UTC 2011 - lnussel@suse.de + +- disable fscaps by default as factory kernel still doesn't have the + required patch for auto detection + ------------------------------------------------------------------- Thu May 26 15:23:49 UTC 2011 - lnussel@suse.de diff --git a/permissions.spec b/permissions.spec index c12dfe9..c73c5e2 100644 --- a/permissions.spec +++ b/permissions.spec @@ -50,7 +50,7 @@ Authors: %setup -q %build -make %{?_smp_mflags} CFLAGS="-W -Wall $RPM_OPT_FLAGS" +make %{?_smp_mflags} CFLAGS="-W -Wall $RPM_OPT_FLAGS" FSCAPS_DEFAULT_ENABLED=0 %install make DESTDIR="$RPM_BUILD_ROOT" install