#968 cloud base: Add python3-dnf-plugin-tracer
Merged a year ago by kevin. Opened a year ago by mhayden.
mhayden/fedora-kickstarts automatic-cloud-reboot  into  main

file modified
+7
@@ -57,6 +57,13 @@ 

  # Include packages for the cloud-server-environment group

  @^cloud-server-environment

  

+ # Install the tracer dnf plugin to enable automatic reboots

+ # IF the user requests package updates

+ # AND requests a reboot

+ # AND the packages updated require a reboot.

+ # https://fedoraproject.org/wiki/Changes/Automatic_Cloud_Reboot_On_Updates

+ python3-dnf-plugin-tracer

+ 

  # Don't include the kernel toplevel package since it pulls in

  # kernel-modules. We're happy for now with kernel-core.

  -kernel

Does this apply the same after the dnf5 changes in rawhide? ie, is that plugin the same with dnf5?

As far as I can tell, this works with dnf5. I just launched another AWS instance with the 6/25 rawhide build and the plugin works fine.

rebased onto eba3a2b

a year ago

Alright, great. I just wanted to confirm. ;)

Pull-Request has been merged by kevin

a year ago
Metadata