From 8eaa11e8b206e53b70bbc787b79ffa8b69725022 Mon Sep 17 00:00:00 2001 From: Allan Jacquet-Cretides Date: Sun, 16 Feb 2020 22:58:42 +0100 Subject: Upgrade make package-install for fedora31 The package golang-github-cpuguy83-go-md2man has been renamed into golang-github-cpuguy83-md2man in f31 repository. That leads to an Error: Unable to find a match: golang-github-cpuguy83-go-md2man This patch handles the renaming of this package and fixes the command for f31 and the one that will follows without breaking compatibility with older versions. Signed-off-by: Allan Jacquet-Cretides --- contrib/build_rpm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/build_rpm.sh b/contrib/build_rpm.sh index b162a9c88..e6acbdb15 100755 --- a/contrib/build_rpm.sh +++ b/contrib/build_rpm.sh @@ -48,7 +48,7 @@ fi # btrfs-progs-devel is not available in CentOS/RHEL-8 if ! (grep -i 'Red Hat\|CentOS' /etc/redhat-release | grep " 8" ); then - PKGS+=(golang-github-cpuguy83-go-md2man \ + PKGS+=(golang-github-cpuguy83-md2man \ btrfs-progs-devel \ ) fi -- cgit v1.2.3-54-g00ecf