Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package warewulf4 for openSUSE:Factory checked in at 2023-09-21 22:23:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/warewulf4 (Old) and /work/SRC/openSUSE:Factory/.warewulf4.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "warewulf4" Thu Sep 21 22:23:44 2023 rev:13 rq:1112815 version:4.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/warewulf4/warewulf4.changes 2023-03-02 23:02:55.271028925 +0100 +++ /work/SRC/openSUSE:Factory/.warewulf4.new.1770/warewulf4.changes 2023-09-21 22:24:42.128466009 +0200 @@ -1,0 +2,5 @@ +Thu Sep 21 09:23:31 UTC 2023 - Christian Goll <cg...@suse.com> + +- removed the upstream ipxe binaries + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ warewulf4.spec ++++++ --- /var/tmp/diff_new_pack.ZmeE9c/_old 2023-09-21 22:24:43.788526247 +0200 +++ /var/tmp/diff_new_pack.ZmeE9c/_new 2023-09-21 22:24:43.792526393 +0200 @@ -84,15 +84,6 @@ %description api Containts the binaries for the access of warewulf through a rest API and from the commandline from an external host. -%package ipxe -Summary: Binaries of iPXE for ww4 installation -BuildArch: noarch - -%description ipxe -For the boot of the nodes iPXE binaries are needed. As these package includes these files for -x86, i386 and ARM. -These are the binaries from the upstream project. - %package slurm Summary: Configuration template for slurm Requires: %{name} = %{version} @@ -176,6 +167,8 @@ cat > %{buildroot}%{_datadir}/warewulf/overlays/generic/etc/slurm/slurm.conf.ww <<EOF {{ Include "/etc/slurm/slurm.conf" }} EOF +# remove upstream ipxe stuff +rm -r %{buildroot}/%{_datadir}/ipxe %pre -f %{name}.pre %service_add_pre warewulfd.service @@ -222,9 +215,6 @@ %exclude %{_datadir}/warewulf/overlays/generic/etc/slurm %exclude %{_datadir}/warewulf/overlays/generic/etc/munge -%files ipxe -%{_datadir}/ipxe - %files api %{_bindir}/wwapic %{_bindir}/wwapid ++++++ warewulf4-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.ZmeE9c/_old 2023-09-21 22:24:43.884529731 +0200 +++ /var/tmp/diff_new_pack.ZmeE9c/_new 2023-09-21 22:24:43.888529876 +0200 @@ -8,4 +8,7 @@ addFilter("statically-linked-binary /var/lib/warewulf/overlays/system/default/warewulf/bin/wwclient") # go binaries are hard to strip addFilter("unstripped-binary-or-object.*") +# ignore the binary in /usr/share as this binary will to the nodes and not run on +# the host where the rpm is installed +addFilter("arch-dependent-file-in-usr-share")