From 6f68a3752199c58a28d1b4e1a254aa89e65f9d2b Mon Sep 17 00:00:00 2001 From: Xinwei Hu Date: Sat, 29 Jul 2023 10:04:44 +0800 Subject: [PATCH] fix typo in spec --- openresty.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/openresty.spec b/openresty.spec index b23bc70..edd4e24 100644 --- a/openresty.spec +++ b/openresty.spec @@ -1,6 +1,6 @@ Name: openresty Version: 1.21.4.1 -Release: 1 +Release: 2 Summary: OpenResty, scalable web platform by extending NGINX with Lua Group: System Environment/Daemons @@ -117,7 +117,7 @@ Group: Development/Tools Requires: perl, openresty >= %{version}-%{release} Requires: perl(File::Spec), perl(FindBin), perl(List::Util), perl(Getopt::Long), perl(File::Temp), perl(POSIX), perl(Time::HiRes) -%if 0%{?fedora} >= 10 || 0%{?rhel} >= 6 || 0%{?centos} >= 6 || 0%{?%openEuler} >= 2 +%if 0%{?fedora} >= 10 || 0%{?rhel} >= 6 || 0%{?centos} >= 6 || 0%{?openEuler} >= 2 BuildArch: noarch %endif @@ -144,13 +144,13 @@ Requires: perl, perl(Getopt::Std), perl(File::Spec), perl(FindBin), perl(C Requires: groff %endif -%if (0%{?rhel} && 0%{?rhel} >= 7) || 0%{?fedora} || 0%{?%openEuler} >= 2 +%if (0%{?rhel} && 0%{?rhel} >= 7) || 0%{?fedora} || 0%{?openEuler} >= 2 Requires: groff-base %endif Provides: restydoc, restydoc-index, md2pod.pl -%if 0%{?fedora} >= 10 || 0%{?rhel} >= 6 || 0%{?centos} >= 6 || 0%{?%openEuler} >= 2 +%if 0%{?fedora} >= 10 || 0%{?rhel} >= 6 || 0%{?centos} >= 6 || 0%{?openEuler} >= 2 BuildArch: noarch %endif @@ -443,6 +443,9 @@ fi %{orprefix_debug}/COPYRIGHT %changelog +* Sat Jul 29 2023 Xinwei Hu - 1.21.4.1-2 +- Fix macro typo in spec file + * Wed Jul 12 2023 Niu zhengjie 1.21.4.1-1 - upgrade to 1.21.4.1 -- Gitee