o
    *b  ã                   @   s    d dl mZ G dd„ deƒZdS )é    )ÚPackageManagerc                   @   s$   e Zd ZdZdZdZdZddgZdS )ÚRpmPackageManagerz0Package Manager for RPM-based distributions
    z7rpm -qa --queryformat "%{NAME}|%{VERSION}|%{RELEASE}\n"zrpm -qalzrpm -VZ	debuginfoz-develN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Zquery_commandZfiles_commandZverify_commandZverify_filter© r   r   úC/usr/lib/python3/dist-packages/sos/policies/package_managers/rpm.pyr      s    r   N)Zsos.policies.package_managersr   r   r   r   r   r	   Ú<module>   s   
