diff --git a/build-compare.changes b/build-compare.changes index c3b462b..aa78791 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Thu Oct 22 09:03:46 UTC 2009 - coolo@novell.com - -- take out debugging code - ------------------------------------------------------------------- Wed Oct 14 07:14:37 UTC 2009 - aj@suse.de diff --git a/rpm-check.sh b/rpm-check.sh index 2d57fe7..06ccd9d 100644 --- a/rpm-check.sh +++ b/rpm-check.sh @@ -111,7 +111,8 @@ QF="%{NAME}" # don't look at RELEASE, it contains our build number QF="$QF %{VERSION} %{EPOCH}\\n" QF="$QF %{SUMMARY}\\n%{DESCRIPTION}\\n" -QF="$QF %{VENDOR} %{DISTRIBUTION} %{DISTURL}" +# ignored for now +#QF="$QF %{VENDOR} %{DISTRIBUTION}" QF="$QF %{LICENSE} %{LICENSE}\\n" QF="$QF %{GROUP} %{URL} %{EXCLUDEARCH} %{EXCLUDEOS} %{EXCLUSIVEARCH}\\n" QF="$QF %{EXCLUSIVEOS} %{RPMVERSION} %{PLATFORM}\\n"