404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.191.150.144: ~ $
#
# EFI specific SRPM macro definitions
#
# Copyright 2018 Peter M Jones <pjones@redhat.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.
#

%_efi_srpm_macros_setup() %{expand:%{lua:
  -- test if our arch matches
  local function arch(archmacro)
    local target = rpm.expand(" %{_target_cpu} ")
    local arches = rpm.expand(" " .. archmacro .. " ")
    local match = string.match(arches, target)
    return (match ~= nil)
  end
  -- give us the arch...
  local function getarch()
    if arch("ia64") then
      return("ia64")
    elseif arch("x86_64") then
      return("x64")
    elseif arch("%{ix86}") then
      return("ia32")
    elseif arch("aarch64") then
      return("aa64")
    elseif arch("%{arm}") then
      return("arm")
    else
      return("none")
    end
  end
  -- alt arch
  local function getaltarch()
    if arch("x86_64") then
      return("ia32")
    else
      return("none")
    end
  end
  -- make some macros
  local done = rpm.expand("%{?_efi}")
  if done == nil or done == "" then
    local arch = getarch()
    local alt = getaltarch()
    print("%global _efi x86_64 aarch64 %{arm} %{ix86}\\n")
    print("%global _efi_vendor cloudlinux\\n")
    if arch == "none" then
      print("%global _efi_has_arch 0\\n")
    else
      print("%global _efi_has_arch 1\\n")
    end
    print("%global _efi_arch " .. getarch() .. "\\n")
    print("%global _efi_arch_upper " .. string.upper(getarch()) .. "\\n")
    if alt == "none" then
      print("%global _efi_has_alt_arch 0\\n")
    else
      print("%global _efi_has_alt_arch 1\\n")
    end
    print("%global _efi_alt_arch " .. alt .. "\\n")
    print("%global _efi_alt_arch_upper " .. string.upper(alt) .. "\\n")
  end
}}

%efi_srpm_macros_version %{expand:%{_efi_srpm_macros_setup}}3

%efi %{expand:%{_efi_srpm_macros_setup}}%{expand:%{_efi}}
%efi_vendor %{expand:%{_efi_srpm_macros_setup}}%{expand:%{_efi_vendor}}

%efi_esp_root /boot/efi
%efi_esp_efi %{efi_esp_root}/EFI
%efi_esp_boot %{efi_esp_efi}/BOOT
%efi_esp_dir %{expand:%{_efi_srpm_macros_setup}}%{efi_esp_efi}/centos

%efi_arch %{expand:%{_efi_srpm_macros_setup}}%{_efi_arch}
%efi_arch_upper %{expand:%{_efi_srpm_macros_setup}}%{_efi_arch_upper}
%efi_has_arch %{expand:%{_efi_srpm_macros_setup}}0%{_efi_has_arch}
%efi_has_alt_arch %{expand:%{_efi_srpm_macros_setup}}0%{_efi_has_alt_arch}
%efi_alt_arch %{expand:%{_efi_srpm_macros_setup}}%{?_efi_alt_arch}%{nil}
%efi_alt_arch_upper %{expand:%{_efi_srpm_macros_setup}}%{?_efi_alt_arch_upper}%{nil}

Filemanager

Name Type Size Permission Actions
macros.alt-python310 File 2.01 KB 0644
macros.alt-python311 File 2.01 KB 0644
macros.alt-python312 File 2.01 KB 0644
macros.alt-python38 File 1.97 KB 0644
macros.alt-python39 File 1.98 KB 0644
macros.dwz File 1.76 KB 0644
macros.efi-srpm File 3 KB 0644
macros.environment-modules File 75 B 0644
macros.fedora-misc File 2.76 KB 0644
macros.fedora-misc-srpm File 239 B 0644
macros.forge File 12.43 KB 0644
macros.ghc-srpm File 414 B 0644
macros.go-srpm File 7.17 KB 0644
macros.info File 390 B 0644
macros.kernel-srpm File 116 B 0644
macros.ldc-srpm File 73 B 0644
macros.ldconfig File 307 B 0644
macros.mono-srpm File 181 B 0644
macros.nodejs-srpm File 324 B 0644
macros.ocaml-srpm File 737 B 0644
macros.openblas-srpm File 104 B 0644
macros.perl File 5.06 KB 0644
macros.perl-srpm File 794 B 0644
macros.pybytecompile File 886 B 0644
macros.python File 3.36 KB 0644
macros.python-srpm File 5.95 KB 0644
macros.python2 File 1.82 KB 0644
macros.python3 File 3.63 KB 0644
macros.rust-srpm File 61 B 0644
macros.scl File 13.53 KB 0644
macros.selinux-policy File 6.61 KB 0644
macros.systemd File 4.03 KB 0644
macros.systemtap File 206 B 0644
macros.valgrind-srpm File 127 B 0644
macros.vim File 40 B 0644
macros.vpath File 228 B 0644