- Enable live subpackage by defaul on AlmaLinux

This commit is contained in:
eabdullin 2024-10-02 13:29:24 +03:00
parent c1f3a39fe4
commit 4f6cf04805

View File

@ -1,7 +1,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 40.22.3.12
Release: 1%{?dist}.alma.1
Release: 1%{?dist}.alma.2
License: GPL-2.0-or-later
URL: http://fedoraproject.org/wiki/Anaconda
@ -25,9 +25,13 @@ Patch1003: 0003-Remove-visible-Fedora-references.patch
%bcond_without live
%define blivetguiver 2.4.2-3
%else
%if 0%{?almalinux}
%bcond_without live
%else
%bcond_with glade
%bcond_with live
%endif
%endif
%define dasbusver 1.3
%define dbusver 1.2.3
%define dnfver 3.6.0
@ -490,6 +494,9 @@ rm -rf \
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed Oct 02 2024 Eduard Abdullin <eabdullin@almalinux.org> - 40.22.3.12-1.alma.2
- Enable live subpackage by defaul on AlmaLinux
* Fri Sep 06 2024 Eduard Abdullin <eabdullin@almalinux.org> - 40.22.3.12-1.alma.1
- Apply AlmaLinux patches