Skip to content

Commit

Permalink
Increasing epoch to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Malenfant committed Jun 3, 2024
1 parent 43f78e0 commit 797dac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ SIMPLE=0
list=0
failure=0
print_help=0
while getopts h78abdf:lopqvsSL opt; do
while getopts h789abdf:lopqvsSL opt; do
case $opt in
\?)
failure=1;
Expand Down Expand Up @@ -161,7 +161,7 @@ HELP_TEXT="$(cat <<HELP_TEXT
Usage: $SELF [options] [projects]
-7 Build RPMs targeting CentOS 7
-8 Build RPMs targeting Rocky Linux 8 (default)
-9 Build RPMs targeting Rocky Linux 9
-9 Build RPMs targeting Rocky Linux 9
-a Build all projects, including optional ones.
-b Build builder Docker images before building projects
-d Disable compiler optimizations for debugging.
Expand Down
2 changes: 1 addition & 1 deletion traffic_router/tomcat-rpm/tomcat.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Name: tomcat
Version: %{tomcat_version}
BuildArch: noarch
Epoch: 1
Epoch: 2
Release: %{build_number}
Summary: Apache Tomcat Servlet/JSP Engine 9.0+, RI for Servlet 3.1/JSP 2.3 API
License: Apache Software License
Expand Down

0 comments on commit 797dac4

Please sign in to comment.