Skip to content

Commit

Permalink
rpm: add netavark-firewalld-reload.service to spec
Browse files Browse the repository at this point in the history
Make sure we install the new unit file.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
  • Loading branch information
Luap99 committed Nov 13, 2023
1 parent 3e62f6a commit e11fdec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpm/netavark.spec
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,11 @@ cd docs

%preun
%systemd_preun %{name}-dhcp-proxy.service
%systemd_preun %{name}-firewalld-reload.service

%postun
%systemd_postun %{name}-dhcp-proxy.service
%systemd_postun %{name}-firewalld-reload.service

%files
%license LICENSE
Expand All @@ -118,6 +120,7 @@ cd docs
%{_mandir}/man1/%{name}.1*
%{_unitdir}/%{name}-dhcp-proxy.service
%{_unitdir}/%{name}-dhcp-proxy.socket
%{_unitdir}/%{name}-firewalld-reload.service

%changelog
%if %{defined autochangelog}
Expand Down

0 comments on commit e11fdec

Please sign in to comment.