Looks like the base selinux policy was updated, but that didn’t trigger a rebuild of snapd. @Conan_Kudo should we expect it to rebuild automatically when the dependency is not in EPEL?
Anyways, I’ll be preparing an update to 2.42.2 soon, so you’ll be able get the latest version as soon as it appears in epel-testing.
I think this dependency doesn’t exists in centos 8 (would that be possible ?) anyway I can see a 2.42.2 version now but the issue is still there as selinux-policy-base doesn’t exists:
→ sudo dnf install --enablerepo=epel-testing snapd --nobest
Last metadata expiration check: 0:06:53 ago on Fri 29 Nov 2019 08:27:52 PM CET.
Error:
Problem: package snapd-2.42.2-1.el8.x86_64 requires snapd-selinux = 2.42.2-1.el8, but none of the providers can be installed
- conflicting requests
- nothing provides selinux-policy-base >= 3.14.3-20.el8 needed by snapd-selinux-2.42.2-1.el8.noarch
(try to add '--skip-broken' to skip uninstallable packages)
→ sudo dnf info selinux-policy-base
Last metadata expiration check: 0:07:14 ago on Fri 29 Nov 2019 08:27:52 PM CET.
Error: No matching Packages to list
I may totaly be missing somethingm but I don’t understand what exactly if it’s the case.
edit: I do have a package name selinux-policy that claim to be the base though:
→ sudo dnf info selinux-policy
Last metadata expiration check: 0:13:14 ago on Fri 29 Nov 2019 08:27:52 PM CET.
Installed Packages
Name : selinux-policy
Version : 3.14.1
Release : 61.el8_0.2
Arch : noarch
Size : 24 k
Source : selinux-policy-3.14.1-61.el8_0.2.src.rpm
Repo : @System
From repo : BaseOS
Summary : SELinux policy configuration
URL : %{git0-base}
License : GPLv2+
Description : SELinux Base package for SELinux Reference Policy - modular.
: Based off of reference policy: Checked out revision 2.20091117
Running Fedora 31 for a while I noticed that desktop applications don’t display the icon or name in the alt-tab app switcher. It’s odd because they show up perfectly fine in gnome shell itself before the app is launched.
Hi, thanks for the quoting regarding the original epel/centos8 issue. it look like the workflow for epel is a bit weird and look out of sync with the core repos of centos, which indeed is not really related to snapd as you pointed out.
On my end I just tested installing snapd in a centos8 vm and it works now
thanks for your patience and the extra infos ! much appreciated
I got following messages on RHEL 8.2, it seems selinux policy updated again? I can successful installed on previous snapd-2.43.3-1.
Last metadata expiration check: 0:00:42 ago on Mon 15 Jun 2020 03:05:48 AM EDT.
Error:
Problem: package snapd-2.45-1.el8.x86_64 requires snapd-selinux = 2.45-1.el8, but none of the providers can be installed
conflicting requests
nothing provides selinux-policy-base >= 3.14.3-41.el8_2.2 needed by snapd-selinux-2.45-1.el8.noarch
(try to add ‘–skip-broken’ to skip uninstallable packages or ‘–nobest’ to use not only best candidate packages)
Works for me. Perhaps your mirror did not refresh. I see the following version in the BaseOS repo:
[guest@rhel-8-devel ~]$ sudo dnf list selinux-policy
Updating Subscription Management repositories.
Last metadata expiration check: 0:11:00 ago on Mon 15 Jun 2020 03:35:07 AM EDT.
Installed Packages
selinux-policy.noarch 3.14.3-41.el8_2.4 @rhel-8-for-x86_64-baseos-rpms
I installed a new RHEL 8 bc my old laptop died. I couldn’t install snaps using snapd version 2.53.4-1.el8. I dl your new versions of snapd/snap-confine/snapd-selinux 2.54.1-1.el8 packages, uninstalled the previous ones, and installed these 3 packages. Snaps now install without an issue. Thanks!!