From 5008f3513f5c6f4e9aacd50e66de4d8a07390dda Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 11 Apr 2020 12:24:03 -0400 Subject: [PATCH] rpmspec: strip quotation marks --- tools/notcurses.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/notcurses.spec b/tools/notcurses.spec index d55be5608..8b55aab99 100644 --- a/tools/notcurses.spec +++ b/tools/notcurses.spec @@ -24,7 +24,7 @@ an API similar to that of Curses, and rides atop Terminfo. %package devel Summary: Development files for the notcurses library License: ASL 2.0 -Requires: "%{name}%{?_isa} = %{version}-%{release}" +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Development files for the notcurses library. @@ -40,7 +40,7 @@ A statically-linked version of the notcurses library. %package -n python3-%{srcname} Summary: Python wrappers for notcurses License: ASL 2.0 -Requires: "%{name}%{?_isa} = %{version}-%{release}" +Requires: %{name}%{?_isa} = %{version}-%{release} %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname}