X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Goalfile;h=1c96dd4ba8f0042bf3a9e80d528cc2224509cebf;hb=5d5f97d20df3556e8e82405d9dfc5b476df07afe;hp=a41fa96918132d91e3494f9df165a6f68efcb0c4;hpb=928ef8b0a5851bf86f13c2ebdd9b8a97fedd3341;p=fedora-ocaml-rebuild.git diff --git a/Goalfile b/Goalfile index a41fa96..1c96dd4 100644 --- a/Goalfile +++ b/Goalfile @@ -224,12 +224,6 @@ pure function get-source-packages () returning strings = { for pkg in %packages; do spec=$pkg/%fedora-branch/$pkg.spec if [ -f $spec ]; then - # Check that all spec files have disabled the broken - # "package notes" misfeature. - if ! grep -sq "%%undefine _package_note_flags" $spec ; then - echo "ERROR: $pkg does not %%undefine _package_note_flags" >&2 - exit 1 - fi # Check that the spec file excludes i686. if ! rpmspec -P $spec | grep -sq 'ExcludeArch:.*i386' ; then echo "ERROR: $pkg does not ExcludeArch: %%{ix86}" >&2