Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1e392f1540 | ||
|
|
6f1bf769ef | ||
|
|
37b6456687 | ||
|
|
2bb02e5f02 |
1 changed files with 17 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: web-assets
|
||||
Version: 5
|
||||
Release: 23%{?dist}
|
||||
Release: 27%{?dist}
|
||||
Summary: A simple framework for bits pushed to browsers
|
||||
License: MIT
|
||||
URL: https://fedoraproject.org/wiki/User:Patches/PackagingDrafts/Web_Assets
|
||||
|
|
@ -81,18 +81,18 @@ install -Dpm0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/nginx/default.d/web-asset
|
|||
|
||||
%if %{with httpd}
|
||||
%post httpd
|
||||
[ -x %{_bindir}/systemctl ] && reload-or-try-restart httpd.service || :
|
||||
[ -x %{_bindir}/systemctl ] && systemctl try-reload-or-restart httpd.service || :
|
||||
|
||||
%postun httpd
|
||||
[ -x %{_bindir}/systemctl ] && reload-or-try-restart httpd.service || :
|
||||
[ -x %{_bindir}/systemctl ] && systemctl try-reload-or-restart httpd.service || :
|
||||
%endif
|
||||
|
||||
%if %{with nginx}
|
||||
%post nginx
|
||||
[ -x %{_bindir}/systemctl ] && systemctl reload-or-try-restart nginx.service || :
|
||||
[ -x %{_bindir}/systemctl ] && systemctl try-reload-or-restart nginx.service || :
|
||||
|
||||
%postun nginx
|
||||
[ -x %{_bindir}/systemctl ] && systemctl reload-or-try-restart nginx.service || :
|
||||
[ -x %{_bindir}/systemctl ] && systemctl try-reload-or-restart nginx.service || :
|
||||
%endif
|
||||
|
||||
%files filesystem
|
||||
|
|
@ -117,6 +117,18 @@ install -Dpm0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/nginx/default.d/web-asset
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Sep 02 2026 Petr Pisar <ppisar@redhat.com> - 5-27
|
||||
- Fix restarting systemd services
|
||||
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5-26
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5-23
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue