mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-22 09:57:09 +00:00
deprecate Fedora 39 and add warning for Suse155
This commit is contained in:
parent
470f250385
commit
a639db326c
@ -76,7 +76,7 @@ sed -i -E "s/(^#define MEGACMD_BUILD_ID )[0-9]*/\1${mega_build_id}/g" src/megacm
|
|||||||
|
|
||||||
%define fullreqs -DREQUIRE_HAVE_PDFIUM -DREQUIRE_HAVE_FFMPEG -DREQUIRE_HAVE_LIBUV -DREQUIRE_USE_MEDIAINFO -DREQUIRE_USE_PCRE
|
%define fullreqs -DREQUIRE_HAVE_PDFIUM -DREQUIRE_HAVE_FFMPEG -DREQUIRE_HAVE_LIBUV -DREQUIRE_USE_MEDIAINFO -DREQUIRE_USE_PCRE
|
||||||
|
|
||||||
%if ( 0%{?fedora_version} && 0%{?fedora_version}<=38 ) || ( 0%{?centos_version} == 600 ) || ( 0%{?centos_version} == 800 ) || ( 0%{?sle_version} && 0%{?sle_version} < 150500 )
|
%if ( 0%{?fedora_version} && 0%{?fedora_version}<=39 ) || ( 0%{?centos_version} == 600 ) || ( 0%{?centos_version} == 800 ) || ( 0%{?sle_version} && 0%{?sle_version} < 150600 )
|
||||||
%define extradefines -DMEGACMD_DEPRECATED_OS
|
%define extradefines -DMEGACMD_DEPRECATED_OS
|
||||||
%else
|
%else
|
||||||
%define extradefines %{nil}
|
%define extradefines %{nil}
|
||||||
|
@ -111,7 +111,7 @@ pipeline {
|
|||||||
'Debian_11','Debian_12','Debian_testing',
|
'Debian_11','Debian_12','Debian_testing',
|
||||||
'DEB_Arch_Extra',
|
'DEB_Arch_Extra',
|
||||||
'Raspbian_11', 'Raspbian_12',
|
'Raspbian_11', 'Raspbian_12',
|
||||||
'Fedora_39', 'Fedora_40', 'Fedora_41',
|
'Fedora_40', 'Fedora_41',
|
||||||
'openSUSE_Leap_15.5','openSUSE_Leap_15.6', 'openSUSE_Tumbleweed'
|
'openSUSE_Leap_15.5','openSUSE_Leap_15.6', 'openSUSE_Tumbleweed'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -126,7 +126,7 @@ pipeline {
|
|||||||
values 'xUbuntu_24.10','xUbuntu_24.04', 'xUbuntu_22.04', 'xUbuntu_20.04',
|
values 'xUbuntu_24.10','xUbuntu_24.04', 'xUbuntu_22.04', 'xUbuntu_20.04',
|
||||||
'Debian_11','Debian_12','Debian_testing',
|
'Debian_11','Debian_12','Debian_testing',
|
||||||
'DEB_Arch_Extra',
|
'DEB_Arch_Extra',
|
||||||
'Fedora_39', 'Fedora_40', 'Fedora_41',
|
'Fedora_40', 'Fedora_41',
|
||||||
'openSUSE_Leap_15.5','openSUSE_Leap_15.6', 'openSUSE_Tumbleweed'
|
'openSUSE_Leap_15.5','openSUSE_Leap_15.6', 'openSUSE_Tumbleweed'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user