| Server IP : 188.151.22.197 / Your IP : 216.73.217.74 Web Server : Apache/2.4.62 (Rocky Linux) OpenSSL/3.5.5 System : Linux wsten.se 5.14.0-687.30.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 27 13:09:21 UTC 2026 x86_64 User : apache ( 48) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/ |
Upload File : |
a
�ii�2 � @ s� d Z ddlmZ ddlmZ ddlZddlZddlZddlm Z m
Z
ddlZddlZddl
ZddlZddlZddlZdZdZdZd Zd
d� Zdd
� Zdd� ZG dd� dejj�ZG dd� dej�ZdS )z�
The DNF plugin helps customers to install kpatch-patch packages
when the kernel is upgraded and filter kernel-core packages that
are supported by the kpatch team.
� )�absolute_import)�unicode_literalsN)�_�logger�kpatchZ
autoupdateZ
autofilter�kernel-corec C s2 dd� | j D �}|D ]}tj�|�r| S qd S )Nc S s g | ]}d |t f �qS )z
%s/%s.conf)�KPATCH_PLUGIN_NAME)�.0�path� r �6/usr/lib/python3.9/site-packages/dnf-plugins/kpatch.py�
<listcomp>5 � z(_get_plugin_cfg_file.<locals>.<listcomp>)Zpluginconfpath�osr
�isfile)Z base_conf�files�filer r r �_get_plugin_cfg_file4 s
r c C s: t �d| j��d�}|�dd�}| j�dd�}d�||�S )Nz
(.*)\.el.*� �.r zkpatch-patch-{}-{})�re�match�release�group�replace�version�format)�
kernel_pkgZkernel_releaseZkpp_kernel_releaseZkpp_kernel_versionr r r �_kpp_name_from_kernel_pkg<