From a7fa9601f1c631e26e365f1a096158f362aa8be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Tue, 28 Jun 2022 01:07:03 +0200 Subject: [PATCH] Related: #2099752 - Fix downgrade issue after introducing nginx core sub-package. --- nginx.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nginx.spec b/nginx.spec index da901cd..19bb1d1 100644 --- a/nginx.spec +++ b/nginx.spec @@ -41,7 +41,7 @@ Name: nginx Epoch: 1 Version: 1.20.1 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A high performance web server and reverse proxy server # BSD License (two clause) @@ -143,6 +143,7 @@ Requires: nginx-mimetypes %endif Requires: openssl-libs Requires(pre): nginx-filesystem +Conflicts: nginx < 1:1.20.1-13 %description core nginx minimal core @@ -599,7 +600,7 @@ fi %changelog -* Wed Jun 22 2022 Luboš Uhliarik - 1:1.20.1-12 +* Wed Jun 22 2022 Luboš Uhliarik - 1:1.20.1-13 - Resolves: #2099752 - nginx minimisation for ubi-micro * Tue Jun 21 2022 Luboš Uhliarik - 1:1.20.1-11