diff --git a/obs-service-kiwi_metainfo_helper.changes b/obs-service-kiwi_metainfo_helper.changes index f523577..387e2e7 100644 --- a/obs-service-kiwi_metainfo_helper.changes +++ b/obs-service-kiwi_metainfo_helper.changes @@ -1,8 +1,8 @@ ------------------------------------------------------------------- Mon Feb 1 10:29:08 UTC 2021 - Fabian Vogt -- Don't enable pipefail to avoid that rpm getting SIGPIPE because of - grep -q leading to an error +- Don't enable pipefail: rpm got SIGPIPE because grep -q exits early + and closes the other end, which made the whole expression fail ------------------------------------------------------------------- Wed Jan 27 11:25:26 UTC 2021 - Fabian Vogt