|
|
@ -18,10 +18,10 @@ Requires: gawk \
|
|
|
|
|
|
|
|
|
|
|
|
Name: initscripts
|
|
|
|
Name: initscripts
|
|
|
|
Summary: Basic support for legacy System V init scripts
|
|
|
|
Summary: Basic support for legacy System V init scripts
|
|
|
|
Version: 10.26
|
|
|
|
Version: 10.00.18
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: GPL-2.0-only
|
|
|
|
License: GPLv2
|
|
|
|
|
|
|
|
|
|
|
|
URL: https://github.com/fedora-sysv/initscripts
|
|
|
|
URL: https://github.com/fedora-sysv/initscripts
|
|
|
|
Source: https://github.com/fedora-sysv/initscripts/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
Source: https://github.com/fedora-sysv/initscripts/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
@ -34,9 +34,6 @@ Requires: procps-ng
|
|
|
|
Requires: setup
|
|
|
|
Requires: setup
|
|
|
|
Requires: systemd
|
|
|
|
Requires: systemd
|
|
|
|
Requires: util-linux
|
|
|
|
Requires: util-linux
|
|
|
|
Requires: chkconfig
|
|
|
|
|
|
|
|
Requires: initscripts-service
|
|
|
|
|
|
|
|
Requires: initscripts-rename-device
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires(pre): shadow-utils
|
|
|
|
Requires(pre): shadow-utils
|
|
|
|
Requires(post): coreutils
|
|
|
|
Requires(post): coreutils
|
|
|
@ -49,13 +46,14 @@ BuildRequires: glib2-devel
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: popt-devel
|
|
|
|
BuildRequires: popt-devel
|
|
|
|
BuildRequires: setup
|
|
|
|
BuildRequires: setup
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
|
|
|
|
|
|
|
%{?systemd_requires}
|
|
|
|
%{?systemd_requires}
|
|
|
|
BuildRequires: systemd
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: %{name} < 10.16-1
|
|
|
|
Provides: /sbin/service
|
|
|
|
Obsoletes: network-scripts < 10.25-1
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: %{name} < 9.82-2
|
|
|
|
|
|
|
|
|
|
|
|
# === PATCHES =================================================================
|
|
|
|
# === PATCHES =================================================================
|
|
|
|
|
|
|
|
|
|
|
@ -91,28 +89,47 @@ other legacy tools & utilities.
|
|
|
|
|
|
|
|
|
|
|
|
# === SUBPACKAGES =============================================================
|
|
|
|
# === SUBPACKAGES =============================================================
|
|
|
|
|
|
|
|
|
|
|
|
%package -n initscripts-rename-device
|
|
|
|
%package -n network-scripts
|
|
|
|
Summary: Udev helper utility that provides network interface naming
|
|
|
|
Summary: Legacy scripts for manipulating of network devices
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%shared_requirements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n initscripts-rename-device
|
|
|
|
|
|
|
|
Udev helper utility that provides network interface naming
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# ---------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n initscripts-service
|
|
|
|
|
|
|
|
Summary: Support for service command
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%shared_requirements
|
|
|
|
%shared_requirements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires: bc
|
|
|
|
|
|
|
|
Requires: dbus
|
|
|
|
|
|
|
|
Requires: gawk
|
|
|
|
|
|
|
|
Requires: grep
|
|
|
|
|
|
|
|
Requires: hostname
|
|
|
|
|
|
|
|
Requires: iproute
|
|
|
|
|
|
|
|
Requires: ipcalc
|
|
|
|
|
|
|
|
Requires: kmod
|
|
|
|
|
|
|
|
Requires: procps-ng
|
|
|
|
|
|
|
|
Requires: sed
|
|
|
|
Requires: systemd
|
|
|
|
Requires: systemd
|
|
|
|
|
|
|
|
|
|
|
|
Provides: /sbin/service
|
|
|
|
Requires(post): chkconfig
|
|
|
|
|
|
|
|
Requires(preun): chkconfig
|
|
|
|
|
|
|
|
|
|
|
|
%description -n initscripts-service
|
|
|
|
Requires(post): %{_sbindir}/update-alternatives
|
|
|
|
This package provides service command.
|
|
|
|
Requires(postun): %{_sbindir}/update-alternatives
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: %{name} < 9.82-2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n network-scripts
|
|
|
|
|
|
|
|
This package contains the legacy scripts for activating & deactivating of most
|
|
|
|
|
|
|
|
network interfaces. It also provides a legacy version of 'network' service.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The 'network' service is enabled by default after installation of this package,
|
|
|
|
|
|
|
|
and if the network-scripts are installed alongside NetworkManager, then the
|
|
|
|
|
|
|
|
ifup/ifdown commands from network-scripts take precedence over the ones provided
|
|
|
|
|
|
|
|
by NetworkManager.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If user has both network-scripts & NetworkManager installed, and wishes to
|
|
|
|
|
|
|
|
use ifup/ifdown from NetworkManager primarily, then they has to run command:
|
|
|
|
|
|
|
|
$ update-alternatives --config ifup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Please note that running the command above will also disable the 'network'
|
|
|
|
|
|
|
|
service.
|
|
|
|
|
|
|
|
|
|
|
|
# ---------------
|
|
|
|
# ---------------
|
|
|
|
|
|
|
|
|
|
|
@ -159,9 +176,6 @@ Obsoletes: %{name} < 9.82-2
|
|
|
|
This package provides script & configuration file for setting up read-only root
|
|
|
|
This package provides script & configuration file for setting up read-only root
|
|
|
|
support. Additional configuration is required after installation.
|
|
|
|
support. Additional configuration is required after installation.
|
|
|
|
|
|
|
|
|
|
|
|
Please note that readonly-root package is considered deprecated with limited support.
|
|
|
|
|
|
|
|
Please use systemd-volatile-root functionality instead, if possible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# === BUILD INSTRUCTIONS ======================================================
|
|
|
|
# === BUILD INSTRUCTIONS ======================================================
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
@ -175,16 +189,25 @@ Please use systemd-volatile-root functionality instead, if possible.
|
|
|
|
# ---------------
|
|
|
|
# ---------------
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install NO_NETWORK_SCRIPTS=true
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
|
|
# This installs the NLS language files:
|
|
|
|
# This installs the NLS language files:
|
|
|
|
%find_lang %{name}
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
|
|
%if "%{_sbindir}" == "%{_bindir}"
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
# Some files get installed wrong, but if $(sbindir) is overriden, the build fails :(
|
|
|
|
rm -f %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifup-ctc
|
|
|
|
mv -v %{buildroot}/usr/sbin/* %{buildroot}%{_bindir}/
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Additional ways to access documentation:
|
|
|
|
|
|
|
|
install -m 0755 -d %{buildroot}%{_docdir}/network-scripts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ln -s %{_docdir}/%{name}/sysconfig.txt %{buildroot}%{_docdir}/network-scripts/
|
|
|
|
|
|
|
|
ln -sr %{_mandir}/man8/ifup.8 %{buildroot}%{_mandir}/man8/ifdown.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# We are now using alternatives approach to better co-exist with NetworkManager:
|
|
|
|
|
|
|
|
touch %{buildroot}%{_sbindir}/ifup
|
|
|
|
|
|
|
|
touch %{buildroot}%{_sbindir}/ifdown
|
|
|
|
|
|
|
|
|
|
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
%post
|
|
|
@ -198,6 +221,24 @@ mv -v %{buildroot}/usr/sbin/* %{buildroot}%{_bindir}/
|
|
|
|
|
|
|
|
|
|
|
|
# ---------------
|
|
|
|
# ---------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -n network-scripts
|
|
|
|
|
|
|
|
chkconfig --add network > /dev/null 2>&1 || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[ -L %{_sbindir}/ifup ] || rm -f %{_sbindir}/ifup
|
|
|
|
|
|
|
|
[ -L %{_sbindir}/ifdown ] || rm -f %{_sbindir}/ifdown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{_sbindir}/update-alternatives --install %{_sbindir}/ifup ifup %{_sysconfdir}/sysconfig/network-scripts/ifup 90 \
|
|
|
|
|
|
|
|
--slave %{_sbindir}/ifdown ifdown %{_sysconfdir}/sysconfig/network-scripts/ifdown \
|
|
|
|
|
|
|
|
--initscript network
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%preun -n network-scripts
|
|
|
|
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
|
|
|
|
chkconfig --del network > /dev/null 2>&1 || :
|
|
|
|
|
|
|
|
%{_sbindir}/update-alternatives --remove ifup %{_sysconfdir}/sysconfig/network-scripts/ifup
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# ---------------
|
|
|
|
|
|
|
|
|
|
|
|
%post -n netconsole-service
|
|
|
|
%post -n netconsole-service
|
|
|
|
%systemd_post netconsole.service
|
|
|
|
%systemd_post netconsole.service
|
|
|
|
|
|
|
|
|
|
|
@ -241,41 +282,45 @@ mv -v %{buildroot}/usr/sbin/* %{buildroot}%{_bindir}/
|
|
|
|
# RC symlinks:
|
|
|
|
# RC symlinks:
|
|
|
|
%{_sysconfdir}/rc[0-6].d
|
|
|
|
%{_sysconfdir}/rc[0-6].d
|
|
|
|
|
|
|
|
|
|
|
|
%{_sysconfdir}/init.d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# ---------------
|
|
|
|
# ---------------
|
|
|
|
|
|
|
|
|
|
|
|
%{_bindir}/usleep
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_sbindir}/consoletype
|
|
|
|
%{_sbindir}/consoletype
|
|
|
|
%{_sbindir}/genhostid
|
|
|
|
%{_sbindir}/genhostid
|
|
|
|
|
|
|
|
%{_sbindir}/service
|
|
|
|
|
|
|
|
|
|
|
|
%{_libexecdir}/import-state
|
|
|
|
%{_libexecdir}/import-state
|
|
|
|
%{_libexecdir}/loadmodules
|
|
|
|
%{_libexecdir}/loadmodules
|
|
|
|
|
|
|
|
|
|
|
|
%{_prefix}/lib/systemd/system/import-state.service
|
|
|
|
%{_prefix}/lib/systemd/system/import-state.service
|
|
|
|
%{_prefix}/lib/systemd/system/loadmodules.service
|
|
|
|
%{_prefix}/lib/systemd/system/loadmodules.service
|
|
|
|
|
|
|
|
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# =============================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n initscripts-rename-device
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{_prefix}/lib/udev/rename_device
|
|
|
|
%{_prefix}/lib/udev/rename_device
|
|
|
|
|
|
|
|
|
|
|
|
%{_udevrulesdir}/*
|
|
|
|
%{_udevrulesdir}/*
|
|
|
|
|
|
|
|
|
|
|
|
# ---------------
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
|
|
|
|
%files -n initscripts-service
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%dir %{_libexecdir}/%{name}
|
|
|
|
|
|
|
|
%dir %{_libexecdir}/%{name}/legacy-actions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{_sbindir}/service
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{_mandir}/man8/service.*
|
|
|
|
%{_mandir}/man8/service.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# =============================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n network-scripts
|
|
|
|
|
|
|
|
%doc doc/examples/
|
|
|
|
|
|
|
|
%dir %{_sysconfdir}/sysconfig/network-scripts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{_sysconfdir}/rc.d/init.d/network
|
|
|
|
|
|
|
|
%{_sysconfdir}/sysconfig/network-scripts/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/network-scripts/ifcfg-lo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ghost %{_sbindir}/ifup
|
|
|
|
|
|
|
|
%ghost %{_sbindir}/ifdown
|
|
|
|
|
|
|
|
%attr(4755,root,root) %{_sbindir}/usernetctl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{_mandir}/man8/ifup.*
|
|
|
|
|
|
|
|
%{_mandir}/man8/ifdown.*
|
|
|
|
|
|
|
|
%{_mandir}/man8/usernetctl.*
|
|
|
|
|
|
|
|
%{_docdir}/network-scripts/*
|
|
|
|
|
|
|
|
|
|
|
|
# ---------------
|
|
|
|
# ---------------
|
|
|
|
|
|
|
|
|
|
|
|
%files -n netconsole-service
|
|
|
|
%files -n netconsole-service
|
|
|
@ -301,241 +346,84 @@ mv -v %{buildroot}/usr/sbin/* %{buildroot}%{_bindir}/
|
|
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 10.26-2
|
|
|
|
* Wed Aug 10 2022 Jan Macku <jamacku@redhat.com> - 10.00.18-1
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- ci: Update `.packit.yml` to run on `c8s`
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 27 2024 Jan Macku <jamacku@redhat.com> - 10.26-1
|
|
|
|
|
|
|
|
- Translated using Weblate (Turkish)
|
|
|
|
|
|
|
|
- netconsole: var/lock -> run/lock
|
|
|
|
|
|
|
|
- netconsole: source sysconfig/network only if it exists
|
|
|
|
|
|
|
|
- netconsole: remove unused variables
|
|
|
|
|
|
|
|
- netconsole: remove trailing whitespaces
|
|
|
|
|
|
|
|
- Translated using Weblate (Turkish)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 25 2024 Jan Macku <jamacku@redhat.com> - 10.25-1
|
|
|
|
|
|
|
|
- Revert "fix: return support for network-scripts for Fedora 40"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 29 2024 Jan Macku <jamacku@redhat.com> - 10.24-1
|
|
|
|
|
|
|
|
- Fix build when %_bindir==%_sbindir
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 16 2024 Jan Macku <jamacku@redhat.com> - 10.23-1
|
|
|
|
|
|
|
|
- fix: return support for network-scripts for Fedora 40
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 06 2024 Jan Macku <jamacku@redhat.com> - 10.22-1
|
|
|
|
|
|
|
|
- Translated using Weblate (Georgian)
|
|
|
|
|
|
|
|
- rename_device: free path after it is used
|
|
|
|
|
|
|
|
- rename_device: remove trailing whitespaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2024 Jan Macku <jamacku@redhat.com> - 10.21-1
|
|
|
|
|
|
|
|
- fedora: don't build network-scripts rpm in f40+ (2/2)
|
|
|
|
|
|
|
|
- ci: trigger copr build on every push to main branch
|
|
|
|
|
|
|
|
- ifup-routes: print warning when ADDRESS0 entry is missing
|
|
|
|
|
|
|
|
- fedora: don't build network-scripts rpm in f40+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 30 2024 Jan Macku <jamacku@redhat.com> - 10.20-1
|
|
|
|
|
|
|
|
- Translated using Weblate (Georgian)
|
|
|
|
|
|
|
|
- Add -r to while read as per shellcheck
|
|
|
|
|
|
|
|
- Fix splitting spaces in paths from statetab files
|
|
|
|
|
|
|
|
- build(deps): bump actions/upload-artifact from 3 to 4
|
|
|
|
|
|
|
|
- build(deps): bump github/codeql-action from 2 to 3
|
|
|
|
|
|
|
|
- Translated using Weblate (Georgian)
|
|
|
|
|
|
|
|
- Translated using Weblate (Czech)
|
|
|
|
|
|
|
|
- Translated using Weblate (Punjabi)
|
|
|
|
|
|
|
|
- Translated using Weblate (Portuguese (Brazil))
|
|
|
|
|
|
|
|
- build(deps): bump redhat-plumbers-in-action/differential-shellcheck
|
|
|
|
|
|
|
|
- build(deps): bump actions/checkout from 3 to 4
|
|
|
|
|
|
|
|
- Translated using Weblate (Hungarian)
|
|
|
|
|
|
|
|
- Translated using Weblate (Finnish)
|
|
|
|
|
|
|
|
- Translated using Weblate (Georgian)
|
|
|
|
|
|
|
|
- Translated using Weblate (Chinese (Simplified) (zh_CN))
|
|
|
|
|
|
|
|
- Translated using Weblate (English (United Kingdom))
|
|
|
|
|
|
|
|
- Translated using Weblate (Korean)
|
|
|
|
|
|
|
|
- Translated using Weblate (Ukrainian)
|
|
|
|
|
|
|
|
- Translated using Weblate (Swedish)
|
|
|
|
|
|
|
|
- Translated using Weblate (Polish)
|
|
|
|
|
|
|
|
- Update translation files
|
|
|
|
|
|
|
|
- Translated using Weblate (Korean)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 05 2023 Jan Macku <jamacku@redhat.com> - 10.19-1
|
|
|
|
|
|
|
|
- ci: update Packit configuration
|
|
|
|
|
|
|
|
- spec: add missing changelog entry
|
|
|
|
|
|
|
|
- Revert "releng: Enable Packit to handle Fedora updates"
|
|
|
|
|
|
|
|
- Revert "releng: Convert to rpmautospec"
|
|
|
|
|
|
|
|
- doc: update translations
|
|
|
|
|
|
|
|
- spec: remove changelog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 23 2023 Jan Macku <jamacku@redhat.com> - 10.18-1
|
|
|
|
|
|
|
|
- Translated using Weblate (English (United Kingdom))
|
|
|
|
|
|
|
|
- migrate to SPDX license
|
|
|
|
|
|
|
|
- ci(Mergify): configuration update
|
|
|
|
|
|
|
|
- Translated using Weblate (German)
|
|
|
|
|
|
|
|
- Translated using Weblate (English (United Kingdom))
|
|
|
|
|
|
|
|
- doc: update badges
|
|
|
|
|
|
|
|
- ci(lint): Add Differential PyLint GitHub Action
|
|
|
|
|
|
|
|
- ci(lint): Add permission `security-events: write`
|
|
|
|
|
|
|
|
- ci: Update Differential ShellCheck to `@v4`
|
|
|
|
|
|
|
|
- doc: fix markdown warnings and update badge
|
|
|
|
|
|
|
|
- ci: Setup CodeQL to replace deprecated LGTM
|
|
|
|
|
|
|
|
- releng: Enable Packit to handle Fedora updates
|
|
|
|
|
|
|
|
- releng: Convert to rpmautospec
|
|
|
|
|
|
|
|
- build(deps): bump redhat-plumbers-in-action/differential-shellcheck
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 24 2022 Jan Macku <jamacku@redhat.com> - 10.17-1
|
|
|
|
|
|
|
|
- service: Exit when `/etc/init.d` is missing
|
|
|
|
|
|
|
|
- ci: Update workflows to run on main branch
|
|
|
|
|
|
|
|
- ci: remove differential-shellcheck configs
|
|
|
|
|
|
|
|
- doc: Use main branch in links
|
|
|
|
|
|
|
|
- dependabot: Monthly updates
|
|
|
|
|
|
|
|
- ci(Mergify): configuration update
|
|
|
|
|
|
|
|
- Translated using Weblate (Georgian)
|
|
|
|
|
|
|
|
- Translated using Weblate (Georgian)
|
|
|
|
|
|
|
|
- ci: Update `packit.yml`
|
|
|
|
|
|
|
|
- ci: Update Github workflows & add Dependabot
|
|
|
|
|
|
|
|
- Translated using Weblate (Estonian)
|
|
|
|
|
|
|
|
- Translated using Weblate (Georgian)
|
|
|
|
|
|
|
|
- Translated using Weblate (Georgian)
|
|
|
|
|
|
|
|
- Translated using Weblate (Czech)
|
|
|
|
|
|
|
|
- Drop unnecessary obsoletes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 23 2022 Adam Williamson <awilliam@redhat.com> - 10.16-2
|
|
|
|
|
|
|
|
- Drop unnecessary obsoletes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 23 2022 Jan Macku <jamacku@redhat.com> - 10.16-1
|
|
|
|
|
|
|
|
- spec: Move rename_device to subpackage `initscripts-rename-device`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 15 2022 Jan Macku <jamacku@redhat.com> - 10.15-1
|
|
|
|
|
|
|
|
- spec: network-scripts needs to depend on dbus-tools for NetworkManager detection
|
|
|
|
|
|
|
|
- packit: Run copr builds on release as well
|
|
|
|
|
|
|
|
- ci: Update `.packit.yml` to run on `c8s` `c9s` and `rawhide`
|
|
|
|
|
|
|
|
- Translated using Weblate (Finnish)
|
|
|
|
|
|
|
|
- ci: Use Differential ShellCheck action
|
|
|
|
- ci: Use Differential ShellCheck action
|
|
|
|
- ci(Mergify): configuration update
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 24 2022 Jan Macku <jamacku@redhat.com> - 10.14-1
|
|
|
|
* Mon Jan 24 2022 Jan Macku <jamacku@redhat.com> - 10.00.17-1
|
|
|
|
- ifup-routes: Revert quotes
|
|
|
|
- ifup-routes: Revert quotes
|
|
|
|
- ifup-routes: Use `ip replace` only on type `route`
|
|
|
|
- ifup-routes: Use `ip replace` only on type `route`
|
|
|
|
- ci(Mergify): configuration update
|
|
|
|
- ci: introduce GA ci from master to rhel8-branch
|
|
|
|
- ci: remove testing branch from `shellcheck_test.yml`
|
|
|
|
- ci: Setup packit for RHEL8 branch
|
|
|
|
|
|
|
|
- ci: Get rid of old ci files (travis and zanata)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 13 2022 Jan Macku <jamacku@redhat.com> - 10.13-1
|
|
|
|
* Fri Jan 14 2022 Jan Macku <jamacku@redhat.com> - 10.00.16-1
|
|
|
|
|
|
|
|
- rename_device: also support dracut-style kernel cmdline configuration
|
|
|
|
- ifup-routes: Log when using `ip $type replace`
|
|
|
|
- ifup-routes: Log when using `ip $type replace`
|
|
|
|
- ifup-routes: Use `ip route repace` to avoid race
|
|
|
|
- ifup-routes: Use `ip route repace` to avoid race
|
|
|
|
- Translated using Weblate (German)
|
|
|
|
|
|
|
|
- Add LGTM badges to README
|
|
|
|
|
|
|
|
- ci: set default merge method to rebase
|
|
|
|
|
|
|
|
- ci: disable comments under opened PR in order to fix CI
|
|
|
|
|
|
|
|
- network scripts: do not use c-style for-loop
|
|
|
|
|
|
|
|
- network scripts: replace "<<<" with pipe
|
|
|
|
|
|
|
|
- rc.d/functions: do not use "+=" to concatenate string
|
|
|
|
|
|
|
|
- ci: Use default github-token (#395)
|
|
|
|
|
|
|
|
- ci(Mergify): configuration update (#394)
|
|
|
|
|
|
|
|
- ci: Output shellcheck results using PR comments (#393)
|
|
|
|
|
|
|
|
- ci: Update path to csdiff repository (#391)
|
|
|
|
|
|
|
|
- spec: Fix issue with $NEXT_VERSION (#390)
|
|
|
|
|
|
|
|
- Translated using Weblate (Indonesian)
|
|
|
|
|
|
|
|
- Translated using Weblate (Spanish)
|
|
|
|
|
|
|
|
- Translated using Weblate (Czech)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 03 2021 Jan Macku <jamacku@redhat.com> - 10.12-1
|
|
|
|
* Mon Feb 15 2021 Jan Macku <jamacku@redhat.com> - 10.00.15-1
|
|
|
|
- spec: Update relation between initscripts and initscripts-service (#386)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 27 2021 Jan Macku <jamacku@redhat.com> - 10.11-1
|
|
|
|
|
|
|
|
- specfile: Update obsoletes to allow upgrades (#385)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 26 2021 Jan Macku <jamacku@redhat.com> - 10.10-1
|
|
|
|
|
|
|
|
- Translated using Weblate (Friulian) (#381)
|
|
|
|
|
|
|
|
- Translations update from Weblate (#378)
|
|
|
|
|
|
|
|
- added veth support
|
|
|
|
|
|
|
|
- ifup-eth: add a new PERSISTENT_DHCLIENT_IPV6 option for IPv6 dhclient daemon
|
|
|
|
|
|
|
|
- ifdown removes veth pair if both peers are down
|
|
|
|
|
|
|
|
- rename_device: also support dracut-style kernel cmdline configuration
|
|
|
|
|
|
|
|
- spec: Mark network-scripts as deprecated
|
|
|
|
|
|
|
|
- spec: Initscripts now requires chkconfig (#374)
|
|
|
|
|
|
|
|
- Translations update from Weblate (#371)
|
|
|
|
|
|
|
|
- spec: Move service script into subpackage
|
|
|
|
|
|
|
|
- ci: Onboard initscripts to Packit
|
|
|
|
|
|
|
|
- ci: Migrate from Travis to GH Actions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 15 2021 Jan Macku <jamacku@redhat.com> - 10.09-1
|
|
|
|
|
|
|
|
- doc: Document ARPING_WAIT and ARPING_UPDATE_WAIT
|
|
|
|
- doc: Document ARPING_WAIT and ARPING_UPDATE_WAIT
|
|
|
|
- network scripts: Avoid infinite loop of arping
|
|
|
|
- network scripts: Avoid infinite loop of arping
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 4 2021 Jan Macku <jamacku@redhat.com> - 10.08-1
|
|
|
|
* Thu Feb 4 2021 Jan Macku <jamacku@redhat.com> - 10.00.14-1
|
|
|
|
- network: fix condition in set_link_up()
|
|
|
|
- network: fix condition in set_link_up()
|
|
|
|
- spec: sync with Fedora
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 22 2021 Jan Macku <jamacku@redhat.com> - 10.07-1
|
|
|
|
* Fri Jan 22 2021 Jan Macku <jamacku@redhat.com> - 10.00.13-1
|
|
|
|
- doc: Fix "Duplicated string found in the file."
|
|
|
|
|
|
|
|
- doc: Documents RES_OPTIONS option
|
|
|
|
|
|
|
|
- doc: Documents ifcfg option LINKSTATUS
|
|
|
|
- doc: Documents ifcfg option LINKSTATUS
|
|
|
|
- ci: use up to date keywords and fix some warnings
|
|
|
|
|
|
|
|
- network: fix set_link_up()
|
|
|
|
|
|
|
|
- network: add option to keep the link down
|
|
|
|
|
|
|
|
- Rework of shell ci
|
|
|
|
|
|
|
|
- Translations update from Weblate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 13 2020 Jan Macku <jamacku@redhat.com> - 10.06-1
|
|
|
|
* Thu Dec 17 2020 Jan Macku <jamacku@redhat.com> - 10.00.12-1
|
|
|
|
- service: catch unsupported action keywords
|
|
|
|
- network: fix set_link_up()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 15 2020 Jan Macku <jamacku@redhat.com> - 10.00.11-1
|
|
|
|
|
|
|
|
- network: add option to keep the link down
|
|
|
|
- makefile: Use rpmdev-bumpspec's legacy date option
|
|
|
|
- makefile: Use rpmdev-bumpspec's legacy date option
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 06 2020 Jan Macku <jamacku@redhat.com> - 10.05-1
|
|
|
|
* Fri Nov 06 2020 Jan Macku <jamacku@redhat.com> - 10.00.10-1
|
|
|
|
- service: Prevent variables from globbing
|
|
|
|
|
|
|
|
- init.d/functions: Make usage msgs more clear
|
|
|
|
|
|
|
|
- network-scripts: Use net_log() instead of logger
|
|
|
|
|
|
|
|
- Allow updating rfkill switch status while in readonly root mode
|
|
|
|
- Allow updating rfkill switch status while in readonly root mode
|
|
|
|
- Add info into specfile about readonly-root deprecation
|
|
|
|
- service: Prevent variables from globbing
|
|
|
|
- Allow updating mlocate.db while in readonly root mode
|
|
|
|
- Allow updating mlocate.db while in readonly root mode
|
|
|
|
- rc.d/functions: replace grep's --quiet with -q
|
|
|
|
|
|
|
|
- Add warning to warn user when ETHTOOL_OPTS is set and ethtool binary is missing - Olav Vitters
|
|
|
|
* Fri Jul 24 2020 Jan Macku <jamacku@redhat.com> - 10.00.9-1
|
|
|
|
- Fix spacing in Makefile
|
|
|
|
|
|
|
|
- Add optional 'dev' keyword
|
|
|
|
- Add optional 'dev' keyword
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 14 2020 Jan Macku <jamacku@redhat.com> - 10.04-1
|
|
|
|
* Tue Jun 16 2020 Jan Macku <jamacku@redhat.com> - 10.00.8-1
|
|
|
|
- Maintain permisision to set umask
|
|
|
|
|
|
|
|
- rwtab: Add support for chrony
|
|
|
|
- rwtab: Add support for chrony
|
|
|
|
- Correct spelling, IP, …
|
|
|
|
- ifup-eth: Switch to bc utility, which supports floating point computations.
|
|
|
|
- Fix spelling, for more info
|
|
|
|
|
|
|
|
- Fix spelling of SELinux
|
|
|
|
|
|
|
|
- Translations update from Weblate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 24 2020 Jan Macku <jamacku@redhat.com> - 10.03-1
|
|
|
|
|
|
|
|
- Replace grep -EL with subshell since -L changed behaviour
|
|
|
|
- Replace grep -EL with subshell since -L changed behaviour
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 15 2020 Jan Macku <jamacku@redhat.com> - 10.00.7-1
|
|
|
|
- Wait for scope link addresses as well as for scope global addresses
|
|
|
|
- Wait for scope link addresses as well as for scope global addresses
|
|
|
|
- Remove deprecated option -m of pidof
|
|
|
|
- Remove deprecated option -m of pidof
|
|
|
|
- Use function is_true for testing true conditions
|
|
|
|
|
|
|
|
- Adding new travis job for testing shell-scripts
|
|
|
|
* Tue Dec 10 2019 Jan Macku <jamacku@redhat.com> - 10.00.6-1
|
|
|
|
- Remove zanata conf
|
|
|
|
|
|
|
|
- pull latest translations
|
|
|
|
|
|
|
|
- Update of translations and remove files with no translations
|
|
|
|
|
|
|
|
- Fix service network stop cmd
|
|
|
|
- Fix service network stop cmd
|
|
|
|
- Change spacing of service file to folow spacing of project
|
|
|
|
|
|
|
|
- network-function: bridges are created by ifup-eth
|
|
|
|
|
|
|
|
- Initscripts no longer care about rc.local
|
|
|
|
|
|
|
|
- Repalace hardcoded tests for yes and no with testing functions
|
|
|
|
|
|
|
|
- ifup-eth: Fix bridge setting stp option
|
|
|
|
|
|
|
|
- Fix bug in service(8)
|
|
|
|
|
|
|
|
- ifup-eth: Check that device name is set
|
|
|
|
|
|
|
|
- Fix missing python3 during build phase
|
|
|
|
- Fix missing python3 during build phase
|
|
|
|
- rc.d/functions: fix escape sequence being output under systemd service units
|
|
|
|
|
|
|
|
- Add ip6gre tunnel option
|
|
|
|
|
|
|
|
- ifup/ifdown: print DEPRECATION_WARNING_ISSUED waring info after source_config
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 28 2019 Jan Macku <jamacku@redhat.com> - 10.02-1
|
|
|
|
* Wed Oct 30 2019 Jan Macku <jamacku@redhat.com> - 10.00.5-1
|
|
|
|
|
|
|
|
- network-function: bridges are created by ifup-eth
|
|
|
|
- network: don't fail with IFDOWN_ON_SHUTDOWN
|
|
|
|
- network: don't fail with IFDOWN_ON_SHUTDOWN
|
|
|
|
- rc.d/functions: remove support cgroups
|
|
|
|
- Add ip6gre tunnel option
|
|
|
|
- Create symlink (/etc/init.d) to /etc/rc.d/init.d
|
|
|
|
- ifup-eth: Check that device name is set
|
|
|
|
- Add option to wait until target is reachable
|
|
|
|
- Initscripts no longer care about rc.local
|
|
|
|
- ifup-eth: apply PERSISTENT_DHCLIENT to IPv6 dhclient daemon
|
|
|
|
|
|
|
|
- ifup-post: fix incorrect condition for RESOLV_MODS
|
|
|
|
|
|
|
|
- make tag: updated message
|
|
|
|
|
|
|
|
- make release-commit: do not create tag automatically
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 06 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 10.01-1
|
|
|
|
* Fri Aug 23 2019 Lukas Nykryn <lnykryn@redhat.com> - 10.00.4-1
|
|
|
|
- network/ifup/ifdown: deprecations warnings redirected to stderr
|
|
|
|
- ifup-eth: Fix bridge setting stp option
|
|
|
|
- ifup-eth: use 'bc' instead of 'expr' when computing $forward_delay
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 07 2019 Jan Macku <jamacku@redhat.com> - 10.00.3-1
|
|
|
|
|
|
|
|
- rc.d/functions: fix escape sequence being output under systemd service units
|
|
|
|
|
|
|
|
- Replace not working awk command with sed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 06 2019 Jan Macku <jamacku@redhat.com> - 10.00.2-1
|
|
|
|
|
|
|
|
- ifup-post: fix incorrect condition for RESOLV_MODS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 03 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 10.00.1-1
|
|
|
|
|
|
|
|
- consoletype/genhostid/usleep: allow disabling of deprecation warnings
|
|
|
|
|
|
|
|
- network/ifup/ifdown: allow disabling of deprecation warnings
|
|
|
|
- network/ifup/ifdown: deprecation warnings for 'network-scripts' added
|
|
|
|
- network/ifup/ifdown: deprecation warnings for 'network-scripts' added
|
|
|
|
- network: parsing of /proc/mounts returned
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 21 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 10.00.0-1
|
|
|
|
|
|
|
|
- fork for next major RHEL release
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 21 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 10.00-1
|
|
|
|
* Thu Jun 21 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 10.00-1
|
|
|
|
- Move the /etc/rwtab.d & /etc/statetab.d folders to 'filesystem'
|
|
|
|
- Move the /etc/rwtab.d & /etc/statetab.d folders to 'filesystem'
|
|
|
@ -843,7 +731,7 @@ ng
|
|
|
|
* Tue Jan 14 2014 Lukáš Nykrýn <lnykryn@redhat.com> 9.51-1
|
|
|
|
* Tue Jan 14 2014 Lukáš Nykrýn <lnykryn@redhat.com> 9.51-1
|
|
|
|
- readonly-root: bind-mount only necessary subset of entries in rwtab
|
|
|
|
- readonly-root: bind-mount only necessary subset of entries in rwtab
|
|
|
|
- readonly-root: Add /var/log/audit/audit.log to rwtab
|
|
|
|
- readonly-root: Add /var/log/audit/audit.log to rwtab
|
|
|
|
- readonly-root: restore SELinux context after bind mount
|
|
|
|
- readonly-root: restore selinux context after bind mount
|
|
|
|
- rename_device: remove comments and trailing whitespaces
|
|
|
|
- rename_device: remove comments and trailing whitespaces
|
|
|
|
- service: suggest using systemctl if unknown action is used
|
|
|
|
- service: suggest using systemctl if unknown action is used
|
|
|
|
- ifup-eth: fix typo in error message
|
|
|
|
- ifup-eth: fix typo in error message
|