rpm-software-management / dnf-plugins-extras

repository for DNF community plugins
GNU General Public License v2.0
65 stars 62 forks source link

Add virtual Provides for offline-upgrade and offline-distrosync commands #194

Closed mattdm closed 3 years ago

mattdm commented 3 years ago

PR here https://src.fedoraproject.org/fork/mattdm/rpms/dnf-plugins-extras/c/d24b2e09de9afd1021a4e31f9e777d7de936caa5 already applied in Fedora dist-git but mentioning it here so it doesn't get lost. Simply needs


Provides:       dnf-command(offline-upgrade)
Provides:       dnf-command(offline-distrosync)

added to the python3-dnf-plugin-system-upgrade subpackage.

kontura commented 3 years ago

Like mentioned in the downstream PR this is already resolved here: https://github.com/rpm-software-management/dnf-plugins-extras/pull/193 and https://github.com/rpm-software-management/dnf-plugins-extras/pull/192.

Thank you. :+1: