1
0
forked from pool/warewulf4
Files
warewulf4/_service
Christian Goll 0e14384bf6 - Update to version 4.6.4:
* v4.6.4 release updates
  * Convert disk booleans from wwbool to *bool which allows bools in 
    disk to be set to false via command line (bsc#1248768)
  * Update NetworkManager Overlay
    * Disable ipv4 in NetworkManager if no address or route is specified
  * fix(wwctl): Create overlay edit tempfile in tmpdir
  * Add default for systemd name for warewulf in warewulf.conf
  * Atomic overlay file application in wwclient
  * Simpler names for overlay methods
  * Fix warewulfd api behavior when deleting distribution overlay
- renamed siwtched-to-dnsmasq-as-default-dhcp-and-tftp-service.patch
  to switched-to-dnsmasq-as-default-dhcp-and-tftp-service.patch
- added fix-CVE-2025-58058.patch (bsc#1248906)

- Update to version 4.6.3:
  * v4.6.3 release
  * IPv6 iPXE support
  * Fix a syntax error in the RPM specfile
  * Fix a race condition in wwctl overlay edit
  * Fixed handling of comma-separated mount options in `fstab` and `ignition` overlays
  * Move reexec.Init() to beginning of wwctl
  * Add documentation for using tmpfs to distribute across numa nodes
  * added warewuld configure option
  * Fix wwctl upgrade nodes to handle kernel argument lists (bsc#1227686 bsc#1227465)
  * Address copilot review from #1945
  * Refactor wwapi tests for proper isolation
  * Bugfix: cloning a site overlay when parent dir does not exist
  * Clone to a site overlay when adding files in wwapi
  * Consolidated createOverlayFile and updateOverlayFile to addOverlayFile

OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=119
2025-09-08 14:27:19 +00:00

23 lines
865 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/warewulf/warewulf.git</param>
<param name="scm">git</param>
<param name="revision">v4.6.4</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
<param name="submodules">enable</param>
<param name="package-meta">yes</param>
</service>
<service name="set_version" mode="manual" />
<service name="format_spec_file" mode="manual" />
<service name="tar" mode="buildtime">
<param name="package-meta">yes</param>
</service>
<service name="go_modules" mode="manual" >
<param name="compression">xz</param>
<param name="archive">warewulf*obscpio</param>
</service>
<service name="format_spec_file" mode="manual" />
</services>