From cc1fec0e4934e17d3dca4cda98c10443f570be80 Mon Sep 17 00:00:00 2001
From: Francesco Giacomini <francesco.giacomini@cnaf.infn.it>
Date: Thu, 11 Nov 2021 15:54:56 +0000
Subject: [PATCH] Move openresty version to 1.19.9.1

Conflict is set against any version of openresty.
---
 rpm/SPECS/openresty-voms.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rpm/SPECS/openresty-voms.spec b/rpm/SPECS/openresty-voms.spec
index 5d92298..ff878ee 100644
--- a/rpm/SPECS/openresty-voms.spec
+++ b/rpm/SPECS/openresty-voms.spec
@@ -1,5 +1,5 @@
 Name:           openresty-voms
-Version:        1.15.8.1
+Version:        1.19.9.1
 Release:        7%{?dist}
 Summary:        OpenResty with Voms
 
@@ -37,7 +37,7 @@ Requires: voms
 
 # The path location is /usr/local/openresty-voms, therefore I can avoid to handle 
 # Conflicts for standard rpm
-# Conflicts:      openresty >= 1.15.8.2
+# Conflicts:      openresty
 
 %if 0%{?suse_version}
 
@@ -122,7 +122,7 @@ Requires:       perl(File::Spec), perl(FindBin), perl(List::Util), perl(Getopt::
 
 # The path location is /usr/local/openresty-voms, therefore I can avoid to handle 
 # Conflicts for standard rpm
-# Conflicts:      openresty-resty >= 1.15.8.2
+# Conflicts:      openresty-resty
 
 %if 0%{?fedora} >= 10 || 0%{?rhel} >= 6 || 0%{?centos} >= 6
 BuildArch:      noarch
-- 
GitLab