X7ROOT File Manager
Current Path:
/lib/rpm/macros.d
lib
/
rpm
/
macros.d
/
ðŸ“
..
📄
macros.alt-python310
(2.01 KB)
📄
macros.alt-python311
(2.03 KB)
📄
macros.alt-python312
(2.01 KB)
📄
macros.alt-python313
(2.01 KB)
📄
macros.alt-python38
(1.97 KB)
📄
macros.alt-python39
(1.98 KB)
📄
macros.dwz
(1.76 KB)
📄
macros.efi-srpm
(3 KB)
📄
macros.environment-modules
(75 B)
📄
macros.fedora-misc
(2.76 KB)
📄
macros.fedora-misc-srpm
(239 B)
📄
macros.firewalld
(239 B)
📄
macros.forge
(12.43 KB)
📄
macros.ghc-srpm
(414 B)
📄
macros.go-srpm
(7.17 KB)
📄
macros.info
(390 B)
📄
macros.kernel-srpm
(116 B)
📄
macros.ldc-srpm
(73 B)
📄
macros.ldconfig
(307 B)
📄
macros.mono-srpm
(181 B)
📄
macros.nodejs-srpm
(324 B)
📄
macros.ocaml-srpm
(737 B)
📄
macros.openblas-srpm
(104 B)
📄
macros.perl
(5.06 KB)
📄
macros.perl-srpm
(794 B)
📄
macros.pybytecompile
(886 B)
📄
macros.python
(3.36 KB)
📄
macros.python-srpm
(5.95 KB)
📄
macros.python2
(1.82 KB)
📄
macros.python3
(3.63 KB)
📄
macros.qt5-qtbase
(78 B)
📄
macros.ruby
(1001 B)
📄
macros.rust-srpm
(61 B)
📄
macros.scl
(13.53 KB)
📄
macros.selinux-policy
(6.61 KB)
📄
macros.systemd
(4.03 KB)
📄
macros.systemtap
(206 B)
📄
macros.valgrind-srpm
(127 B)
📄
macros.vim
(40 B)
📄
macros.vpath
(228 B)
Editing: macros.efi-srpm
# # 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}
Upload File
Create Folder