NetworkManager/contrib/fedora
Thomas Haller 6f0036151f settings: enable "ibft" plugin by default together with "ifcfg-rh"
Originally, ibft settings were handled by "ifcfg-rh" plugin. Later, we added
a separate "ibft" plugin and moved the functionality there.

The problem was that users quite possibly had a configuration like
  [main]
  plugins=ifcfg-rh
in their "NetworkManager.conf". That meant, after upgrade users would
no longer have ibft support.

We fixed that by installing "/etc/NetworkManager/conf.d/10-ibft-plugin.conf"
which was read after the main file and contained:
  [main]
  plugins+=ibft

We no longer want to install configuration snippets with our core packages to
/etc. Avoid the regression by changing the meaning of "ifcfg-rh". By enabling
"ifcfg-rh" you now implicitly enable "ibft" plugin as well. This can be
turned off via "no-ibft". And you can continue to enable "ibft" plugin
alone.
2015-07-02 16:01:20 +02:00
..
nm-live-vm contrib/nm-live-vm: install perl dependancy (YAML) in mock build 2014-10-10 20:52:38 +02:00
rpm settings: enable "ibft" plugin by default together with "ifcfg-rh" 2015-07-02 16:01:20 +02:00
REQUIRED_PACKAGES wimax: drop WiMAX support (bgo #747846) 2015-04-17 12:42:23 -04:00