Support AlmaLinux

This commit is contained in:
2024-04-17 19:40:06 -04:00
parent 2efeb624f7
commit 026b59acc7

View File

@@ -2,7 +2,7 @@
# Install JRiver Media Center and associated services # Install JRiver Media Center and associated services
# See installJRMC --help or printHelp() below # See installJRMC --help or printHelp() below
# #
# Copyright (c) 2021-2023 Bryan C. Roessler # Copyright (c) 2021-2024 Bryan C. Roessler
# This software is released under the Apache License. # This software is released under the Apache License.
# https://www.apache.org/licenses/LICENSE-2.0 # https://www.apache.org/licenses/LICENSE-2.0
# #
@@ -169,7 +169,7 @@ init() {
RPM_MGR="yum" RPM_MGR="yum"
fi fi
;; ;;
rhel) rhel|almalinux)
ID="centos" ID="centos"
;; ;;
linuxmint|neon|zorin|*ubuntu*) linuxmint|neon|zorin|*ubuntu*)
@@ -814,7 +814,7 @@ buildRPM() {
Provides: mediacenter$MC_MVERSION Provides: mediacenter$MC_MVERSION
License: Copyright 1998-2023, JRiver, Inc. All rights reserved. Protected by U.S. patents #7076468 and #7062468 License: Copyright 1998-2024, JRiver, Inc. All rights reserved. Protected by U.S. patents #7076468 and #7062468
URL: http://www.jriver.com/ URL: http://www.jriver.com/
%define __provides_exclude_from ^%{_libdir}/jriver/.*/.*\\.so.*$ %define __provides_exclude_from ^%{_libdir}/jriver/.*/.*\\.so.*$