warewulf4
No description set
- Devel package for openSUSE:Factory
-
4
derived packages
- Links to openSUSE:Factory / warewulf4
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout network:cluster/warewulf4 && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
README.RKE2.md | 0000001322 1.29 KB | |
README.dnsmasq | 0000001411 1.38 KB | |
_link | 0000000124 124 Bytes | |
_service | 0000000865 865 Bytes | |
adjust_overlays.sh | 0000001062 1.04 KB | |
config-ww4.sh | 0000002860 2.79 KB | |
fix-CVE-2025-58058.patch | 0000002302 2.25 KB | |
switched-to-dnsmasq-as-default-dhcp-and-tftp-servi |
0000003025 2.95 KB | |
vendor.tar.xz | 0006489812 6.19 MB | |
warewulf-4.6.4.obscpio | 0004748300 4.53 MB | |
warewulf.obsinfo | 0000000097 97 Bytes | |
warewulf4-rpmlintrc | 0000001070 1.04 KB | |
warewulf4.changes | 0000023565 23 KB | |
warewulf4.spec | 0000011951 11.7 KB |
Comments 1
Thank you for maintaining this package. The only issue I had was on an upgrade the script %{_datadir}/warewulf/scripts/config-warewulf.sh was run in the %post section. I presume the changes at line 252 of the spec file is to have separate actions for installs and upgrades. Great. I beleive there are two issues with line 252. One, there is a space missing between [ and $1 . Second I believe $1 = 1 means an install, not an upgrade. Changing this to $1 = 2 should denote an upgrade. Thanks again.