* Wed Apr 17 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.0.7-3.sme

- adding systemd service file and run config [SME: 12538]
  remove scriptlet for sysvinit, leave integrator enabling service
This commit is contained in:
Jean-Philippe Pialasse 2024-04-18 07:04:52 -04:00
parent e6c0fb68f4
commit 28bf00257e

View File

@ -1,7 +1,7 @@
Summary: Userspace logging daemon for netfilter Summary: Userspace logging daemon for netfilter
Name: ulogd Name: ulogd
Version: 2.0.7 Version: 2.0.7
Release: 2%{?dist} Release: 3%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://www.netfilter.org/projects/%{name}/ URL: http://www.netfilter.org/projects/%{name}/
@ -106,7 +106,9 @@ firewall information into an SQLITE database.
%{__mkdir_p} -m 0755 %{buildroot}%{_sysconfdir}/logrotate.d/ %{__mkdir_p} -m 0755 %{buildroot}%{_sysconfdir}/logrotate.d/
%{__install} -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} %{__install} -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
%{__mkdir_p} -m 0755 %{buildroot}/usr/lib/systemd/system/
%{__install} -m 0644 %{SOURCE4} %{buildroot}/usr/lib/systemd/system/%{name}.service %{__install} -m 0644 %{SOURCE4} %{buildroot}/usr/lib/systemd/system/%{name}.service
%{__mkdir_p} -m 0755 %{buildroot}/usr/lib/tmpfiles.d/
%{__install} -m 0644 %{SOURCE5} %{buildroot}/usr/lib/tmpfiles.d/%{name}.conf %{__install} -m 0644 %{SOURCE5} %{buildroot}/usr/lib/tmpfiles.d/%{name}.conf
%post %post
@ -139,6 +141,8 @@ firewall information into an SQLITE database.
%exclude %{_libdir}/%{name}/%{name}_output_PGSQL.so %exclude %{_libdir}/%{name}/%{name}_output_PGSQL.so
%exclude %{_libdir}/%{name}/%{name}_output_PCAP.so %exclude %{_libdir}/%{name}/%{name}_output_PCAP.so
%exclude %{_libdir}/%{name}/%{name}_output_SQLITE3.so %exclude %{_libdir}/%{name}/%{name}_output_SQLITE3.so
/usr/lib/tmpfiles.d/%{name}.conf
/usr/lib/systemd/system/%{name}.service
%files libdbi %files libdbi
%defattr(0755,root,root,0755) %defattr(0755,root,root,0755)
@ -171,7 +175,7 @@ firewall information into an SQLITE database.
%doc COPYING %doc COPYING
%changelog %changelog
* Wed Apr 17 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.0.7-2.sme * Wed Apr 17 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.0.7-3.sme
- adding systemd service file and run config [SME: 12538] - adding systemd service file and run config [SME: 12538]
remove scriptlet for sysvinit, leave integrator enabling service remove scriptlet for sysvinit, leave integrator enabling service