Dominique Leuenberger 2020-11-02 13:04:57 +00:00 committed by Git OBS Bridge
commit 74e18e2f9f
2 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Index: b/upgrade.py
log.set_level('debug')
+
+log.error("HPLIP upgrade is disabled by openSUSE for security reasons, see https://bugzilla.novell.com/show_bug.cgi?id=853405 - if you like to upgrade HPLIP, use an openSUSE software package manager like YaST or zypper.")
+log.error("HPLIP upgrade is disabled by openSUSE for security reasons, see https://bugzilla.suse.com/show_bug.cgi?id=853405 - if you like to upgrade HPLIP, use an openSUSE software package manager like YaST or zypper.")
+clean_exit(1)
+
+

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 29 13:23:39 UTC 2020 - Michal Svec <msvec@suse.com>
- Fixed bugzilla link (bsc#1177527)
-------------------------------------------------------------------
Wed Jul 8 10:40:44 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>