fix missrinetd.conf
(cherry picked from commit 6f3ea66f9678371c67d9b3d9e73536a5d538868f)
This commit is contained in:
parent
2986ef2697
commit
ec2af90a7e
@ -1,7 +1,7 @@
|
|||||||
%define with_systemd 1
|
%define with_systemd 1
|
||||||
Name: rinetd
|
Name: rinetd
|
||||||
Version: 0.62
|
Version: 0.62
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: TCP Redirection Server
|
Summary: TCP Redirection Server
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: http://www.boutell.com/rinetd/
|
URL: http://www.boutell.com/rinetd/
|
||||||
@ -67,7 +67,7 @@ install -m 644 %SOURCE2 %{buildroot}/etc/logrotate.d/rinetd
|
|||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc CHANGES README index.html rinetd.conf.sample
|
%doc CHANGES README index.html rinetd.conf.sample
|
||||||
%config(missingok,noreplace) %ghost /etc/rinetd.conf
|
%config(noreplace) /etc/rinetd.conf
|
||||||
%config(noreplace) /etc/logrotate.d/rinetd
|
%config(noreplace) /etc/logrotate.d/rinetd
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
%{_unitdir}/%{name}.service
|
%{_unitdir}/%{name}.service
|
||||||
@ -79,6 +79,9 @@ install -m 644 %SOURCE2 %{buildroot}/etc/logrotate.d/rinetd
|
|||||||
/usr/sbin/rinetd
|
/usr/sbin/rinetd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 30 2021 caodongxia <caodongxia@huawei.com> - 0.62-3
|
||||||
|
- fix miss rinetd.conf
|
||||||
|
|
||||||
* Sat 28 Aug 2021 wangyue <wangyue92@huawei.com> - 0.62-2
|
* Sat 28 Aug 2021 wangyue <wangyue92@huawei.com> - 0.62-2
|
||||||
- fix post and postun error
|
- fix post and postun error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user