#10 Fix RHBZ 2066849
Merged 2 years ago by bengal. Opened 2 years ago by misc.
rpms/ misc/NetworkManager fix_2066849  into  rawhide

Fix RHBZ 2066849
Michael Scherer • 2 years ago  
file modified
+3 -1
@@ -862,7 +862,9 @@ 

  	--disable-firewalld-zone \

  %endif

  	--with-dist-version=%{version}-%{release} \

- 	--with-config-plugins-default=%{config_plugins_default} \

+ %if %{?config_plugins_default_ifcfg_rh}

+ 	--with-config-plugins-default=ifcfg-rh \

+ %endif

  	--with-resolvconf=no \

  	--with-netconfig=no \

  	--with-config-dns-rc-manager-default=%{dns_rc_manager_default} \

no initial comment

Looks like there is a second autotools path down below that needs the same fix.

Are you sure ?

It seems to be already right, and that's the issue, the fix was applied only for meson, not for autotools.

Pull-Request has been merged by bengal

2 years ago

@bengal could a request be made to untag the previous build from koji? Since the network config can be broken, users will not be able to upgrade to the fixed version.

I have unpushed the update https://bodhi.fedoraproject.org/updates/FEDORA-2022-e675404750 , is this what you meant?

No that's for F36, I'm talking about the rawhide build which has already hit the repos. Needs to be done by releng.

Do you know how I can do that?

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Metadata