8.1.10-alt2
- fix systemd path
This commit is contained in:
parent
268ee47d0f
commit
c4f89def2f
@ -8,7 +8,7 @@
|
|||||||
Name: pve-manager
|
Name: pve-manager
|
||||||
Summary: The Proxmox Virtual Environment
|
Summary: The Proxmox Virtual Environment
|
||||||
Version: %ver_major.%ver_minor
|
Version: %ver_major.%ver_minor
|
||||||
Release: alt1
|
Release: alt2
|
||||||
License: AGPL-3.0+ and GPLv3 and MIT and OFL-1.1
|
License: AGPL-3.0+ and GPLv3 and MIT and OFL-1.1
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Url: https://git.proxmox.com/
|
Url: https://git.proxmox.com/
|
||||||
@ -59,7 +59,7 @@ tar xf %SOURCE10
|
|||||||
grep '/var/run' * -rl | while read f; do
|
grep '/var/run' * -rl | while read f; do
|
||||||
sed -i 's|/var/run|/run|' $f
|
sed -i 's|/var/run|/run|' $f
|
||||||
done
|
done
|
||||||
sed -i 's|/usr/lib/systemd|/lib/systemd|' configs/Makefile
|
sed -i 's|}/lib/systemd/|}%_systemddir/|' defines.mk
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make PACKAGE="pve-manager" VERSION="%ver_major-%ver_minor" PVERELEASE="%ver_major" REPOID="%release"
|
%make PACKAGE="pve-manager" VERSION="%ver_major-%ver_minor" PVERELEASE="%ver_major" REPOID="%release"
|
||||||
@ -141,6 +141,9 @@ rm -f %buildroot%_man1dir/pve7to8.1*
|
|||||||
%_jsdir/sencha-touch
|
%_jsdir/sencha-touch
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 10 2024 Andrew A. Vasilyev <andy@altlinux.org> 8.1.10-alt2
|
||||||
|
- fix systemd path
|
||||||
|
|
||||||
* Fri Mar 29 2024 Andrew A. Vasilyev <andy@altlinux.org> 8.1.10-alt1
|
* Fri Mar 29 2024 Andrew A. Vasilyev <andy@altlinux.org> 8.1.10-alt1
|
||||||
- 8.1.10
|
- 8.1.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user