Comment # 3 on bug 1226956 from Michael Andres
# Content of repo-oss.repo will be newly managed by zypp-services.

AFAIK the openSUSE-repos-* packages introduce a local Service.

A Service is a kind of remote repo control. The Service retrieves a
repoindex.xml file (local and provided by the package in this case). This file
describes the repos which should be present on the system and associated with
the Service.

It looks like the package installed the Service and removed the individual
repos which are now maintained by the service. But it forgot to refresh the
Service, which is the action that translates the repoindex.xml into a set of
repos.

> hobbes:~ (0)# zypper as /Local/Service opensSUSE
> Adding service 'opensSUSE'...
> hobbes:~ (0)# zypper ls -r
> #  | Alias                       | Name                                       | Enabled | GPG Check | Refresh | Type
> ---+-----------------------------+--------------------------------------------+---------+-----------+---------+---------
>  1 | opensSUSE                   | opensSUSE                                  | Yes     | ----      | Yes     | N/A
>  2 | KDE3                        | KDE3 (15.4)                                | No      | ----      | ----    | N/A

This is how it probably looks like on your system. 

> hobbes:~ (0)# zypper refs
> Refreshing service 'opensSUSE'.
> All services have been refreshed.

This command is missing. It will create the repos. 

> hobbes:~ (0)# zypper ls -r
> #  | Alias                       | Name                                       | Enabled | GPG Check | Refresh | Type
> ---+-----------------------------+--------------------------------------------+---------+-----------+---------+---------
>  1 | opensSUSE                   | opensSUSE                                  | Yes     | ----      | Yes     | ris
>  - | opensSUSE:debug-non-oss     | debug-non-oss (15.4)                       | No      | ----      | ----    | N/A
>  - | opensSUSE:debug-oss         | debug-oss (15.4)                           | No      | ----      | ----    | N/A
>    | opensSUSE:repo-non-oss      | repo-non-oss (15.4)                        | Yes     | ( p) Yes  | Yes     | N/A
>    | opensSUSE:repo-oss          | repo-oss (15.4)                            | Yes     | ( p) Yes  | Yes     | N/A
>  - | opensSUSE:source-non-oss    | source-non-oss (15.4)                      | No      | ----      | ----    | N/A
>  - | opensSUSE:source-oss        | source-oss (15.4)                          | No      | ----      | ----    | N/A
>    | opensSUSE:upadte-non-oss    | upadte-non-oss (15.4)                      | Yes     | ( p) Yes  | Yes     | N/A
>    | opensSUSE:update-oss        | update-oss (15.4)                          | Yes     | ( p) Yes  | Yes     | N/A
>  2 | KDE3                        | KDE3 (15.4)                                | No      | ----      | ----    | N/A

Lubos should know more about the openSUSE-repos-* packages


You are receiving this mail because: