* Mon Sep 29 2025 mt@suse.com
- version 0.90.3
- Merged changes applied via obs system.
* Wed Sep 24 2025 kukuk@suse.com
- Drop rcnetwork symlink [jsc#PED-266]
* Tue Sep 16 2025 mt@suse.com
- version 0.90.2
* Change to create the sysconfig.config-network fillup
template from common and netconfig components at build
time, so it contains all variables again, instead to
fillup /etc/sysconfig/network/config using multiple
templates at installation time.
The installation-images package is creating the config
using the sysconfig.config-network template only, what
caused DNS issues in the yast2 installer (boo#1249210).
* Tue Sep 02 2025 mt@suse.com
- version 0.90.1
* codespell run for all repository files and changes file
* spec: fix no-binary rpmlint error and use noarch
Add configure conditional for ifuser utility (disabled
via bcond for > 15.x) and change BuildArch to noarch.
* netconfig: conditionally disable nis on Leap-16.x
Split sysconfig.config-network fillup template, add
conditionals allowing to disable installation of the
dns,ntp,nis modules and fillup templates (bsc#1248236).
* spec: fix zero-perms-ghost rpmlint warning
Define permissions in spec file attrs for ghost files
to avoid rpm --restore resets them to 0 (bsc#1237595).
* spec: fix name-repeated-in-summary rpmlint warning
* spec: fix obsolete-suse-version-check rpmlint warning
removing unused and obsolete udevdir definition.
* netconfig: fix non-executable-script rpmlint error by
removing shebang from functions.netconfig library file.
Version: 0.90.0-160000.2.2
* 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 below 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)