
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
3
ft`                 @   sD   d dl mZ d dl mZ d dlmZ d dlmZ G dd deZdS )    )absolute_import)unicode_literals)_)UpgradeCommandc               @   s$   e Zd ZdZd	ZedZdd ZdS )
UpgradeMinimalCommandzSA class containing methods needed by the cli to execute the check
    command.
    upgrade-minimalupdate-minimalup-minzWupgrade, but only 'newest' package match which fixes a problem that affects your systemc          	   C   sR   t j|  d| _t| jj| jj| jj| jj| jj	| jj
| jj| jjgsNd| _d S )NT)r   	configureZupgrade_minimalanyZoptsZbugfixZenhancementZ
newpackageZsecurityZadvisoryZbugzillaZcvesZseverityZall_security)self r   $/usr/lib/python3.6/upgrademinimal.pyr
   "   s    
zUpgradeMinimalCommand.configureN)r   r   r	   )__name__
__module____qualname____doc__aliasesr   Zsummaryr
   r   r   r   r   r      s   r   N)Z
__future__r   r   Zdnf.i18nr   Zdnf.cli.commands.upgrader   r   r   r   r   r   <module>   s   