commit 88e9b6d2cc6cce3b77ce5410eb42563080b0ef32
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Jul 6 07:38:35 2020 +0100
Add 0001-Fix-the-bin-rfabipkgdiff-to-work-with-the-new-libabi.patch
...-rfabipkgdiff-to-work-with-the-new-libabi.patch | 33 ++++++++++++++++++++++
rpmfusion-packager.spec | 8 ++++--
2 files changed, 39 insertions(+), 2 deletions(-)
---
diff --git a/0001-Fix-the-bin-rfabipkgdiff-to-work-with-the-new-libabi.patch
b/0001-Fix-the-bin-rfabipkgdiff-to-work-with-the-new-libabi.patch
new file mode 100644
index 0000000..66bd78f
--- /dev/null
+++ b/0001-Fix-the-bin-rfabipkgdiff-to-work-with-the-new-libabi.patch
@@ -0,0 +1,33 @@
+From e363d90f5a7411182fca1bec5f123875117337e1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= <sergio(a)serjux.com>
+Date: Sun, 5 Jul 2020 18:00:07 +0100
+Subject: [PATCH] Fix the bin/rfabipkgdiff to work with the new
+ libabigail-fedora
+
+---
+ bin/rfabipkgdiff | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/bin/rfabipkgdiff b/bin/rfabipkgdiff
+index 3a3a50a..9a97a93 100755
+--- a/bin/rfabipkgdiff
++++ b/bin/rfabipkgdiff
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/usr/bin/sh
+
+ # rfabipkgdiff - Interact with libabigail for RPM Fusion
+ #
+@@ -12,7 +12,7 @@
+
+
+ /usr/bin/fedabipkgdiff \
+- --server
http://koji.rpmfusion.org/koji \
+- --topdir
http://koji.rpmfusion.org/kojifiles \
++ --server
http://koji.rpmfusion.org/kojihub \
++ --topurl
http://koji.rpmfusion.org/kojifiles \
+ "$@"
+
+--
+2.25.4
+
diff --git a/rpmfusion-packager.spec b/rpmfusion-packager.spec
index fef1d93..68bf4ca 100644
--- a/rpmfusion-packager.spec
+++ b/rpmfusion-packager.spec
@@ -12,12 +12,13 @@
Name: rpmfusion-packager
Version: 0.6.8
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
License: GPLv2+
URL:
https://github.com/rpmfusion-infra/rpmfusion-packager
Source0: %url/archive/v%{version}/rpmfusion-packager-%{version}.tar.gz
+Patch1: 0001-Fix-the-bin-rfabipkgdiff-to-work-with-the-new-libabi.patch
BuildArch: noarch
@@ -80,7 +81,7 @@ Provides rpmfusion-cert and the rpmfusion_cert python library
%prep
-%setup -q
+%autosetup -p1
autoreconf -i
@@ -119,6 +120,9 @@ pathfix.py -pni %{python3} src/*.py
%endif
%changelog
+* Mon Jul 06 2020 Sérgio Basto <sergio(a)serjux.com> - 0.6.8-3
+- Add 0001-Fix-the-bin-rfabipkgdiff-to-work-with-the-new-libabi.patch
+
* Sat May 30 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.6.8-2
- Rebuild for python-3.9