* Tue Dec 27 2022 lnussel@suse.com
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Mon Dec 12 2022 mt@suse.com
- spec: Add network/scripts directory to filelist, no longer
in the default filelist in a cleaned up filesystem package
(https://github.com/openSUSE/sysconfig/pull/47).
* Mon Jun 27 2022 mt@suse.com
- version 0.90.0
- sysconfig: cleanup network and wicked dependencies
- ppp: move /etc/ppp/ip-up to libexec directory
- spec: move further executables/scripts to /usr
- spec: revert to recommend wicked-service on <= 15.4
- spec: install scripts except of ip-up bellow of /usr
- spec: drop (sle11) legacy migration and rpm-utils
- ifuser: drop the artefact utility on >= 15.5
- netconfig/dns-resolver: remove search limit of 6 domains (bsc#1199093)
- netconfig: cleanup /var/run leftovers (bsc#1194557)
- netconfig: update ntp man page documentation, fix typos
- netconfig: move scripts to a FHS conform libexec
* Mon Nov 08 2021 mt@suse.com
- version 0.85.8
- netconfig: revert NM default policy change change (boo#1185882)
With the change to the default policy, netconfig with NetworkManager
as network.service accepted settings from all services/programs
directly instead only from NetworkManager, where plugins/services
have to deliver their settings to apply them.
* Tue Jun 08 2021 wolfgang.frisch@suse.com
- Link as Position Independent Executable (bsc#1184124).
* Tue Jun 08 2021 mt@suse.com
- version 0.85.7
* Mon Apr 26 2021 fvogt@suse.com
- spec: Drop hard dependency on /sbin/ifup
- spec: Suggest instead of recommend wicked-service
- spec: Mention that the .spec file is in git as well
* Fri Nov 27 2020 fvogt@suse.com
- Also support service(network) provides
* Mon Sep 21 2020 mt@suse.com
- version 0.85.6
- netconfig: execute chrony/helper in /usr/libexec with fallback
to it's previous location in /usr/lib (boo#1176285)
- netconfig: only write files like /etc/resolv.conf on content
change to avoid that e.g. dnsmasq (if running) re-reads the
/etc/resolv.conf and re-initializes itself (bsc#1176325)
* Tue Jul 21 2020 mt@suse.com
- version 0.85.5
- spec: Fix Requires, use file requires
(https://github.com/openSUSE/sysconfig/pull/25)
- ntp: call chrony helper in background (bsc#1173391)