Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/g/gdu/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ releases:
id: 141586
rss: https://github.com/dundee/gdu/releases.atom
security:
cpe: ~ # Last checked 2025-10-28
cpe: ~ # Last checked 2026-09-03
9 changes: 5 additions & 4 deletions packages/g/gdu/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : gdu
version : 5.32.0
release : 2
version : 5.34.0
release : 3
source :
- https://github.com/dundee/gdu/releases/download/v5.32.0/gdu-5.32.0.tgz : 01725d9db1cb817b1060bda1fad688d21dfd1d710e4e30fefefc448d9cb150e0
- https://github.com/dundee/gdu/releases/download/v5.34.0/gdu-5.34.0.tgz : sha256:f3546d55bd2a7ceac78ad952093c5e187b681f45f3407b35ebf2202fa918ea5d
homepage : https://github.com/dundee/gdu
license : MIT
component : system.utils
Expand All @@ -25,4 +25,5 @@ build : |
./cmd/gdu
install : |
install -Dm00755 gdu $installdir/usr/bin/gdu
install -Dm00644 gdu.1 $installdir/usr/share/man/man1/gdu.1
install -Dm00644 gdu.1 $installdir/usr/share/man/man1/gdu.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also install a license file. Here you would use
%install_license LICENSE.md

This is a new requirement: https://help.getsol.us/docs/packaging/packaging-changes#mandate-installation-of-license-files

%install_license LICENSE.md
6 changes: 3 additions & 3 deletions packages/g/gdu/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
</Files>
</Package>
<History>
<Update release="2">
<Date>2025-11-23</Date>
<Version>5.32.0</Version>
<Update release="3">
<Date>2026-02-27</Date>
<Version>5.33.0</Version>
<Comment>Packaging update</Comment>
<Name>DinimixisDEMZ</Name>
<Email>[email protected]</Email>
Expand Down