#146 comps-sync: Blacklist PackageKit globally
Merged by walters. Opened by walters.
walters/workstation-ostree-config no-more-pk-rawhide  into  master

Download 146.patch

We were trying to be accurate by filtering by group but
PackageKit is spread across all of them and has various subpackages,
so just add a global regexp-based blacklist.

This doesn't actually drop PK yet because gnome-software hard
requires it, but is prep for fixing that.

Pull-Request has been merged by walters

Heh, was looking at this too since I just upgraded to f30.

This doesn't actually drop PK yet because gnome-software hard
requires it, but is prep for fixing that.

Hmm, so it was switched to a Recommends: in f30: https://src.fedoraproject.org/rpms/gnome-software/blob/f30/f/gnome-software.spec#_81

And locally I see:

$ whatrequires PackageKit
$ whatrecommends PackageKit
gnome-software-3.32.0-6.fc30.x86_64
$

But I also see:

$ ldd /usr/bin/gnome-software | grep packagekit
        libpackagekit-glib2.so.18 => /lib64/libpackagekit-glib2.so.18 (0x00007f892f647000)

So I think backporting this to f30 will still at least drop PackageKit, but not PackageKit-glib.

Metadata