1.5.14-alt1

- image.in/Makefile: fix show out image size
- distro.mk: fix VOL_SET when is empty (fixed typo)
- x11, mixim.mk: replace pulseaudio with pipewire
- x11: enable dm.service as a fallback and other improvements
- regular-vm.mk: increaze size vm image (desktops to 8 GiB, jeos to 4 GiB)
- deflogin: add missing groups (video, camera, cdrom, floppy)
This commit is contained in:
Anton Midyukov 2023-11-10 21:30:29 +07:00
parent 6a0d7a5193
commit 30bbaf13d6
4 changed files with 23 additions and 25 deletions

View File

@ -1,5 +1,5 @@
Name: mkimage-profiles
Version: 1.5.13
Version: 1.5.14
Release: alt1
Summary: ALT based distribution metaprofile
@ -134,6 +134,14 @@ mv %buildroot%mpdir/doc/mkimage-profiles.7 %buildroot%_man7dir/
%endif
%changelog
* Fri Nov 10 2023 Anton Midyukov <antohami@altlinux.org> 1.5.14-alt1
- image.in/Makefile: fix show out image size
- distro.mk: fix VOL_SET when is empty (fixed typo)
- x11, mixim.mk: replace pulseaudio with pipewire
- x11: enable dm.service as a fallback and other improvements
- regular-vm.mk: increaze size vm image (desktops to 8 GiB, jeos to 4 GiB)
- deflogin: add missing groups (video, camera, cdrom, floppy)
* Fri Oct 27 2023 Anton Midyukov <antohami@altlinux.org> 1.5.13-alt1
- remove lilo support
- image.in/Makefile: fix show image size

View File

@ -0,0 +1,13 @@
object 9c89b20644b4c502875c404db6a5d8eedb4c791e
type commit
tag v1.5.14
tagger Anton Midyukov <antohami@altlinux.org> 1699626205 +0700
v1.5.14
- image.in/Makefile: fix show out image size
- distro.mk: fix VOL_SET when is empty (fixed typo)
- x11, mixim.mk: replace pulseaudio with pipewire
- x11: enable dm.service as a fallback and other improvements
- regular-vm.mk: increaze size vm image (desktops to 8 GiB, jeos to 4 GiB)
- deflogin: add missing groups (video, camera, cdrom, floppy)

View File

@ -1,23 +0,0 @@
object 4b6a97d30011431b9d78b43517bc036cf78d05b3
type commit
tag v1.5.13
tagger Anton Midyukov <antohami@altlinux.org> 1698398340 +0700
v1.5.13
- remove lilo support
- image.in/Makefile: fix show image size
- oem: do not set English language by default
- services: Add (un)mask systemd units (thx @jqt4)
- grub: add variable DISABLE_LANG_MENU
- oem: fix enabled oem.target
- x11-autostart: do not require use/x11
- Revert "initrd-propagator: add {STAGE2,RESCUE}_BOOTARGS=udev.log_level=err"
- l10n: set KEYMAP in vconsole.conf if exist
- initrd-bootchain: exclude initrd feature kbd
- live-install: remove use/live-install/vnc
- live-install: add use/live-install-pkg
- oem: add systemd.unit=setup.target to kernel cmdline
- alt-education: sync with ALT Education 10.2 (thx @cas)
- slinux: sync with Simply Linux 10.2 (thx @sem)
- alt-server: add latest commits (thx @jqt4)

View File

@ -1 +1 @@
cd638f32fdd2987d19341666ca3c1e58f2ddda90 v1.5.13
b86add5e06b8077653ce7dd12b0c1866154f56c3 v1.5.14