Simon Lees wrote:
... Just for my curiosity, how does one know if it is a SLE package? You cant see it when you submit, e.g. from d:l:p If you go to https://build.opensuse.org/project/show/openSUSE:Leap:15.4 Click on "Inherited Packages" and then use the search to filter for the
On 1/14/22 05:18, Axel Braun wrote: package you want, it will list the origin in the "From" Column. There used to be a metadata file you could look at as well but its either moved or doesn't exist anymore so I don't know where it is. If someone does know i'd love to find out, I used to have a simple script that did the following. function lookup151 --description 'Where does a leap packages come from' osc -A https://api.opensuse.org cat openSUSE:Leap:15.1:Update 00Meta lookup.yml | grep $argv end
Simon, I believe you are looking for `osc maintained PACKAGE_NAME` or just `osc sm PACKAGE_NAME`: geeko $ osc maintained bash SUSE:SLE-15-SP3:Update/bash geeko $ osc maintained bbswitch openSUSE:Leap:15.3:Update/bbswitch geeko $ osc maintained variety openSUSE:Backports:SLE-15-SP1:Update/variety openSUSE:Backports:SLE-15-SP2:Update/variety openSUSE:Backports:SLE-15-SP3:Update/variety using sources from openSUSE:Maintenance:17349/variety.openSUSE_Backports_SLE-15-SP3_Update https://en.opensuse.org/openSUSE:Maintenance_update_process#Check_if_a_Leap_...