Skip to content

Commit 3493ad3

Browse files
authored
Merge pull request #34 from jfut/bump-v0.5.2-8
bump: update to version v0.5.2-8
2 parents 6c4f0b8 + 5b0280f commit 3493ad3

File tree

2 files changed

+24
-14
lines changed

2 files changed

+24
-14
lines changed

README.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,45 +8,51 @@
88

99
- [Download](https://github.com/jfut/nginx-module-fancyindex-rpm/releases)
1010
- Install:
11-
- RHEL/AlmaLinux/Rocky Linux 10 x86_64
11+
- RHEL/AlmaLinux/Rocky Linux 10
1212
```bash
13-
# Non-modular package version 1.26
14-
dnf install nginx-module-fancyindex-0.5.2-7.el10.x86_64.rpm
13+
# Non-modular package version 1.26 for x86_64
14+
dnf install nginx-module-fancyindex-0.5.2-8.el10.x86_64.rpm
15+
16+
# Non-modular package version 1.26 for x86_64_v2
17+
dnf install nginx-module-fancyindex-0.5.2-8.el10.x86_64_v2.rpm
18+
19+
# Non-modular package version 1.26 for aarch64
20+
dnf install nginx-module-fancyindex-0.5.2-8.el10.aarch64.rpm
1521
```
1622
- RHEL/AlmaLinux/Rocky Linux 9 x86_64
1723
```bash
1824
# Non-modular package version 1.20
19-
dnf install nginx-module-fancyindex-0.5.2-7.el9.x86_64.rpm
25+
dnf install nginx-module-fancyindex-0.5.2-8.el9.x86_64.rpm
2026
2127
# AppStream module 1.22 stream
22-
dnf install nginx-module-fancyindex-0.5.2-7.module_el9.1.22.x86_64.rpm
28+
dnf install nginx-module-fancyindex-0.5.2-8.module_el9.1.22.x86_64.rpm
2329
2430
# AppStream module 1.24 stream
25-
dnf install nginx-module-fancyindex-0.5.2-7.module_el9.1.24.x86_64.rpm
31+
dnf install nginx-module-fancyindex-0.5.2-8.module_el9.1.24.x86_64.rpm
2632
2733
# AppStream module 1.26 stream
28-
dnf install nginx-module-fancyindex-0.5.2-7.module_el9.1.26.x86_64.rpm
34+
dnf install nginx-module-fancyindex-0.5.2-8.module_el9.1.26.x86_64.rpm
2935
```
3036
- RHEL/AlmaLinux/Rocky Linux 8 x86_64
3137
```bash
3238
# AppStream module 1.16 stream
33-
dnf install nginx-module-fancyindex-0.5.2-7.module_el8.1.16.x86_64.rpm
39+
dnf install nginx-module-fancyindex-0.5.2-8.module_el8.1.16.x86_64.rpm
3440
3541
# AppStream module 1.18 stream
36-
dnf install nginx-module-fancyindex-0.5.2-7.module_el8.1.18.x86_64.rpm
42+
dnf install nginx-module-fancyindex-0.5.2-8.module_el8.1.18.x86_64.rpm
3743
3844
# AppStream module 1.20 stream
39-
dnf install nginx-module-fancyindex-0.5.2-7.module_el8.1.20.x86_64.rpm
45+
dnf install nginx-module-fancyindex-0.5.2-8.module_el8.1.20.x86_64.rpm
4046
4147
# AppStream module 1.22 stream
42-
dnf install nginx-module-fancyindex-0.5.2-7.module_el8.1.22.x86_64.rpm
48+
dnf install nginx-module-fancyindex-0.5.2-8.module_el8.1.22.x86_64.rpm
4349
4450
# AppStream module 1.24 stream
45-
dnf install nginx-module-fancyindex-0.5.2-7.module_el8.1.24.x86_64.rpm
51+
dnf install nginx-module-fancyindex-0.5.2-8.module_el8.1.24.x86_64.rpm
4652
4753
# EPEL module mainline stream (version: 1.23)
4854
# EPEL 8 Modularity was going away on February 15, 2023
49-
dnf install nginx-module-fancyindex-0.5.2-7.module_el8.epel.mainline.x86_64.rpm
55+
dnf install nginx-module-fancyindex-0.5.2-8.module_el8.epel.mainline.x86_64.rpm
5056
```
5157
- Add your configuration for this module (See [the official documentation](https://github.com/aperezdc/ngx-fancyindex)).
5258
- Restart nginx:

rpmbuild/SPECS/nginx-module-fancyindex.spec.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Summary: Nginx module to use PAM for simple http authentication
1111
Name: nginx-module-fancyindex
1212
Version: 0.5.2
13-
Release: 7%{?dist}
13+
Release: 8%{?dist}
1414
License: BSD-2-Clause
1515
URL: https://github.com/sto/ngx_http_fancyindex_module
1616

@@ -79,6 +79,10 @@ echo 'load_module "%{nginx_moduledir}/ngx_http_fancyindex_module.so";' \
7979
%config(noreplace) %{nginx_moduleconfdir}/mod-*.conf
8080

8181
%changelog
82+
* Mon Jul 7 2025 Jun Futagawa <[email protected]> 0.5.2-8
83+
- feat: add support for AlmaLinux 10 x86_64_v2 @jfut (#31)
84+
- ci: update workflows to use arm runner @jfut (#33)
85+
8286
* Sun Jun 1 2025 Jun Futagawa <[email protected]> 0.5.2-7
8387
- feat: add support for RHEL/AlmaLinux/Rocky Linux 10 @jfut (#27)
8488
- feat: add support almalinux 9 appstream 1.26 with nginx 1.26 @jfut (#26)

0 commit comments

Comments
 (0)