|
Bugzilla – Full Text Bug Listing |
| Summary: | Packaging Error in system-user-zabbix-6.0.27-1.1.noarch package prevents upgrade | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | mhurron <mhurron> |
| Component: | Other | Assignee: | Boris Manojlovic <boris> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | Andreas.Stieger, mhurron |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE Tumbleweed | ||
| See Also: | https://bugzilla.opensuse.org/show_bug.cgi?id=1219801 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1219801 | ||
|
Description
mhurron
2024-03-29 19:10:02 UTC
Downloading system-user-zabbix-6.0.27-1.1.noarch and expanding it reveals that /usr/lib/sysusers.d/system-user-zabbix.conf is an HTML page of the 'Release Notes for Zabbix 6.0.0' :~/test/usr/lib/sysusers.d> head system-user-zabbix.conf <!DOCTYPE html> <html lang='en'> <head> <meta charset="utf-8"> <title>Release Notes for Zabbix 6.0.0</title> Looks like a packaging error. Slipped through https://build.opensuse.org/request/show/1160721 > Source1: rn6.0.0.html > [...] > Source16: system-user-zabbix.conf > [...] > %build > %sysusers_generate_pre %{SOURCE1} zabbix system-user-zabbix.conf > [...] > %install > install -D -m 0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/system-user-zabbix.conf Looks like this was supposed to be 16, not 1. Boris? the file itself seems incorrect -:1: Lines of type 'g' don't take a GECOS field. -:2: Lines of type 'g' don't take a GECOS field. issue fixed in https://build.opensuse.org/request/show/1163657 will take few days for build but tested and working https://build.opensuse.org/request/show/1163658 push request to factory Will be fixed in 6.0.28 package https://build.opensuse.org/request/show/1163673 |