862 Commits

Author SHA256 Message Date
2110c52e61 Accepting request 958426 from GNOME:Next
Sec review should be ok; Staging:J has the new rpmlint and needs the NM updated

OBS-URL: https://build.opensuse.org/request/show/958426
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=428
2022-03-02 11:33:25 +00:00
6cdb7c989e Accepting request 956565 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/956565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=235
2022-02-23 15:25:40 +00:00
6b0face5b4 Accepting request 956565 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/956565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=235
2022-02-23 15:25:40 +00:00
501c05121a Accepting request 956354 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/956354
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=427
2022-02-21 22:32:09 +00:00
ce79b71c1e Accepting request 956057 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/956057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=234
2022-02-21 16:45:43 +00:00
ff811eb72a Accepting request 956057 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/956057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=234
2022-02-21 16:45:43 +00:00
25c8c462cc Accepting request 955895 from home:gmbr3:Active
- Use meson LTO setup as NM makes changes to CFLAGS

OBS-URL: https://build.opensuse.org/request/show/955895
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=426
2022-02-19 23:26:48 +00:00
a031a7dc03 Accepting request 953947 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/953947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=233
2022-02-14 21:35:57 +00:00
00f490b056 Accepting request 953947 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/953947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=233
2022-02-14 21:35:57 +00:00
2c7d757df3 Accepting request 953820 from GNOME:Next
- Packaging additions with Autotools replacement:
  + Add Meson build requirement and replace Automake macros with
    Meson equivalent ones as autotools will be deprecated in the
    future.
  + Options passed to Meson to mimmic our default preferences:
    systemdsystemunitdir=%{_unitdir}, udev_dir=%{_udevdir},
    dbus_conf_dir=%{_dbusconfdir}, iptables=%{_sbindir}/iptables,
    dnsmasq=%{_sbindir}/dnsmasq, dnssec_trigger=%{_libexecdir}\
    /dnssec-trigger-script, dist_version=%{version},
    polkit_agent_helper_1=%{_libexecdir}/polkit-1\
    /polkit-agent-helper-1, hostname_persist=suse, switchable
    libaudit=%{libaudit_meson_opt}, iwd=true, pppd=%{_sbindir}\
    /pppd, pppd_plugin_dir=%{_pppddir}, nm_cloud_setup=true,
    bluez5_dun=true, netconfig=%{_sbindir}/netconfig,
    dhclient=%{_sbindir}/dhclient, docs=true, switchable
    tests=%{tests_meson_opt}, more_asserts=0, more_logging=false,
    qt=false, and switchable teamdctl=true (teamctl is about to be
    deprecated).
  + Add conditionalized audit pkgconfig module build requirement to
    allow easier feature testing, and pass
    'yes-disabled-by-default' to 'libaudit' Meson option. As an
    observation: Meson defaults passing 'yes' to this feature.
  + Add explicit c++_compiler build requirement to avoid build
    abortion.
  + Add explicit libselinux pkgconfig module build requirement
    checked by Meson and was already being pulled in by some other
    package.
  + Add polkit-gobject-1 pkgconfig module build requirement checked
    by Meson and needed for user auth-polkit support.
  + Add mobile-broadband-provider-info pkgconfig module build
    requirement checked by Meson and needed for ModemManager1
    interface support.
  + Add sed command to fix server.conf config file location from
    defaultdocdir/NetworkManager/examples to
    defaultdocdir/NetworkManager.
  + Add useful %{_pppddir} and %{_dbusconfdir} macros to spec file,
    while dropping no longed needed pppddir shell variable
    definition and 'test -n "$pppddir" || exit 1' construct.
  + Add "< 1.21" version to libnm-glib-vpn1, libnm-glib4, and
    libnm-util2 < 1.21 to main package's Obsoletes tags, following
    packaging good practices to avoid future unwated behavior
    regarding versioning schemes.
  + Replace %version macro with hardcoded "0.9.1" version to the
    devel subpackage's %name-doc Obsoletes tag following packaging
    good practices to avoid future unwanted behaviors regarding
    versioning schemes (the doc subpackage was merged with the
    devel one in the 0.9.0 release).
  + Pass "%{?no_lang_C}" to %find_lang macro to avoid stripping
    any English translations (the default language) from main
    package.
- Packaging deletions with Autotools replacement:
  + Remove data/server.conf from %doc macro in files section as it
    no longer works with Meson.
  + Remove "rm" command on server.conf file following sed command
    addition to fix the right location of the file.
  + Remove no longer useful conditional build abortion depending
    whether or not netconfig support was found
    'grep "with_netconfig='no'" config.log' since this file isn't
    generated by Meson.
  + Remove no longer needed "find" command for GNU Libtool LA files
    deletion.
  + Drop no longer needed libtool build requirement as Meson does
    not use it.
  + Drop redundant sysconfig-netconfig build requirement as it does
    not add anything to the build anymore.
  + Drop comment about suse-release build requirement not being
    needed anymore, it's been deprecated for almost a decade now.
  + Drop setBadness for 'dbus-file-unauthorized' in the rpmlintrc:
    the new dbus file has been whitelisted already (bsc#1194799).
- Split out NetworkManager-pppoe, needed to configure regular PPPoE
  connections (Not very common, as most users have PPPoE routers
  for the DSL connections).
- Update to version 1.34.0:
  + initrd: wait for both IPv4 and IPv6 with "ip=dhcp,dhcp6"
  + core: better handle sd-resolved errors when resolving hostnames
  + nmcli: fix import WireGuard profile with DNS domain and address
    family disabled
  + ndisc: send router solicitations before expiry
  + policy: send earlier the ip configs to the DNS manager
  + core: support linking with LLD 13
  + wireguard: importing wg-quick configuration files with nmcli
    no longer sets a negative, exclusive "dns-priority". This plays
    better with common split DNS setups that use systemd-resolved.
    Adjust the "dns-priority" to your liking after import yourself.
  + NetworkManager no longer listens for netlink events for traffic
    control objects (qdiscs and filters).
  + core: add internal nm-priv-helper service for separating
    privileges and have a way to drop capabilities from
    NetworkManager daemon.
  + bond: add support for setting queue-id of bond port.
  + dns: support configuring DNS over TLS (DoT) with
    systemd-resolved.
  + nmtui: add support for WireGuard profiles.
  + nmcli: add aliases `nmcli device up|down` beside
    connect|disconnect.
  + conscious language: Deprecate 'Device.Slaves' D-Bus property in
    favor of new 'Device.Ports' property. Depracate
    'nm_device_*_get_slaves()' in favor of 'nm_device_get_ports()'
    in libnm.
  + nmcli: invoking nmcli command without arguments will now show
    'default' instead of null address in route4 or route6 section.
- Refresh patches with quilt.
- Replace addFilter("suse-branding-unversioned-requires*") from
  rpmlintrc, with the current branding-requires-unversioned.
- Update our Supplements to current standard.
- Add the new internal nm-priv-helper.service to pre(un)/post(un)
  handling.

OBS-URL: https://build.opensuse.org/request/show/953820
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=425
2022-02-12 19:27:53 +00:00
b416a2e663 Accepting request 921663 from GNOME:Factory
- Update to version 1.32.12:
  + Fix wrong order of addresses when restarting NetworkManager.
  + Preserve the IPv6 ff00::/8 route added by kernel in the local
    table, necessary for multicast communication.
  + Fix emitting the signal for changed metered status of devices.
  + Fix applying the ethtool autonegotiation and speed settings.
  + initrd: fix crash parsing plain '=' without key.
  + cloud-setup: use suppress_prefixlength rule to honor
    non-default-routes in the main table. (forwarded request 921022 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/921663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=232
2021-09-29 18:17:59 +00:00
41f005a839 Accepting request 921663 from GNOME:Factory
- Update to version 1.32.12:
  + Fix wrong order of addresses when restarting NetworkManager.
  + Preserve the IPv6 ff00::/8 route added by kernel in the local
    table, necessary for multicast communication.
  + Fix emitting the signal for changed metered status of devices.
  + Fix applying the ethtool autonegotiation and speed settings.
  + initrd: fix crash parsing plain '=' without key.
  + cloud-setup: use suppress_prefixlength rule to honor
    non-default-routes in the main table. (forwarded request 921022 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/921663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=232
2021-09-29 18:17:59 +00:00
664dc41615 Accepting request 921022 from GNOME:Next
- Update to version 1.32.12:
  + Fix wrong order of addresses when restarting NetworkManager.
  + Preserve the IPv6 ff00::/8 route added by kernel in the local
    table, necessary for multicast communication.
  + Fix emitting the signal for changed metered status of devices.
  + Fix applying the ethtool autonegotiation and speed settings.
  + initrd: fix crash parsing plain '=' without key.
  + cloud-setup: use suppress_prefixlength rule to honor
    non-default-routes in the main table.

OBS-URL: https://build.opensuse.org/request/show/921022
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=424
2021-09-27 06:26:27 +00:00
bcef7ce5b4 Accepting request 920819 from GNOME:Factory
- Drop nm-add-CAP_CHOWN-capability.patch: This solution was denied
  by upstream maintainers. (forwarded request 920713 from JonathanKang)

OBS-URL: https://build.opensuse.org/request/show/920819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=231
2021-09-26 19:48:10 +00:00
236956fdb9 Accepting request 920819 from GNOME:Factory
- Drop nm-add-CAP_CHOWN-capability.patch: This solution was denied
  by upstream maintainers. (forwarded request 920713 from JonathanKang)

OBS-URL: https://build.opensuse.org/request/show/920819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=231
2021-09-26 19:48:10 +00:00
184f564453 Accepting request 920713 from home:JonathanKang:branches:GNOME:Factory
- Drop nm-add-CAP_CHOWN-capability.patch: This solution was denied
  by upstream maintainers.

OBS-URL: https://build.opensuse.org/request/show/920713
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=423
2021-09-22 08:18:17 +00:00
e37ec976b8 Accepting request 919977 from home:sbrabec:branches:tuu-goodbye
- Remove obsolete translation-update-upstream support
  (jsc#SLE-21105).

OBS-URL: https://build.opensuse.org/request/show/919977
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=422
2021-09-20 10:07:35 +00:00
b6538464c9 Accepting request 913701 from GNOME:Factory
- Update to version 1.32.10:
  + core: fix the order of IPv6 addresses changing on service
    restart.
  + initrd: add command line option to configure link
    autonegotiation and speed.
  + ifcfg-rh:
    - fix crash when parsing invalid DNS address.
    - extend ifup/ifdown scripts to work with connection profile
      names.
  + udev: also react to "move" (and "change") udev actions in our
    rules.
- Changes from version 1.32.8:
  + firewalld: configure zones on "Reloaded" signal.
  + core: fix wrong MTU for bridge interfaces.
  + cloud-setup: fix gateway address for Aliyun cloud. (forwarded request 913183 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/913701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=230
2021-08-25 18:56:25 +00:00
c4c5b64cd3 Accepting request 913701 from GNOME:Factory
- Update to version 1.32.10:
  + core: fix the order of IPv6 addresses changing on service
    restart.
  + initrd: add command line option to configure link
    autonegotiation and speed.
  + ifcfg-rh:
    - fix crash when parsing invalid DNS address.
    - extend ifup/ifdown scripts to work with connection profile
      names.
  + udev: also react to "move" (and "change") udev actions in our
    rules.
- Changes from version 1.32.8:
  + firewalld: configure zones on "Reloaded" signal.
  + core: fix wrong MTU for bridge interfaces.
  + cloud-setup: fix gateway address for Aliyun cloud. (forwarded request 913183 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/913701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=230
2021-08-25 18:56:25 +00:00
6a855e4b71 Accepting request 913183 from GNOME:Next
- Update to version 1.32.10:
  + core: fix the order of IPv6 addresses changing on service
    restart.
  + initrd: add command line option to configure link
    autonegotiation and speed.
  + ifcfg-rh:
    - fix crash when parsing invalid DNS address.
    - extend ifup/ifdown scripts to work with connection profile
      names.
  + udev: also react to "move" (and "change") udev actions in our
    rules.
- Changes from version 1.32.8:
  + firewalld: configure zones on "Reloaded" signal.
  + core: fix wrong MTU for bridge interfaces.
  + cloud-setup: fix gateway address for Aliyun cloud.

OBS-URL: https://build.opensuse.org/request/show/913183
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=421
2021-08-23 08:35:31 +00:00
1ce3fc9deb Accepting request 909724 from GNOME:Factory
- Update to version 1.32.6:
  + core:
    - Fix adding stale local routes when address changes.
    - Introduce "allowed-connections" option to disallow profiles
      on a device. This allows to filter out profiles that
      originate from initrd.
    - Introduce "keep-configuration" device option to forcefully
      activate a profile on start.
  + initrd:
    - Tag generated profiles with origin in user data.
    - Add "ib.pkey=" command line option.
  + dhcp: Handle filename/bootfile_name DHCP option and write it to
    device state file for initrd/kickstart. (forwarded request 909146 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/909724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=229
2021-08-04 20:28:27 +00:00
0c548d28df Accepting request 909724 from GNOME:Factory
- Update to version 1.32.6:
  + core:
    - Fix adding stale local routes when address changes.
    - Introduce "allowed-connections" option to disallow profiles
      on a device. This allows to filter out profiles that
      originate from initrd.
    - Introduce "keep-configuration" device option to forcefully
      activate a profile on start.
  + initrd:
    - Tag generated profiles with origin in user data.
    - Add "ib.pkey=" command line option.
  + dhcp: Handle filename/bootfile_name DHCP option and write it to
    device state file for initrd/kickstart. (forwarded request 909146 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/909724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=229
2021-08-04 20:28:27 +00:00
6f49e39712 Accepting request 909146 from GNOME:Next
- Update to version 1.32.6:
  + core:
    - Fix adding stale local routes when address changes.
    - Introduce "allowed-connections" option to disallow profiles
      on a device. This allows to filter out profiles that
      originate from initrd.
    - Introduce "keep-configuration" device option to forcefully
      activate a profile on start.
  + initrd:
    - Tag generated profiles with origin in user data.
    - Add "ib.pkey=" command line option.
  + dhcp: Handle filename/bootfile_name DHCP option and write it to
    device state file for initrd/kickstart.

OBS-URL: https://build.opensuse.org/request/show/909146
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=420
2021-08-02 10:13:27 +00:00
fe0726990a Accepting request 909086 from GNOME:Factory
Synchronize the changelog with SLE and Leap. (forwarded request 909037 from yfjiang)

OBS-URL: https://build.opensuse.org/request/show/909086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=228
2021-07-29 19:31:14 +00:00
cda0ca69dc Accepting request 909086 from GNOME:Factory
Synchronize the changelog with SLE and Leap. (forwarded request 909037 from yfjiang)

OBS-URL: https://build.opensuse.org/request/show/909086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=228
2021-07-29 19:31:14 +00:00
b2bf477fea Accepting request 909037 from home:yfjiang:branches:GNOME:Factory
Synchronize the changelog with SLE and Leap.

OBS-URL: https://build.opensuse.org/request/show/909037
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=419
2021-07-29 07:22:38 +00:00
1dfb3f56b4 Accepting request 908371 from home:gmbr3:Steam
- Add libnm0 to baselibs.conf to be used by 64bit Steam

OBS-URL: https://build.opensuse.org/request/show/908371
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=418
2021-07-26 09:38:48 +00:00
3bf61ebd68 Accepting request 907576 from GNOME:Factory
New upstream release (forwarded request 907353 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/907576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=227
2021-07-22 20:43:04 +00:00
8f2b21ea5a Accepting request 907576 from GNOME:Factory
New upstream release (forwarded request 907353 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/907576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=227
2021-07-22 20:43:04 +00:00
0ea7b0979e Accepting request 907353 from GNOME:Next
New upstream release

OBS-URL: https://build.opensuse.org/request/show/907353
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=417
2021-07-21 17:46:54 +00:00
47ddef8266 Accepting request 904183 from GNOME:Factory
(forwarded request 903368 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/904183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=226
2021-07-07 16:29:48 +00:00
f590c414e9 Accepting request 904183 from GNOME:Factory
(forwarded request 903368 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/904183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=226
2021-07-07 16:29:48 +00:00
b54e56b11b Accepting request 903368 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/903368
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=416
2021-07-05 13:36:20 +00:00
0fad48c73a Accepting request 893974 from GNOME:Factory
- Add nm-add-CAP_CHOWN-capability.patch: Add CAP_CHOWN to
  CapabilityBoundingSet to make teamd work properly
  (glfd#NetworkManager/NetworkManager!860, bsc#1185424).

- Drop networkmanager-obs-net.patch: the patch needs a full rework.
- Drop networkmanager-checks-po.patch: as it was supposed to fix
  something introduced by another patch which we still carry, yet
  we can live with this patch disabled, I'd infer this patch is not
  nescessary.

  requesting the 'server-id' option (boo#912315).

OBS-URL: https://build.opensuse.org/request/show/893974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=225
2021-05-20 17:24:34 +00:00
7280ba105e Accepting request 893974 from GNOME:Factory
- Add nm-add-CAP_CHOWN-capability.patch: Add CAP_CHOWN to
  CapabilityBoundingSet to make teamd work properly
  (glfd#NetworkManager/NetworkManager!860, bsc#1185424).

- Drop networkmanager-obs-net.patch: the patch needs a full rework.
- Drop networkmanager-checks-po.patch: as it was supposed to fix
  something introduced by another patch which we still carry, yet
  we can live with this patch disabled, I'd infer this patch is not
  nescessary.

  requesting the 'server-id' option (boo#912315).

OBS-URL: https://build.opensuse.org/request/show/893974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=225
2021-05-20 17:24:34 +00:00
da574911f6 - Drop networkmanager-obs-net.patch: the patch needs a full rework.
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=414
2021-05-18 08:26:42 +00:00
d0e6728d4d Accepting request 893925 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/893925
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=413
2021-05-18 08:12:54 +00:00
f39b119219 Accepting request 893913 from home:JonathanKang:branches:GNOME:Factory
- Add nm-add-CAP_CHOWN-capability.patch: Add CAP_CHOWN to
  CapabilityBoundingSet to make teamd work properly
  (glfd#NetworkManager/NetworkManager!860, bsc#1185424).

OBS-URL: https://build.opensuse.org/request/show/893913
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=412
2021-05-18 08:07:34 +00:00
276f11f21c Accepting request 887494 from GNOME:Factory
Update to 1.30.4 (forwarded request 887063 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/887494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=224
2021-04-24 21:06:54 +00:00
97bcd4049b Accepting request 887494 from GNOME:Factory
Update to 1.30.4 (forwarded request 887063 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/887494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=224
2021-04-24 21:06:54 +00:00
c186683cb8 Accepting request 887063 from GNOME:Next
Update to 1.30.4

OBS-URL: https://build.opensuse.org/request/show/887063
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=410
2021-04-22 07:44:18 +00:00
c43a738a92 Accepting request 885660 from GNOME:Factory
- Modified NetworkManager.conf: Use dhclient as the default dhcp
  client(bsc#1183202). (forwarded request 885498 from JonathanKang)

OBS-URL: https://build.opensuse.org/request/show/885660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=223
2021-04-18 19:45:04 +00:00
ad46b67775 Accepting request 885660 from GNOME:Factory
- Modified NetworkManager.conf: Use dhclient as the default dhcp
  client(bsc#1183202). (forwarded request 885498 from JonathanKang)

OBS-URL: https://build.opensuse.org/request/show/885660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=223
2021-04-18 19:45:04 +00:00
51d65fc18b Accepting request 885498 from home:JonathanKang:branches:GNOME:Factory
- Modified NetworkManager.conf: Use dhclient as the default dhcp
  client(bsc#1183202).

OBS-URL: https://build.opensuse.org/request/show/885498
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=408
2021-04-15 13:17:31 +00:00
bf064fb127 Accepting request 884652 from GNOME:Factory
- Add nm-dhcp-use-valid-lease-on-timeout.patch: Support valid lease
  file on dhcp timeout(glfd#NetworkManager/NetworkManager!811,
  bsc#1183202).

- Add NM-restore-MAC-on-release-only-when-cloned.patch: bond:
  restore MAC on release only when there is a cloned MAC address
  (glfo#NetworkManager/NetworkManager!775, bsc#1183967). (forwarded request 883970 from JonathanKang)

OBS-URL: https://build.opensuse.org/request/show/884652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=222
2021-04-14 08:09:33 +00:00
d90331667d Accepting request 884652 from GNOME:Factory
- Add nm-dhcp-use-valid-lease-on-timeout.patch: Support valid lease
  file on dhcp timeout(glfd#NetworkManager/NetworkManager!811,
  bsc#1183202).

- Add NM-restore-MAC-on-release-only-when-cloned.patch: bond:
  restore MAC on release only when there is a cloned MAC address
  (glfo#NetworkManager/NetworkManager!775, bsc#1183967). (forwarded request 883970 from JonathanKang)

OBS-URL: https://build.opensuse.org/request/show/884652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=222
2021-04-14 08:09:33 +00:00
6b06788b24 Accepting request 883970 from home:JonathanKang:branches:GNOME:Factory
- Add nm-dhcp-use-valid-lease-on-timeout.patch: Support valid lease
  file on dhcp timeout(glfd#NetworkManager/NetworkManager!811,
  bsc#1183202).

- Add NM-restore-MAC-on-release-only-when-cloned.patch: bond:
  restore MAC on release only when there is a cloned MAC address
  (glfo#NetworkManager/NetworkManager!775, bsc#1183967).

OBS-URL: https://build.opensuse.org/request/show/883970
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=406
2021-04-12 12:23:57 +00:00
Richard Brown
07df5583a2 Accepting request 874392 from GNOME:Factory
- Update to version 1.30.0:
  + Increase timeout of NetworkManager-wait-online.service to 60
    seconds.
  + Add "ipv4.dhcp-client-id=ipv6-duid" option for RFC4361.
  + The dhcpcd plugin now requires a minimum version of
    dhcpcd-9.3.3 with the --noconfigure option. Using an older
    version will cause dhcpcd to exit with a status code of 1.
  + Support building against musl libc.
  + Support new ethtool offload features.
  + Add support for WPA3 Enterprise Suite-B 192 bit mode.
  + Add support for handling Veth devices.
  + New hostname settings for controlling configuring the hostname
    from reverse DNS lookup and from DHCP.
  + OVS: support configuring external-ids.
  + libnm: nm_setting_bond_add_option() no longer validates the
    option that is set. Instead, use nm_connection_verify() to
    validate the profile.
  + libnm: add support for reading/writing keyfile format. This
    required to relicense previously GPL-2.0+ code as LGPL-2.1+
    with the agreement of the copyright holders.
  + initrd:
    - Support for rd.net.timeout.carrier option.
    - Support new ip method "link6" for IPv6 link-local only.
  + build: new configure option to set path to
    "polkit-agent-helper-1".
  + Many bugfixes and improvements.
  + Updated translations.
- Change License to GPL-2.0-or-later and LGPL-2.1-or-later,
  following upstream.
- Replace %systemd_requires with %systemd_ordering. (forwarded request 873989 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/874392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=221
2021-02-25 17:26:26 +00:00
Richard Brown
eed9c9a37c Accepting request 874392 from GNOME:Factory
- Update to version 1.30.0:
  + Increase timeout of NetworkManager-wait-online.service to 60
    seconds.
  + Add "ipv4.dhcp-client-id=ipv6-duid" option for RFC4361.
  + The dhcpcd plugin now requires a minimum version of
    dhcpcd-9.3.3 with the --noconfigure option. Using an older
    version will cause dhcpcd to exit with a status code of 1.
  + Support building against musl libc.
  + Support new ethtool offload features.
  + Add support for WPA3 Enterprise Suite-B 192 bit mode.
  + Add support for handling Veth devices.
  + New hostname settings for controlling configuring the hostname
    from reverse DNS lookup and from DHCP.
  + OVS: support configuring external-ids.
  + libnm: nm_setting_bond_add_option() no longer validates the
    option that is set. Instead, use nm_connection_verify() to
    validate the profile.
  + libnm: add support for reading/writing keyfile format. This
    required to relicense previously GPL-2.0+ code as LGPL-2.1+
    with the agreement of the copyright holders.
  + initrd:
    - Support for rd.net.timeout.carrier option.
    - Support new ip method "link6" for IPv6 link-local only.
  + build: new configure option to set path to
    "polkit-agent-helper-1".
  + Many bugfixes and improvements.
  + Updated translations.
- Change License to GPL-2.0-or-later and LGPL-2.1-or-later,
  following upstream.
- Replace %systemd_requires with %systemd_ordering. (forwarded request 873989 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/874392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager?expand=0&rev=221
2021-02-25 17:26:26 +00:00
52735338ae Accepting request 873989 from GNOME:Next
- Update to version 1.30.0:
  + Increase timeout of NetworkManager-wait-online.service to 60
    seconds.
  + Add "ipv4.dhcp-client-id=ipv6-duid" option for RFC4361.
  + The dhcpcd plugin now requires a minimum version of
    dhcpcd-9.3.3 with the --noconfigure option. Using an older
    version will cause dhcpcd to exit with a status code of 1.
  + Support building against musl libc.
  + Support new ethtool offload features.
  + Add support for WPA3 Enterprise Suite-B 192 bit mode.
  + Add support for handling Veth devices.
  + New hostname settings for controlling configuring the hostname
    from reverse DNS lookup and from DHCP.
  + OVS: support configuring external-ids.
  + libnm: nm_setting_bond_add_option() no longer validates the
    option that is set. Instead, use nm_connection_verify() to
    validate the profile.
  + libnm: add support for reading/writing keyfile format. This
    required to relicense previously GPL-2.0+ code as LGPL-2.1+
    with the agreement of the copyright holders.
  + initrd:
    - Support for rd.net.timeout.carrier option.
    - Support new ip method "link6" for IPv6 link-local only.
  + build: new configure option to set path to
    "polkit-agent-helper-1".
  + Many bugfixes and improvements.
  + Updated translations.
- Change License to GPL-2.0-or-later and LGPL-2.1-or-later,
  following upstream.
- Replace %systemd_requires with %systemd_ordering.

OBS-URL: https://build.opensuse.org/request/show/873989
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=404
2021-02-22 16:49:24 +00:00