From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2572 invoked by alias); 30 Nov 2016 13:18:43 -0000 Mailing-List: contact libabigail-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: Sender: libabigail-owner@sourceware.org Received: (qmail 2454 invoked by uid 89); 30 Nov 2016 13:18:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=BAYES_00,BODY_8BITS,GARBLED_BODY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=beijing, Beijing, senior X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,BODY_8BITS,GARBLED_BODY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: mx1.redhat.com Subject: Re: [PATCH] Bug 20380 - Compare two local RPMs To: libabigail@sourceware.org References: <841561852.1964081.1471008200179.JavaMail.zimbra@redhat.com> From: Chenxiong Qi Message-ID: <6b784fbd-e2ae-52c3-aebc-ef18f371e880@redhat.com> Date: Fri, 01 Jan 2016 00:00:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <841561852.1964081.1471008200179.JavaMail.zimbra@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Wed, 30 Nov 2016 13:18:31 +0000 (UTC) X-SW-Source: 2016-q4/txt/msg00015.txt.bz2 Hi, Patch[1] is updated with the new terms. Please review. [1] https://cqi.fedorapeople.org/libabigail/0001-Bug-20380-Compare-two-local-RPMs.patch On 08/12/2016 09:23 PM, Chenxiong Qi wrote: > Hi, > > This patch[1] allows fedabipkgdiff be able to compare ABI against two local RPMs, e.g. fedabipkgdiff path/to/rpm path/to/another/rpm > > Also, because of the new class RPMCollection, it's easy to fix bug 20270, that is to make fedabipkgdiff relax with development and debuginfo package. If there is no such a package, fedabipkgdiff just ignores them and continue comparing rather than raising an error. However, if user really wants to treat this as an error, the new option --error-on-warning can be used. > > [1] https://cqi.fedorapeople.org/libabigail/0001-Bug-20270-Compare-two-local-RPMs.patch > > Regards, > > -- > Chenxiong Qi (齐辰雄) > Senior Software Engineer / RHCE > Pnt DevOps - Development, Beijing > -- Regards, Chenxiong Qi