From a6d9897d8f0ae3c13b5d15f6e6e4f0c78ddb5845 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Wed, 10 Mar 2021 09:59:31 -0500 Subject: [PATCH] Escape macro in comment Not really allowed to use macros in comments and rpmbuild on F33 is starting to enforce this. Signed-off-by: Brian J. Murrell --- fedora/jellyfin-web.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index e6349c1bdd..d0c8d4ba23 100644 --- a/fedora/jellyfin-web.spec +++ b/fedora/jellyfin-web.spec @@ -6,7 +6,7 @@ Release: 1%{?dist} Summary: The Free Software Media System web client License: GPLv3 URL: https://jellyfin.org -# Jellyfin Server tarball created by `make -f .copr/Makefile srpm`, real URL ends with `v%{version}.tar.gz` +# Jellyfin Server tarball created by `make -f .copr/Makefile srpm`, real URL ends with `v%%{version}.tar.gz` Source0: jellyfin-web-%{version}.tar.gz %if 0%{?centos}