lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251216140238.3770737-1-gal@nvidia.com>
Date: Tue, 16 Dec 2025 16:02:38 +0200
From: Gal Pressman <gal@...dia.com>
To: Michal Kubecek <mkubecek@...e.cz>, "John W. Linville"
	<linville@...driver.com>, <netdev@...r.kernel.org>
CC: Gal Pressman <gal@...dia.com>, Tariq Toukan <tariqt@...dia.com>
Subject: [PATCH ethtool] ethtool.spec: Add AppStream metainfo file to %files section

The cited commit added the metainfo file and configured it to be
installed via Makefile.am, but forgot to update ethtool.spec.in.
This causes RPM builds to fail with:

  error: Installed (but unpackaged) file(s) found:
     /usr/share/metainfo/org.kernel.software.network.ethtool.metainfo.xml

Add the missing file to the %files section.

Fixes: 02d505bba6fe ("Add AppStream metainfo XML with modalias documented supported hardware.")
Reviewed-by: Tariq Toukan <tariqt@...dia.com>
Signed-off-by: Gal Pressman <gal@...dia.com>
---
 ethtool.spec.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ethtool.spec.in b/ethtool.spec.in
index 75f9be6aafa6..f5fadf26fa64 100644
--- a/ethtool.spec.in
+++ b/ethtool.spec.in
@@ -35,6 +35,7 @@ make install DESTDIR=${RPM_BUILD_ROOT}
 %{_sbindir}/ethtool
 %{_mandir}/man8/ethtool.8*
 %{_datadir}/bash-completion/completions/ethtool
+%{_datadir}/metainfo/org.kernel.software.network.ethtool.metainfo.xml
 %doc AUTHORS COPYING NEWS README
 
 
-- 
2.40.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ