File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4444 cp systemd/*.target dist/liquidWeb/systemd/
4545 - name : prepare rpm sources
4646 run : |
47+ VERSION=$(rpmspec -q --qf '%{version}' liquidWeb.spec)
4748 mkdir -p rpmbuild/SOURCES
48- cp -r dist/liquidWeb liquidWeb
49- tar czf rpmbuild/SOURCES/liquidWeb.tar.gz liquidWeb
49+ cp -r dist/liquidWeb liquidWeb-$VERSION
50+ tar czf rpmbuild/SOURCES/liquidWeb-$VERSION .tar.gz liquidWeb-$VERSION
5051 - name : build rpm
5152 run : |
5253 rpmbuild \
Original file line number Diff line number Diff line change @@ -60,5 +60,5 @@ systemctl daemon-reload
6060/lib/systemd/system/liquidWeb-hardware-server.service
6161
6262%changelog
63- * Tue Jan 29 2026 PouekDEV <stuff@pouekdev.one> - 0.9.0-1
63+ * Wed Jan 29 2026 PouekDEV <stuff@pouekdev.one> - 0.9.0-1
6464- Test
You can’t perform that action at this time.
0 commit comments