diff --git a/rinetd.spec b/rinetd.spec index 1650edaeda6675743dcc891f3d9ac1b6d019b9b8..2b8b1ac64c14f4267fe8d4c499ea50968794bb0c 100644 --- a/rinetd.spec +++ b/rinetd.spec @@ -1,7 +1,7 @@ %define with_systemd 1 Name: rinetd Version: 0.62 -Release: 2 +Release: 3 Summary: TCP Redirection Server License: GPL-2.0-or-later URL: http://www.boutell.com/rinetd/ @@ -67,7 +67,7 @@ install -m 644 %SOURCE2 %{buildroot}/etc/logrotate.d/rinetd %files %defattr(-, root, root) %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 %if %{with_systemd} %{_unitdir}/%{name}.service @@ -79,6 +79,9 @@ install -m 644 %SOURCE2 %{buildroot}/etc/logrotate.d/rinetd /usr/sbin/rinetd %changelog +* Mon Aug 30 2021 caodongxia - 0.62-3 +- fix miss rinetd.conf + * Sat 28 Aug 2021 wangyue - 0.62-2 - fix post and postun error