Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37491192
en ru br
Репозитории ALT
S:3.23.8-alt1
5.1: 3.11.5-alt0.M51.1
4.1: 2.8.10-alt2.M41.1
4.0: 2.7.12-alt2.M40.1
+backports:2.8.10-alt2.M40.1
3.0:
+backports:1.6.6a-alt0.M30.4.1
www.altlinux.org/Changes

Группа :: Издательство
Пакет: hplip

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: 0028-hp-check-Fix-core.distro-vs.-core.distro_name-mixups.patch
Скачать


From 384bab0dbdb9c5a9851a65d8d0a5082c50938096 Mon Sep 17 00:00:00 2001
From: Francois Gouget <fgouget@free.fr>
Date: Sat, 6 May 2017 00:00:52 +0200
Subject: hp-check: Fix core.distro vs. core.distro_name mixups.
core.distro is the index of the distribution and is thus not suitable
for traces and information messages.
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1688684
---
 check.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/check.py b/check.py
index 5d3509477..81330b881 100755
--- a/check.py
+++ b/check.py
@@ -199,7 +199,7 @@ class DependenciesCheck(object):
             return
         elif d == 'hpaio' and not self.scanning_enabled:
             return
-        elif self.core.distro =="rhel" and "5." in self.distro_version:
+        elif self.core.distro_name =="rhel" and "5." in self.distro_version:
             if d in ['dbus','python-devel','python-dbus','pyqt4-dbus','libnetsnmp-devel','gcc','make','reportlab','policykit','sane-devel','cups-ddk']:
                 return
 
@@ -305,14 +305,14 @@ class DependenciesCheck(object):
         if self.core.distro_version not in vrs and len(vrs):
             supported_distro_vrs= vrs[len(vrs)-1]
             log.warn(log.bold("%s-%s version is not supported. Using %s-%s versions dependencies to verify and install..." \
-                     %(self.core.distro, self.core.distro_version, self.core.distro, supported_distro_vrs)))
+                     %(self.core.distro_name, self.core.distro_version, self.core.distro_name, supported_distro_vrs)))
 
         tui.header("SYSTEM INFO")
         Sts, Kernel_info =utils.run("uname -r -v -o")
         Sts, Host_info =utils.run("uname -n")
         Sts, Proc_info =utils.run("uname -r -v -o")
         log.info(" Kernel: %s Host: %s Proc: %s Distribution: %s %s"\
-             %(Kernel_info,Host_info,Proc_info,self.core.distro, self.core.distro_version))
+             %(Kernel_info,Host_info,Proc_info,self.core.distro_name, self.core.distro_version))
         log.info(" Bitness: %s bit\n"%utils.getBitness())
         tui.header("HPLIP CONFIGURATION")
         v = sys_conf.get('hplip', 'version')
@@ -323,7 +323,7 @@ class DependenciesCheck(object):
             if self.core.is_auto_installer_support():
                 log.info("HPLIP-Installation: Auto installation is supported for %s distro  %s version " %(self.core.distro_name, self.core.distro_version))
             else:
-                log.warn("HPLIP-Installation: Auto installation is not supported for %s distro  %s version " %(self.core.distro, self.core.distro_version))
+                log.warn("HPLIP-Installation: Auto installation is not supported for %s distro  %s version " %(self.core.distro_name, self.core.distro_version))
 
             log.info()
             log.info(log.bold("Current contents of '/etc/hp/hplip.conf' file:"))
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin