Skip to content

Commit a1afc67

Browse files
committed
SPECS/nginx.spec fixed epoch
1 parent 2836c88 commit a1afc67

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SPECS/nginx.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ BuildRequires: openssl-devel >= 1.0.2
2323
%endif
2424

2525
%if (0%{?rhel} == 7) && (0%{?amzn} == 2)
26-
%define epoch 1
26+
%define epoch 3
2727
Epoch: %{epoch}
2828
Requires(pre): shadow-utils
2929
Requires: openssl11 >= 1.1.1
3030
BuildRequires: openssl11-devel >= 1.1.1
3131
%endif
3232

3333
%if 0%{?rhel} == 8
34-
%define epoch 1
34+
%define epoch 3
3535
Epoch: %{epoch}
3636
Requires(pre): shadow-utils
3737
BuildRequires: openssl-devel >= 1.1.1
3838
%define _debugsource_template %{nil}
3939
%endif
4040

4141
%if 0%{?rhel} == 9
42-
%define epoch 1
42+
%define epoch 3
4343
Epoch: %{epoch}
4444
Requires(pre): shadow-utils
4545
BuildRequires: openssl-devel

0 commit comments

Comments
 (0)