From: Arkadiusz Miśkiewicz Date: Mon, 12 Dec 2011 20:55:42 +0000 (+0000) Subject: - rel 4; always try to use caching X-Git-Tag: auto/th/apparmor-parser-2_6_1-4 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=16be80f52f8a28fa212aa13fcf413a9e0ff4c145;p=packages%2Fapparmor-parser.git - rel 4; always try to use caching Changed files: apparmor-parser-pld.patch -> 1.6 apparmor-parser.spec -> 1.38 --- diff --git a/apparmor-parser-pld.patch b/apparmor-parser-pld.patch index 1da5490..28e9622 100644 --- a/apparmor-parser-pld.patch +++ b/apparmor-parser-pld.patch @@ -14,7 +14,7 @@ COMPLAIN="-C" fi - $PARSER $ABSTRACTIONS $PARSER_ARGS $COMPLAIN "$profile" > /dev/null -+ $PARSER $ABSTRACTIONS $PARSER_ARGS $PARSER_CUSTOM_ARGS $COMPLAIN "$profile" > /dev/null ++ $PARSER $ABSTRACTIONS $PARSER_ARGS $PARSER_CUSTOM_ARGS -W $COMPLAIN "$profile" > /dev/null if [ $? -ne 0 ]; then aa_log_failure_msg "$profile failed to load" STATUS=1 diff --git a/apparmor-parser.spec b/apparmor-parser.spec index 3383064..109ec9b 100644 --- a/apparmor-parser.spec +++ b/apparmor-parser.spec @@ -5,7 +5,7 @@ Summary: AppArmor userlevel parser utility Summary(pl.UTF-8): Narzędzie przestrzeni użytkownika do przetwarzania AppArmor Name: apparmor-parser Version: 2.6.1 -Release: 3 +Release: 4 Epoch: 1 License: GPL Group: Applications/System