From 45d61c6f1206bda623470e6426115deba60bb6bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 5 Oct 2010 16:34:49 +0200 Subject: [PATCH] diffrpms tool to compare RPMs between revisions E.g. `./diffrpms 134 138' compares binary packagas from revision 134 and revision 138. You must build them before into x86_64 and noarch subdirectories. --- diffrpms | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 diffrpms diff --git a/diffrpms b/diffrpms new file mode 100755 index 0000000..ff1709b --- /dev/null +++ b/diffrpms @@ -0,0 +1,33 @@ +#!/bin/bash + +if [ "$#" != 2 ]; then + cat<