add dhcp-proxy unitfiles for upcoming v1.6
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
42b86569f1
commit
0ce7c980d1
@ -297,6 +297,12 @@ go-md2man -in %{name}.1.md -out %{name}.1
|
|||||||
%install
|
%install
|
||||||
%{__make} DESTDIR=%{buildroot} PREFIX=%{_prefix} install
|
%{__make} DESTDIR=%{buildroot} PREFIX=%{_prefix} install
|
||||||
|
|
||||||
|
%preun
|
||||||
|
%systemd_preun %{name}-dhcp-proxy.service
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%systemd_postun %{name}-dhcp-proxy.service
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%dir %{_libexecdir}/podman
|
%dir %{_libexecdir}/podman
|
||||||
@ -304,6 +310,8 @@ go-md2man -in %{name}.1.md -out %{name}.1
|
|||||||
%ifarch %{golang_arches}
|
%ifarch %{golang_arches}
|
||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
%endif
|
%endif
|
||||||
|
%{_unitdir}/%{name}-dhcp-proxy.service
|
||||||
|
%{_unitdir}/%{name}-dhcp-proxy.socket
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
%autochangelog
|
||||||
|
Loading…
Reference in New Issue
Block a user