Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kismet for openSUSE:Factory checked in at 2026-07-23 23:14:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kismet (Old) and /work/SRC/openSUSE:Factory/.kismet.new.2004 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kismet" Thu Jul 23 23:14:28 2026 rev:63 rq:1367371 version:2025_09_R1 Changes: -------- --- /work/SRC/openSUSE:Factory/kismet/kismet.changes 2025-09-22 19:29:14.917768928 +0200 +++ /work/SRC/openSUSE:Factory/.kismet.new.2004/kismet.changes 2026-07-23 23:16:26.213121362 +0200 @@ -1,0 +2,9 @@ +Thu Jul 23 08:58:41 UTC 2026 - Matthias Gerstner <[email protected]> + +- don't package capabilities in RPM directly, but rely on the permissions + package to apply them during %post (bsc#1268674). An upcoming change in + rpmlint will raise badness for capabilities directly packaged in RPM. + Therefore drop the capabilities from the spec file and solely rely on the + invocation of permctl during %post. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kismet.spec ++++++ --- /var/tmp/diff_new_pack.ZVY0JX/_old 2026-07-23 23:16:27.053150738 +0200 +++ /var/tmp/diff_new_pack.ZVY0JX/_new 2026-07-23 23:16:27.053150738 +0200 @@ -1,8 +1,7 @@ # # spec file for package kismet # -# Copyright (c) 2025 SUSE LLC -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -436,10 +435,10 @@ %{_bindir}/kismetdb_to_wiglecsv %files capture-linux-bluetooth -%verify(not mode caps) %attr(0750,root,kismet) %caps(cap_net_raw,cap_net_admin=ep) %{_bindir}/kismet_cap_linux_bluetooth +%verify(not mode caps) %attr(0750,root,kismet) %{_bindir}/kismet_cap_linux_bluetooth %files capture-linux-wifi -%verify(not mode caps) %attr(0750,root,kismet) %caps(cap_net_raw,cap_net_admin=ep) %{_bindir}/kismet_cap_linux_wifi +%verify(not mode caps) %attr(0750,root,kismet) %{_bindir}/kismet_cap_linux_wifi %files capture-nrf-mousejack %{_bindir}/kismet_cap_nrf_mousejack
