- Enable live subpackage by defaul on AlmaLinux
This commit is contained in:
parent
c1f3a39fe4
commit
4f6cf04805
@ -1,7 +1,7 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 40.22.3.12
|
Version: 40.22.3.12
|
||||||
Release: 1%{?dist}.alma.1
|
Release: 1%{?dist}.alma.2
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
|
|
||||||
@ -25,9 +25,13 @@ Patch1003: 0003-Remove-visible-Fedora-references.patch
|
|||||||
%bcond_without live
|
%bcond_without live
|
||||||
%define blivetguiver 2.4.2-3
|
%define blivetguiver 2.4.2-3
|
||||||
%else
|
%else
|
||||||
|
%if 0%{?almalinux}
|
||||||
|
%bcond_without live
|
||||||
|
%else
|
||||||
%bcond_with glade
|
%bcond_with glade
|
||||||
%bcond_with live
|
%bcond_with live
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%define dasbusver 1.3
|
%define dasbusver 1.3
|
||||||
%define dbusver 1.2.3
|
%define dbusver 1.2.3
|
||||||
%define dnfver 3.6.0
|
%define dnfver 3.6.0
|
||||||
@ -490,6 +494,9 @@ rm -rf \
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 06 2024 Eduard Abdullin <eabdullin@almalinux.org> - 40.22.3.12-1.alma.1
|
||||||
- Apply AlmaLinux patches
|
- Apply AlmaLinux patches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user