summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Jacquet-Cretides <allan.jacquet@gmail.com>2020-02-16 22:58:42 +0100
committerAllan Jacquet-Cretides <allan.jacquet@qonto.eu>2020-02-21 13:57:17 +0100
commit8eaa11e8b206e53b70bbc787b79ffa8b69725022 (patch)
tree0498ebdfa1e968c50b8a3419e24255849270bd98
parent92dbcb8841abae35658e5da1bf6eddee7669ea75 (diff)
downloadpodman-8eaa11e8b206e53b70bbc787b79ffa8b69725022.tar.gz
podman-8eaa11e8b206e53b70bbc787b79ffa8b69725022.tar.bz2
podman-8eaa11e8b206e53b70bbc787b79ffa8b69725022.zip
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 <allan.jacquet@gmail.com>
-rwxr-xr-xcontrib/build_rpm.sh2
1 files changed, 1 insertions, 1 deletions
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