diff --git a/post-build-checks-1.0.tar.bz2 b/post-build-checks-1.0.tar.bz2 index 665c9ea..fd19d25 100644 --- a/post-build-checks-1.0.tar.bz2 +++ b/post-build-checks-1.0.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f6e7f213bc14aafe5218b8e2e599cd898216ac2bd60ba9d852aacbef097e07b -size 34594 +oid sha256:733ce4f196d42f2e617d343abbd9ea5b406206376f991a3d1772b38fa951db98 +size 34644 diff --git a/post-build-checks.changes b/post-build-checks.changes index 8d8c384..349a49b 100644 --- a/post-build-checks.changes +++ b/post-build-checks.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 22 16:08:24 CEST 2008 - lnussel@suse.de + +- don't fail for setuid/setgid directories (bnc#437721) +- some cleanups + ------------------------------------------------------------------- Wed Oct 22 14:12:58 CEST 2008 - lnussel@suse.de diff --git a/post-build-checks.spec b/post-build-checks.spec index b8a6c91..3a3e0db 100644 --- a/post-build-checks.spec +++ b/post-build-checks.spec @@ -24,7 +24,7 @@ Group: Development/Tools/Building AutoReqProv: on Summary: post checks for build after rpms have been created Version: 1.0 -Release: 49 +Release: 50 PreReq: aaa_base permissions sed Source0: %{name}-%{version}.tar.bz2 BuildArch: noarch @@ -80,6 +80,9 @@ fi %changelog * Wed Oct 22 2008 lnussel@suse.de +- don't fail for setuid/setgid directories (bnc#437721) +- some cleanups +* Wed Oct 22 2008 lnussel@suse.de - failed setuid check is fatal (bnc#431592) * Tue Oct 14 2008 dmueller@suse.de - remove extra whitespace in warning output that confuses people