[Bug 1227625] New: in %post (core dumped) ZYPP_READONLY_HACK=1 zypper refresh-services
https://bugzilla.suse.com/show_bug.cgi?id=1227625 Bug ID: 1227625 Summary: in %post (core dumped) ZYPP_READONLY_HACK=1 zypper refresh-services Classification: openSUSE Product: openSUSE Distribution Version: Leap 16.0 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: libzypp Assignee: zypp-maintainers@suse.de Reporter: lubos.kocman@suse.com QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- Created attachment 875993 --> https://bugzilla.suse.com/attachment.cgi?id=875993&action=edit zypper.log from leap16 Using zypper refresh-services in %post crashes the post-script See line 345 in https://build.opensuse.org/projects/Base:System/packages/openSUSE-repos/file... Using the add-service with READONLY_HACK and is working, however not regen of repos that most people complain about (missing after initial install etc). %post /var/tmp/rpm-tmp.4eukQ3: line 25: 8351 Aborted (core dumped) ZYPP_READONLY_HACK=1 zypper refresh-services -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1227625 https://bugzilla.suse.com/show_bug.cgi?id=1227625#c1 --- Comment #1 from Lubos Kocman <lubos.kocman@suse.com> --- Fix should be sent also to SLE/LeapMicro 6.X otherwise the automatic-updates would not work once we release openSUSE-repos package update (failure in post would report unsuccessful update). -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1227625 https://bugzilla.suse.com/show_bug.cgi?id=1227625#c2 --- Comment #2 from Lubos Kocman <lubos.kocman@suse.com> --- lkocman@localhost:~/agama> ssh root@192.168.100.146 Last login: Wed Jul 10 14:06:16 CEST 2024 from 192.168.100.1 on ssh Have a lot of fun... leap16:~ # zypper refs Refreshing service 'openSUSE'. terminate called after throwing an instance of 'std::optional<zypp::repo::ServicePluginInformalException>' Aborted (core dumped) leap16:~ # rpm -ql openSUSE-repos-Leap /etc/zypp/services.d/openSUSE.service /etc/zypp/vars.d/DIST_ARCH /usr/share/zypp/local /usr/share/zypp/local/service /usr/share/zypp/local/service/openSUSE /usr/share/zypp/local/service/openSUSE/repo /usr/share/zypp/local/service/openSUSE/repo/opensuse-leap-repoindex.xml /usr/share/zypp/local/service/openSUSE/repo/repoindex.xml leap16:~ # vim /usr/share/zypp/local/service/openSUSE/repo/opensuse-leap-repoindex.xml leap16:~ # zypper refs Refreshing service 'openSUSE'. All services have been refreshed. Issue was specifically in /usr/share/zypp/local/service/openSUSE/repo/opensuse-leap-repoindex.xml where I missed the quote at the end of the line ... <repo url="%{disturl}/repositories/openSUSE:/Leap:/16.0/standard/" -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1227625 https://bugzilla.suse.com/show_bug.cgi?id=1227625#c3 --- Comment #3 from Lubos Kocman <lubos.kocman@suse.com> --- https://github.com/openSUSE/openSUSE-repos/pull/68 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1227625 https://bugzilla.suse.com/show_bug.cgi?id=1227625#c4 --- Comment #4 from Lubos Kocman <lubos.kocman@suse.com> --- https://build.opensuse.org/request/show/1186595 and https://build.opensuse.org/request/show/1186594 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1227625 https://bugzilla.suse.com/show_bug.cgi?id=1227625#c5 Lubos Kocman <lubos.kocman@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zypp-maintainers@suse.de Flags| |needinfo?(zypp-maintainers@ | |suse.de) --- Comment #5 from Lubos Kocman <lubos.kocman@suse.com> --- Do we want to have special handlding for invalid xml files, or shall we close this as resolved? -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1227625 https://bugzilla.suse.com/show_bug.cgi?id=1227625#c6 --- Comment #6 from Lubos Kocman <lubos.kocman@suse.com> --- https://github.com/openSUSE/openSUSE-repos/issues/69 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1227625 https://bugzilla.suse.com/show_bug.cgi?id=1227625#c7 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(zypp-maintainers@ | |suse.de) | --- Comment #7 from Michael Andres <ma@suse.com> --- Let's keep it open for now and I'll close it later. Regardless of the parse error, I see an 'Error: signal 6' in the log and this should not be there. We'll have to rewiew the error reporting and handling. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1227625 https://bugzilla.suse.com/show_bug.cgi?id=1227625#c8 Benjamin Zeller <bzeller@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bzeller@suse.com --- Comment #8 from Benjamin Zeller <bzeller@suse.com> --- The log indicates that a std::optional<zypp::repo::ServicePluginInformalException> has been thrown instead of the exception itself. This should not happen, since the calling code can not correctly catch it, resulting in a std::terminate -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1227625 https://bugzilla.suse.com/show_bug.cgi?id=1227625#c9 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #9 from Michael Andres <ma@suse.com> ---
hobbes:~ (134)# zypper refresh-services Refreshing service 'opensSUSE'. Problem retrieving the repository index file for service 'opensSUSE': [|] Parse error: repoindex.xml[21] Couldn't find end of Start Tag repo History: - Parse error: repoindex.xml[21] Couldn't find end of Start Tag repo - repoindex.xml[21] attributes construct error - repoindex.xml[21] error parsing attribute name
Warning: Skipping service 'opensSUSE' because of the above error. All services have been refreshed.
That's how it will look like with libzypp-17.35.2 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1227625 https://bugzilla.suse.com/show_bug.cgi?id=1227625#c16 --- Comment #16 from Maintenance Automation <maint-coord+maintenance-robot@suse.de> --- SUSE-RU-2024:2870-1: An update that has 16 fixes can now be installed. URL: https://www.suse.com/support/update/announcement/2024/suse-ru-20242870-1 Category: recommended (important) Bug References: 1081596, 1223094, 1224771, 1225267, 1226014, 1226030, 1226493, 1227205, 1227625, 1227793, 1228138, 1228206, 1228208, 1228420, 1228787, 222971 Maintenance Incident: [SUSE:Maintenance:34494](https://smelt.suse.de/incident/34494/) Sources used: openSUSE Leap 15.3 (src): libyui-4.1.5-150300.3.14.4, libyui-ncurses-4.1.5-150300.3.14.4, libyui-qt-rest-api-4.1.5-150300.3.14.4, libyui-ncurses-pkg-4.1.5-150300.3.14.9, libyui-qt-graph-4.1.5-150300.3.14.4, libyui-qt-pkg-4.1.5-150300.3.14.8, libyui-bindings-4.1.5-150300.3.14.4, libyui-qt-4.1.5-150300.3.14.4, yast2-pkg-bindings-4.3.13-150300.3.12.15, libyui-ncurses-rest-api-4.1.5-150300.3.14.4, libyui-rest-api-4.1.5-150300.3.14.4 SUSE Linux Enterprise Server 15 SP2 (src): libsolv-0.7.30-150200.37.2, yast2-pkg-bindings-4.2.17-150200.3.28.5, libyui-ncurses-pkg-2.50.8-150200.3.9.3, libzypp-17.35.8-150200.121.1, zypp-plugin-0.6.4-150200.9.3.2, libyui-qt-pkg-2.47.5-150200.3.8.3 SUSE Linux Enterprise Server 15 SP3 (src): libsolv-0.7.30-150200.37.2, libzypp-17.35.8-150200.121.1, zypp-plugin-0.6.4-150200.9.3.2, yast2-pkg-bindings-4.3.13-150300.3.12.15, libyui-ncurses-pkg-4.1.5-150300.3.14.9, libyui-qt-pkg-4.1.5-150300.3.14.8 SUSE Linux Enterprise High Performance Computing 15 SP2 LTSS 15-SP2 (src): libsolv-0.7.30-150200.37.2, PackageKit-1.1.13-150200.4.36.5, libyui-3.9.3-150200.3.6.5, libzypp-17.35.8-150200.121.1, libyui-rest-api-0.3.0-150200.3.6.2, zypper-1.14.76-150200.88.10, PackageKit-branding-SLE-12.0-150200.9.6.5, libyui-qt-pkg-2.47.5-150200.3.8.3, yast2-pkg-bindings-4.2.17-150200.3.28.5, libyui-ncurses-pkg-2.50.8-150200.3.9.3, zypp-plugin-0.6.4-150200.9.3.2 SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 (src): libsolv-0.7.30-150200.37.2, libyui-4.1.5-150300.3.14.4, libyui-ncurses-pkg-4.1.5-150300.3.14.9, libyui-qt-graph-4.1.5-150300.3.14.4, PackageKit-1.1.13-150200.4.36.5, libzypp-17.35.8-150200.121.1, libyui-ncurses-4.1.5-150300.3.14.4, libyui-qt-rest-api-4.1.5-150300.3.14.4, zypper-1.14.76-150200.88.10, PackageKit-branding-SLE-12.0-150200.9.6.5, libyui-qt-pkg-4.1.5-150300.3.14.8, libyui-qt-4.1.5-150300.3.14.4, zypp-plugin-0.6.4-150200.9.3.2, yast2-pkg-bindings-4.3.13-150300.3.12.15, libyui-ncurses-rest-api-4.1.5-150300.3.14.4, libyui-rest-api-4.1.5-150300.3.14.4 SUSE Linux Enterprise Server 15 SP2 LTSS 15-SP2 (src): libsolv-0.7.30-150200.37.2, PackageKit-1.1.13-150200.4.36.5, libyui-3.9.3-150200.3.6.5, libzypp-17.35.8-150200.121.1, libyui-rest-api-0.3.0-150200.3.6.2, zypper-1.14.76-150200.88.10, PackageKit-branding-SLE-12.0-150200.9.6.5, libyui-qt-pkg-2.47.5-150200.3.8.3, yast2-pkg-bindings-4.2.17-150200.3.28.5, libyui-ncurses-pkg-2.50.8-150200.3.9.3, zypp-plugin-0.6.4-150200.9.3.2 SUSE Linux Enterprise Server 15 SP3 LTSS 15-SP3 (src): libsolv-0.7.30-150200.37.2, libyui-4.1.5-150300.3.14.4, libyui-ncurses-pkg-4.1.5-150300.3.14.9, libyui-qt-graph-4.1.5-150300.3.14.4, PackageKit-1.1.13-150200.4.36.5, libzypp-17.35.8-150200.121.1, libyui-ncurses-4.1.5-150300.3.14.4, libyui-qt-rest-api-4.1.5-150300.3.14.4, zypper-1.14.76-150200.88.10, PackageKit-branding-SLE-12.0-150200.9.6.5, libyui-qt-pkg-4.1.5-150300.3.14.8, libyui-qt-4.1.5-150300.3.14.4, zypp-plugin-0.6.4-150200.9.3.2, yast2-pkg-bindings-4.3.13-150300.3.12.15, libyui-ncurses-rest-api-4.1.5-150300.3.14.4, libyui-rest-api-4.1.5-150300.3.14.4 SUSE Linux Enterprise Server for SAP Applications 15 SP2 (src): libsolv-0.7.30-150200.37.2, PackageKit-1.1.13-150200.4.36.5, libyui-3.9.3-150200.3.6.5, libzypp-17.35.8-150200.121.1, libyui-rest-api-0.3.0-150200.3.6.2, zypper-1.14.76-150200.88.10, PackageKit-branding-SLE-12.0-150200.9.6.5, libyui-qt-pkg-2.47.5-150200.3.8.3, yast2-pkg-bindings-4.2.17-150200.3.28.5, libyui-ncurses-pkg-2.50.8-150200.3.9.3, zypp-plugin-0.6.4-150200.9.3.2 SUSE Linux Enterprise Server for SAP Applications 15 SP3 (src): libsolv-0.7.30-150200.37.2, libyui-4.1.5-150300.3.14.4, libyui-ncurses-pkg-4.1.5-150300.3.14.9, libyui-qt-graph-4.1.5-150300.3.14.4, PackageKit-1.1.13-150200.4.36.5, libzypp-17.35.8-150200.121.1, libyui-ncurses-4.1.5-150300.3.14.4, libyui-qt-rest-api-4.1.5-150300.3.14.4, zypper-1.14.76-150200.88.10, PackageKit-branding-SLE-12.0-150200.9.6.5, libyui-qt-pkg-4.1.5-150300.3.14.8, libyui-qt-4.1.5-150300.3.14.4, zypp-plugin-0.6.4-150200.9.3.2, yast2-pkg-bindings-4.3.13-150300.3.12.15, libyui-ncurses-rest-api-4.1.5-150300.3.14.4, libyui-rest-api-4.1.5-150300.3.14.4 SUSE Enterprise Storage 7.1 (src): libsolv-0.7.30-150200.37.2, libyui-4.1.5-150300.3.14.4, libyui-ncurses-pkg-4.1.5-150300.3.14.9, libyui-qt-graph-4.1.5-150300.3.14.4, PackageKit-1.1.13-150200.4.36.5, libzypp-17.35.8-150200.121.1, libyui-ncurses-4.1.5-150300.3.14.4, libyui-qt-rest-api-4.1.5-150300.3.14.4, zypper-1.14.76-150200.88.10, PackageKit-branding-SLE-12.0-150200.9.6.5, libyui-qt-pkg-4.1.5-150300.3.14.8, libyui-qt-4.1.5-150300.3.14.4, zypp-plugin-0.6.4-150200.9.3.2, yast2-pkg-bindings-4.3.13-150300.3.12.15, libyui-ncurses-rest-api-4.1.5-150300.3.14.4, libyui-rest-api-4.1.5-150300.3.14.4 SUSE Linux Enterprise Micro 5.1 (src): libsolv-0.7.30-150200.37.2, zypper-1.14.76-150200.88.10, libzypp-17.35.8-150200.121.1, zypp-plugin-0.6.4-150200.9.3.2 SUSE Linux Enterprise Micro 5.2 (src): libsolv-0.7.30-150200.37.2, zypper-1.14.76-150200.88.10, libzypp-17.35.8-150200.121.1, zypp-plugin-0.6.4-150200.9.3.2 SUSE Linux Enterprise Micro for Rancher 5.2 (src): libsolv-0.7.30-150200.37.2, zypper-1.14.76-150200.88.10, libzypp-17.35.8-150200.121.1, zypp-plugin-0.6.4-150200.9.3.2 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1227625 https://bugzilla.suse.com/show_bug.cgi?id=1227625#c18 --- Comment #18 from Maintenance Automation <maint-coord+maintenance-robot@suse.de> --- SUSE-RU-2024:3178-1: An update that has 16 fixes can now be installed. URL: https://www.suse.com/support/update/announcement/2024/suse-ru-20243178-1 Category: recommended (important) Bug References: 1081596, 1223094, 1224771, 1225267, 1226014, 1226030, 1226493, 1227205, 1227625, 1227793, 1228138, 1228206, 1228208, 1228420, 1228787, 222971 Maintenance Incident: [SUSE:Maintenance:34493](https://smelt.suse.de/incident/34493/) Sources used: openSUSE Leap 15.4 (src): libyui-4.3.7-150400.3.12.1, libyui-ncurses-rest-api-4.3.7-150400.3.12.1, libyui-qt-4.3.7-150400.3.12.1, libyui-qt-graph-4.3.7-150400.3.12.1, zypper-1.14.76-150400.3.57.16, PackageKit-branding-SLE-12.0-150400.15.7.2, libyui-ncurses-pkg-4.3.7-150400.3.12.1, PackageKit-1.2.4-150400.3.20.2, yast2-pkg-bindings-4.4.7-150400.3.16.1, libyui-rest-api-4.3.7-150400.3.12.1, zypp-plugin-0.6.4-150400.13.4.1, libsolv-0.7.30-150400.3.27.2, libyui-qt-rest-api-4.3.7-150400.3.12.1, libyui-bindings-4.3.7-150400.3.12.1, libyui-ncurses-4.3.7-150400.3.12.1, libzypp-17.35.8-150400.3.85.1, libyui-qt-pkg-4.3.7-150400.3.12.1 openSUSE Leap 15.5 (src): libyui-4.5.3-150500.3.10.1, libyui-ncurses-rest-api-4.5.3-150500.3.10.1, libyui-qt-4.5.3-150500.3.10.1, libyui-bindings-4.5.3-150500.3.10.1, PackageKit-branding-SLE-12.0-150400.15.7.2, PackageKit-1.2.4-150400.3.20.2, libyui-ncurses-pkg-4.5.3-150500.3.10.1, libyui-qt-pkg-4.5.3-150500.3.10.1, zypp-plugin-0.6.4-150400.13.4.1, libsolv-0.7.30-150400.3.27.2, yast2-pkg-bindings-4.5.3-150500.3.10.1, zypper-1.14.76-150500.6.6.15, libyui-qt-graph-4.5.3-150500.3.10.1, libzypp-17.35.8-150500.6.13.1, libyui-ncurses-4.5.3-150500.3.10.1, libyui-rest-api-4.5.3-150500.3.10.1, libyui-qt-rest-api-4.5.3-150500.3.10.1 openSUSE Leap 15.6 (src): libyui-4.5.3-150500.3.10.1, libyui-ncurses-rest-api-4.5.3-150500.3.10.1, libyui-qt-4.5.3-150500.3.10.1, PackageKit-1.2.8-150600.4.5.2, libyui-bindings-4.5.3-150500.3.10.1, yast2-pkg-bindings-4.6.5-150600.3.6.1, zypper-1.14.76-150600.10.6.13, libyui-ncurses-pkg-4.5.3-150500.3.10.1, libyui-qt-pkg-4.5.3-150500.3.10.1, zypp-plugin-0.6.4-150400.13.4.1, libzypp-17.35.8-150600.3.19.1, libsolv-0.7.30-150400.3.27.2, libyui-qt-graph-4.5.3-150500.3.10.1, PackageKit-branding-SLE-12.0-150600.22.5.2, libyui-ncurses-4.5.3-150500.3.10.1, libyui-rest-api-4.5.3-150500.3.10.1, libyui-qt-rest-api-4.5.3-150500.3.10.1 openSUSE Leap Micro 5.5 (src): zypper-1.14.76-150500.6.6.15, zypp-plugin-0.6.4-150400.13.4.1, libsolv-0.7.30-150400.3.27.2, libzypp-17.35.8-150500.6.13.1 SUSE Linux Enterprise High Performance Computing 15 SP4 (src): libyui-4.3.7-150400.3.12.1, libyui-ncurses-rest-api-4.3.7-150400.3.12.1, libyui-qt-4.3.7-150400.3.12.1, libyui-qt-graph-4.3.7-150400.3.12.1, libyui-ncurses-pkg-4.3.7-150400.3.12.1, libyui-qt-rest-api-4.3.7-150400.3.12.1, zypp-plugin-0.6.4-150400.13.4.1, libyui-ncurses-4.3.7-150400.3.12.1, libyui-rest-api-4.3.7-150400.3.12.1, libzypp-17.35.8-150400.3.85.1, yast2-pkg-bindings-4.4.7-150400.3.16.1, libyui-qt-pkg-4.3.7-150400.3.12.1, libsolv-0.7.30-150400.3.27.2 SUSE Linux Enterprise Server 15 SP4 (src): libyui-4.3.7-150400.3.12.1, libyui-ncurses-rest-api-4.3.7-150400.3.12.1, libyui-qt-4.3.7-150400.3.12.1, libyui-qt-graph-4.3.7-150400.3.12.1, libyui-ncurses-pkg-4.3.7-150400.3.12.1, libyui-qt-rest-api-4.3.7-150400.3.12.1, zypp-plugin-0.6.4-150400.13.4.1, libyui-ncurses-4.3.7-150400.3.12.1, libyui-rest-api-4.3.7-150400.3.12.1, libzypp-17.35.8-150400.3.85.1, yast2-pkg-bindings-4.4.7-150400.3.16.1, libyui-qt-pkg-4.3.7-150400.3.12.1, libsolv-0.7.30-150400.3.27.2 SUSE Manager Server 4.3 (src): libyui-4.3.7-150400.3.12.1, libyui-ncurses-rest-api-4.3.7-150400.3.12.1, libyui-qt-4.3.7-150400.3.12.1, libyui-qt-graph-4.3.7-150400.3.12.1, zypper-1.14.76-150400.3.57.16, libyui-ncurses-pkg-4.3.7-150400.3.12.1, PackageKit-branding-SLE-12.0-150400.15.7.2, PackageKit-1.2.4-150400.3.20.2, yast2-pkg-bindings-4.4.7-150400.3.16.1, libyui-rest-api-4.3.7-150400.3.12.1, zypp-plugin-0.6.4-150400.13.4.1, libsolv-0.7.30-150400.3.27.2, libyui-qt-rest-api-4.3.7-150400.3.12.1, libyui-ncurses-4.3.7-150400.3.12.1, libzypp-17.35.8-150400.3.85.1, libyui-qt-pkg-4.3.7-150400.3.12.1 SUSE Linux Enterprise Server for SAP Applications 15 SP4 (src): libyui-4.3.7-150400.3.12.1, libyui-ncurses-rest-api-4.3.7-150400.3.12.1, libyui-qt-4.3.7-150400.3.12.1, libyui-qt-graph-4.3.7-150400.3.12.1, zypper-1.14.76-150400.3.57.16, libyui-ncurses-pkg-4.3.7-150400.3.12.1, PackageKit-branding-SLE-12.0-150400.15.7.2, PackageKit-1.2.4-150400.3.20.2, yast2-pkg-bindings-4.4.7-150400.3.16.1, libyui-rest-api-4.3.7-150400.3.12.1, zypp-plugin-0.6.4-150400.13.4.1, libsolv-0.7.30-150400.3.27.2, libyui-qt-rest-api-4.3.7-150400.3.12.1, libyui-ncurses-4.3.7-150400.3.12.1, libzypp-17.35.8-150400.3.85.1, libyui-qt-pkg-4.3.7-150400.3.12.1 SUSE Linux Enterprise Desktop 15 SP4 (src): libyui-4.3.7-150400.3.12.1, libyui-ncurses-rest-api-4.3.7-150400.3.12.1, libyui-qt-4.3.7-150400.3.12.1, libyui-qt-graph-4.3.7-150400.3.12.1, libyui-ncurses-pkg-4.3.7-150400.3.12.1, libyui-qt-rest-api-4.3.7-150400.3.12.1, zypp-plugin-0.6.4-150400.13.4.1, libyui-ncurses-4.3.7-150400.3.12.1, libyui-rest-api-4.3.7-150400.3.12.1, libzypp-17.35.8-150400.3.85.1, yast2-pkg-bindings-4.4.7-150400.3.16.1, libyui-qt-pkg-4.3.7-150400.3.12.1, libsolv-0.7.30-150400.3.27.2 SUSE Manager Retail Branch Server 4.3 (src): libyui-4.3.7-150400.3.12.1, libyui-ncurses-rest-api-4.3.7-150400.3.12.1, libyui-qt-4.3.7-150400.3.12.1, libyui-qt-graph-4.3.7-150400.3.12.1, zypper-1.14.76-150400.3.57.16, libyui-ncurses-pkg-4.3.7-150400.3.12.1, libyui-qt-rest-api-4.3.7-150400.3.12.1, zypp-plugin-0.6.4-150400.13.4.1, libyui-ncurses-4.3.7-150400.3.12.1, libyui-rest-api-4.3.7-150400.3.12.1, libzypp-17.35.8-150400.3.85.1, yast2-pkg-bindings-4.4.7-150400.3.16.1, libyui-qt-pkg-4.3.7-150400.3.12.1, libsolv-0.7.30-150400.3.27.2 SUSE Manager Proxy 4.3 (src): libyui-4.3.7-150400.3.12.1, libyui-ncurses-rest-api-4.3.7-150400.3.12.1, libyui-qt-4.3.7-150400.3.12.1, libyui-qt-graph-4.3.7-150400.3.12.1, zypper-1.14.76-150400.3.57.16, libyui-ncurses-pkg-4.3.7-150400.3.12.1, PackageKit-branding-SLE-12.0-150400.15.7.2, PackageKit-1.2.4-150400.3.20.2, yast2-pkg-bindings-4.4.7-150400.3.16.1, libyui-rest-api-4.3.7-150400.3.12.1, zypp-plugin-0.6.4-150400.13.4.1, libsolv-0.7.30-150400.3.27.2, libyui-qt-rest-api-4.3.7-150400.3.12.1, libyui-ncurses-4.3.7-150400.3.12.1, libzypp-17.35.8-150400.3.85.1, libyui-qt-pkg-4.3.7-150400.3.12.1 SUSE Linux Enterprise High Performance Computing 15 SP5 (src): libsolv-0.7.30-150400.3.27.2, yast2-pkg-bindings-4.5.3-150500.3.10.1, libyui-qt-pkg-4.5.3-150500.3.10.1, zypp-plugin-0.6.4-150400.13.4.1, libyui-ncurses-pkg-4.5.3-150500.3.10.1, libzypp-17.35.8-150500.6.13.1 SUSE Linux Enterprise Server 15 SP5 (src): libsolv-0.7.30-150400.3.27.2, yast2-pkg-bindings-4.5.3-150500.3.10.1, libyui-qt-pkg-4.5.3-150500.3.10.1, zypp-plugin-0.6.4-150400.13.4.1, libyui-ncurses-pkg-4.5.3-150500.3.10.1, libzypp-17.35.8-150500.6.13.1 SUSE Linux Enterprise Server for SAP Applications 15 SP5 (src): libsolv-0.7.30-150400.3.27.2, yast2-pkg-bindings-4.5.3-150500.3.10.1, libyui-qt-pkg-4.5.3-150500.3.10.1, zypp-plugin-0.6.4-150400.13.4.1, libyui-ncurses-pkg-4.5.3-150500.3.10.1, libzypp-17.35.8-150500.6.13.1 SUSE Linux Enterprise Desktop 15 SP5 (src): libsolv-0.7.30-150400.3.27.2, yast2-pkg-bindings-4.5.3-150500.3.10.1, libyui-qt-pkg-4.5.3-150500.3.10.1, zypp-plugin-0.6.4-150400.13.4.1, libyui-ncurses-pkg-4.5.3-150500.3.10.1, libzypp-17.35.8-150500.6.13.1 SUSE Linux Enterprise High Performance Computing 15 SP6 (src): libzypp-17.35.8-150600.3.19.1, libsolv-0.7.30-150400.3.27.2, yast2-pkg-bindings-4.6.5-150600.3.6.1, libyui-qt-pkg-4.5.3-150500.3.10.1, zypp-plugin-0.6.4-150400.13.4.1, libyui-ncurses-pkg-4.5.3-150500.3.10.1 SUSE Linux Enterprise Server 15 SP6 (src): libzypp-17.35.8-150600.3.19.1, libsolv-0.7.30-150400.3.27.2, yast2-pkg-bindings-4.6.5-150600.3.6.1, libyui-qt-pkg-4.5.3-150500.3.10.1, zypp-plugin-0.6.4-150400.13.4.1, libyui-ncurses-pkg-4.5.3-150500.3.10.1 SUSE Linux Enterprise Server for SAP Applications 15 SP6 (src): libzypp-17.35.8-150600.3.19.1, libsolv-0.7.30-150400.3.27.2, yast2-pkg-bindings-4.6.5-150600.3.6.1, libyui-qt-pkg-4.5.3-150500.3.10.1, zypp-plugin-0.6.4-150400.13.4.1, libyui-ncurses-pkg-4.5.3-150500.3.10.1 SUSE Linux Enterprise Desktop 15 SP6 (src): libzypp-17.35.8-150600.3.19.1, libsolv-0.7.30-150400.3.27.2, yast2-pkg-bindings-4.6.5-150600.3.6.1, libyui-qt-pkg-4.5.3-150500.3.10.1, zypp-plugin-0.6.4-150400.13.4.1, libyui-ncurses-pkg-4.5.3-150500.3.10.1 SUSE Linux Enterprise Micro for Rancher 5.3 (src): zypp-plugin-0.6.4-150400.13.4.1, libsolv-0.7.30-150400.3.27.2, libzypp-17.35.8-150400.3.85.1, zypper-1.14.76-150400.3.57.16 SUSE Linux Enterprise Micro 5.3 (src): zypp-plugin-0.6.4-150400.13.4.1, libsolv-0.7.30-150400.3.27.2, libzypp-17.35.8-150400.3.85.1, zypper-1.14.76-150400.3.57.16 SUSE Linux Enterprise Micro for Rancher 5.4 (src): zypp-plugin-0.6.4-150400.13.4.1, libsolv-0.7.30-150400.3.27.2, libzypp-17.35.8-150400.3.85.1, zypper-1.14.76-150400.3.57.16 SUSE Linux Enterprise Micro 5.4 (src): zypp-plugin-0.6.4-150400.13.4.1, libsolv-0.7.30-150400.3.27.2, libzypp-17.35.8-150400.3.85.1, zypper-1.14.76-150400.3.57.16 SUSE Linux Enterprise Micro 5.5 (src): zypper-1.14.76-150500.6.6.15, zypp-plugin-0.6.4-150400.13.4.1, libsolv-0.7.30-150400.3.27.2, libzypp-17.35.8-150500.6.13.1 Basesystem Module 15-SP5 (src): libyui-4.5.3-150500.3.10.1, libyui-qt-4.5.3-150500.3.10.1, yast2-pkg-bindings-4.5.3-150500.3.10.1, zypper-1.14.76-150500.6.6.15, libyui-qt-graph-4.5.3-150500.3.10.1, libyui-ncurses-pkg-4.5.3-150500.3.10.1, libzypp-17.35.8-150500.6.13.1, libyui-ncurses-4.5.3-150500.3.10.1, zypp-plugin-0.6.4-150400.13.4.1, libsolv-0.7.30-150400.3.27.2 Basesystem Module 15-SP6 (src): libyui-4.5.3-150500.3.10.1, libyui-qt-4.5.3-150500.3.10.1, yast2-pkg-bindings-4.6.5-150600.3.6.1, zypper-1.14.76-150600.10.6.13, libyui-qt-graph-4.5.3-150500.3.10.1, libyui-ncurses-pkg-4.5.3-150500.3.10.1, libyui-ncurses-4.5.3-150500.3.10.1, zypp-plugin-0.6.4-150400.13.4.1, libzypp-17.35.8-150600.3.19.1, libsolv-0.7.30-150400.3.27.2 Desktop Applications Module 15-SP5 (src): PackageKit-branding-SLE-12.0-150400.15.7.2, libyui-qt-pkg-4.5.3-150500.3.10.1, PackageKit-1.2.4-150400.3.20.2 Desktop Applications Module 15-SP6 (src): PackageKit-1.2.8-150600.4.5.2, libyui-qt-pkg-4.5.3-150500.3.10.1, PackageKit-branding-SLE-12.0-150600.22.5.2 Development Tools Module 15-SP5 (src): libyui-ncurses-rest-api-4.5.3-150500.3.10.1, libyui-qt-rest-api-4.5.3-150500.3.10.1, libsolv-0.7.30-150400.3.27.2, libyui-rest-api-4.5.3-150500.3.10.1 Development Tools Module 15-SP6 (src): libyui-ncurses-rest-api-4.5.3-150500.3.10.1, libyui-qt-rest-api-4.5.3-150500.3.10.1, libsolv-0.7.30-150400.3.27.2, libyui-rest-api-4.5.3-150500.3.10.1 SUSE Package Hub 15 15-SP5 (src): libyui-bindings-4.5.3-150500.3.10.1 SUSE Package Hub 15 15-SP6 (src): libyui-bindings-4.5.3-150500.3.10.1 SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 (src): libyui-4.3.7-150400.3.12.1, libyui-ncurses-rest-api-4.3.7-150400.3.12.1, libyui-qt-4.3.7-150400.3.12.1, libyui-qt-graph-4.3.7-150400.3.12.1, zypper-1.14.76-150400.3.57.16, PackageKit-branding-SLE-12.0-150400.15.7.2, libyui-ncurses-pkg-4.3.7-150400.3.12.1, PackageKit-1.2.4-150400.3.20.2, yast2-pkg-bindings-4.4.7-150400.3.16.1, libyui-rest-api-4.3.7-150400.3.12.1, zypp-plugin-0.6.4-150400.13.4.1, libsolv-0.7.30-150400.3.27.2, libyui-qt-rest-api-4.3.7-150400.3.12.1, libyui-ncurses-4.3.7-150400.3.12.1, libzypp-17.35.8-150400.3.85.1, libyui-qt-pkg-4.3.7-150400.3.12.1 SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 (src): libyui-4.3.7-150400.3.12.1, libyui-ncurses-rest-api-4.3.7-150400.3.12.1, libyui-qt-4.3.7-150400.3.12.1, libyui-qt-graph-4.3.7-150400.3.12.1, zypper-1.14.76-150400.3.57.16, PackageKit-branding-SLE-12.0-150400.15.7.2, libyui-ncurses-pkg-4.3.7-150400.3.12.1, PackageKit-1.2.4-150400.3.20.2, yast2-pkg-bindings-4.4.7-150400.3.16.1, libyui-rest-api-4.3.7-150400.3.12.1, zypp-plugin-0.6.4-150400.13.4.1, libsolv-0.7.30-150400.3.27.2, libyui-qt-rest-api-4.3.7-150400.3.12.1, libyui-ncurses-4.3.7-150400.3.12.1, libzypp-17.35.8-150400.3.85.1, libyui-qt-pkg-4.3.7-150400.3.12.1 SUSE Linux Enterprise Desktop 15 SP4 LTSS 15-SP4 (src): libyui-4.3.7-150400.3.12.1, libyui-ncurses-rest-api-4.3.7-150400.3.12.1, libyui-qt-4.3.7-150400.3.12.1, libyui-qt-graph-4.3.7-150400.3.12.1, zypper-1.14.76-150400.3.57.16, PackageKit-branding-SLE-12.0-150400.15.7.2, libyui-ncurses-pkg-4.3.7-150400.3.12.1, PackageKit-1.2.4-150400.3.20.2, yast2-pkg-bindings-4.4.7-150400.3.16.1, libyui-rest-api-4.3.7-150400.3.12.1, zypp-plugin-0.6.4-150400.13.4.1, libsolv-0.7.30-150400.3.27.2, libyui-qt-rest-api-4.3.7-150400.3.12.1, libyui-ncurses-4.3.7-150400.3.12.1, libzypp-17.35.8-150400.3.85.1, libyui-qt-pkg-4.3.7-150400.3.12.1 SUSE Linux Enterprise Server 15 SP4 LTSS 15-SP4 (src): libyui-4.3.7-150400.3.12.1, libyui-ncurses-rest-api-4.3.7-150400.3.12.1, libyui-qt-4.3.7-150400.3.12.1, libyui-qt-graph-4.3.7-150400.3.12.1, zypper-1.14.76-150400.3.57.16, PackageKit-branding-SLE-12.0-150400.15.7.2, libyui-ncurses-pkg-4.3.7-150400.3.12.1, PackageKit-1.2.4-150400.3.20.2, yast2-pkg-bindings-4.4.7-150400.3.16.1, libyui-rest-api-4.3.7-150400.3.12.1, zypp-plugin-0.6.4-150400.13.4.1, libsolv-0.7.30-150400.3.27.2, libyui-qt-rest-api-4.3.7-150400.3.12.1, libyui-ncurses-4.3.7-150400.3.12.1, libzypp-17.35.8-150400.3.85.1, libyui-qt-pkg-4.3.7-150400.3.12.1 SUSE Linux Enterprise Workstation Extension 15 SP5 (src): PackageKit-1.2.4-150400.3.20.2 SUSE Linux Enterprise Workstation Extension 15 SP6 (src): PackageKit-1.2.8-150600.4.5.2 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com