#36 manifest: Explicitly install kernel-modules and /usr/sbin/iptables
Merged 7 years ago by walters. Opened 7 years ago by walters.
walters/fedora-atomic install-provides-workaround  into  master

@@ -27,7 +27,8 @@ 

  		 "glibc", "nss-altfiles", "shadow-utils",

  		 "sssd-client", "libsss_sudo",

  		 "fedora-release-atomichost",

- 		 "dracut-config-generic", "kernel",

+ 		 "dracut-config-generic",

+ 		 "kernel", "kernel-modules",

  		 "dracut-network",

  		 "rpm-ostree", "lvm2",

  		 "chrony",
@@ -43,7 +44,7 @@ 

  		 "which",

  		 "nfs-utils",

  		 "curl",

- 		 "iptables-services", "iptables",

+ 		 "iptables-services", "/usr/sbin/iptables",

  		 "NetworkManager",

  		 "hostname", "initscripts", "iproute", "iputils", "less",

  		 "sos",

This is
https://github.com/rpm-software-management/libhif/issues/220
biting us. Work around it in the first case by explicitly including
kernel-modules. The second case requires going via file path.

Pull-Request has been merged by walters

7 years ago
Metadata