Skip to content

Commit

Permalink
RHEL 9: Bump Epoch to override appstream version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed Nov 20, 2024
1 parent 4da5ad2 commit 75c2010
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/nginx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<change_log title="nginx">


<changes apply="nginx" ver="1.27.2" rev="2"
date="2024-11-20" time="11:55:00 -0800"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
RHEL 9 only: bumped Epoch to override appstream version.
</para>
</change>

</changes>


<changes apply="nginx" ver="1.27.2" rev="1"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
2 changes: 1 addition & 1 deletion rpm/SPECS/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MODULE_TARGET?= oss
include $(CONTRIB)/src/nginx$(BASE_SUFFIX)/version

BASE_VERSION= $(NGINX_VERSION)
BASE_RELEASE= 1
BASE_RELEASE= 2
PLUS_VERSION= $(NGINX_PLUS_VERSION)
PLUS_RELEASE= $(BASE_RELEASE)
BASE_SRC= nginx$(BASE_SUFFIX)-$(BASE_VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion rpm/SPECS/nginx.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ BuildRequires: openssl-devel >= 1.1.1
%endif

%if 0%{?rhel} == 9
%define epoch 1
%define epoch 2
Epoch: %{epoch}
Requires(pre): shadow-utils
Requires: procps-ng
Expand Down

0 comments on commit 75c2010

Please sign in to comment.