Accepting request 1037144 from home:dimstar:Factory

- Update disable_hp-upgrade.patch: Log the 'openSUSE disabled this
  for security message' is 'info', not 'error'.

IMHO, an Error condition is something a user/admin is supposed to fix
here, this is merely an information that this is unsupported. Do not
add this to the journal as error

OBS-URL: https://build.opensuse.org/request/show/1037144
OBS-URL: https://build.opensuse.org/package/show/Printing/hplip?expand=0&rev=231
This commit is contained in:
Martin Wilck 2022-11-21 16:41:37 +00:00 committed by Git OBS Bridge
parent b333c4d9ec
commit be2148f035
2 changed files with 7 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.suse.com/show_bug.cgi?id=853405 - if you like to upgrade HPLIP, use an openSUSE software package manager like YaST or zypper.")
+log.info("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,9 @@
-------------------------------------------------------------------
Mon Nov 21 16:13:36 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Update disable_hp-upgrade.patch: Log the 'openSUSE disabled this
for security message' is 'info', not 'error'.
-------------------------------------------------------------------
Thu Sep 29 12:58:15 UTC 2022 - Hans-Peter Jansen <hpj@urpla.net>