Linux amd.servercpanel.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
LiteSpeed
Server IP : 161.248.188.165 & Your IP : 216.73.216.219
Domains :
Cant Read [ /etc/named.conf ]
User : oishifashion
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
rpm /
fileattrs /
Delete
Unzip
Name
Size
Permission
Date
Action
debuginfo.attr
258
B
-rw-r--r--
2020-05-28 10:04
desktop.attr
671
B
-rw-r--r--
2020-05-28 10:04
elf.attr
284
B
-rw-r--r--
2020-05-28 10:04
font.attr
136
B
-rw-r--r--
2020-05-28 10:04
gstreamer1.attr
109
B
-rw-r--r--
2025-03-13 09:20
kmod.attr
948
B
-rw-r--r--
2023-09-27 01:14
libsymlink.attr
271
B
-rw-r--r--
2025-03-11 14:08
libtool.attr
204
B
-rw-r--r--
2020-05-28 10:04
metainfo.attr
209
B
-rw-r--r--
2020-06-23 12:13
nodejs_native.attr
119
B
-rw-r--r--
2024-05-20 05:39
ocaml.attr
242
B
-rw-r--r--
2020-05-28 10:04
pkgconfig.attr
220
B
-rw-r--r--
2020-05-28 10:04
python.attr
1.08
KB
-rw-r--r--
2024-04-01 21:28
pythondist.attr
562
B
-rw-r--r--
2024-04-01 21:28
pythonname.attr
2
KB
-rw-r--r--
2024-04-01 21:28
scl.attr
217
B
-rw-r--r--
2021-07-27 15:14
sclbuild.attr
235
B
-rw-r--r--
2021-07-27 15:14
script.attr
107
B
-rw-r--r--
2020-05-28 10:04
sysusers.attr
97
B
-rw-r--r--
2025-06-24 13:28
Save
Rename
%__pythonname_provides() %{lua: local python = require 'fedora.srpm.python' -- this macro is called for each file in a package, the path being in %1 -- but we don't need to know the path, so we would get for each file: Macro %1 defined but not used within scope -- in here, we expand %name conditionally on %1 to suppress the warning local name = rpm.expand('%{?1:%{name}}') local evr = rpm.expand('%{?epoch:%{epoch}:}%{version}-%{release}') local provides = python.python_altprovides_once(name, evr) -- provides is either an array/table or nil -- nil means the function was already called with the same arguments: -- either with another file in %1 or manually via %py_provides if provides then for i, provide in ipairs(provides) do print(provide .. ' ') end end } %__pythonname_obsoletes() %{?rhel:%{lua: -- On CentOS/RHEL we automatically generate Obsoletes tags in the form: -- package python3-foo -> Obsoletes: python3.XY-foo -- This provides a clean upgrade path between major versions of CentOS/RHEL. -- In Fedora this is not needed as we don't ship ecosystem packages -- for alternative Python interpreters. local python = require 'fedora.srpm.python' -- this macro is called for each file in a package, the path being in %1 -- but we don't need to know the path, so we would get for each file: Macro %1 defined but not used within scope -- in here, we expand %name conditionally on %1 to suppress the warning local name = rpm.expand('%{?1:%{name}}') local evr = rpm.expand('%{?epoch:%{epoch}:}%{version}-%{release}') local obsoletes = python.python_altobsoletes_once(name, evr) -- obsoletes is either an array/table or nil -- nil means the function was already called with the same arguments: -- either with another file in %1 or manually via %py_provides if obsoletes then for i, obsolete in ipairs(obsoletes) do print(obsolete .. ' ') end end }} %__pythonname_path ^/