Skip to content

Commit 3ce2ea2

Browse files
committed
fix build
1 parent ae6ff91 commit 3ce2ea2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ jobs:
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 \

liquidWeb.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)