|
@@ -3,7 +3,7 @@
|
|
|
|
|
|
Summary: Intrusion Detection System
|
|
|
Name: suricata
|
|
|
-Version: 6.0.6
|
|
|
+Version: 6.0.7
|
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
|
Group: network,security
|
|
|
Vendor: Project Vine
|
|
@@ -215,13 +215,11 @@ fi
|
|
|
%license COPYING
|
|
|
%attr(644,root,root) %{_mandir}/man1/*
|
|
|
%{_sbindir}/suricata
|
|
|
-%{_bindir}/suricatasc
|
|
|
-%{_bindir}/suricatactl
|
|
|
-%{_bindir}/suricata-update
|
|
|
+%{_sbindir}/suricatasc
|
|
|
+%{_sbindir}/suricatactl
|
|
|
+%{_sbindir}/suricata-update
|
|
|
%{_libdir}/libhtp*
|
|
|
-%{python3_sitelib}/suricatasc/*
|
|
|
-%{python3_sitelib}/suricata/*
|
|
|
-%{python3_sitelib}/*egg-info
|
|
|
+%{_prefix}/lib/suricata/python
|
|
|
%dir %{_libexecdir}/%{name}
|
|
|
%attr(0755,root,root) %{_libexecdir}/%{name}/post_start
|
|
|
%attr(0755,root,root) %{_libexecdir}/%{name}/pre_stop
|
|
@@ -247,6 +245,9 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Sep 27 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.0.7-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Wed Jul 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.0.6-1
|
|
|
- new upstream release.
|
|
|
|