From 33dd20f36e199f6a986ab075a0d52e659e56eac8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Thu, 3 Sep 2020 09:49:48 +0200 Subject: [PATCH] Updated all envvars (separated BASE_PACKAGES to ROOT_PACKAGES and BASE_PACKAGES). --- sources/efg.pm/envvars | 3 ++- sources/ens.pm/envvars | 3 ++- sources/ifg.usr/envvars | 3 ++- sources/ins.usr/envvars | 3 ++- sources/ldap.usr/envvars | 3 ++- sources/pns.pm/envvars | 3 ++- sources/pns.usr/envvars | 3 ++- sources/svc.usr/envvars | 3 ++- sources/vpn.usr/envvars | 3 ++- sources/ws.pm/envvars | 3 ++- sources/xfr.pm/envvars | 3 ++- 11 files changed, 22 insertions(+), 11 deletions(-) diff --git a/sources/efg.pm/envvars b/sources/efg.pm/envvars index 16a9f9d..5daac35 100644 --- a/sources/efg.pm/envvars +++ b/sources/efg.pm/envvars @@ -1,4 +1,5 @@ DISTRIBUTION=Fedora DISTRIBUTION_VERSION=32 -BASE_PACKAGES="NetworkManager hostname initscripts iproute iputils logrotate rootfiles rsyslog tar vim-minimal" +ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev" +BASE_PACKAGES="NetworkManager iputils logrotate rsyslog tar vim-minimal" SPEC_PACKAGES="ethtool nftables radvd tcpdump" diff --git a/sources/ens.pm/envvars b/sources/ens.pm/envvars index e0e1bef..d506248 100644 --- a/sources/ens.pm/envvars +++ b/sources/ens.pm/envvars @@ -1,4 +1,5 @@ DISTRIBUTION=Fedora DISTRIBUTION_VERSION=32 -BASE_PACKAGES="NetworkManager hostname initscripts iproute iputils logrotate rootfiles rsyslog tar vim-minimal" +ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev" +BASE_PACKAGES="NetworkManager iputils logrotate rsyslog tar vim-minimal" SPEC_PACKAGES="bind bind-utils" diff --git a/sources/ifg.usr/envvars b/sources/ifg.usr/envvars index 16a9f9d..5daac35 100644 --- a/sources/ifg.usr/envvars +++ b/sources/ifg.usr/envvars @@ -1,4 +1,5 @@ DISTRIBUTION=Fedora DISTRIBUTION_VERSION=32 -BASE_PACKAGES="NetworkManager hostname initscripts iproute iputils logrotate rootfiles rsyslog tar vim-minimal" +ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev" +BASE_PACKAGES="NetworkManager iputils logrotate rsyslog tar vim-minimal" SPEC_PACKAGES="ethtool nftables radvd tcpdump" diff --git a/sources/ins.usr/envvars b/sources/ins.usr/envvars index e0e1bef..d506248 100644 --- a/sources/ins.usr/envvars +++ b/sources/ins.usr/envvars @@ -1,4 +1,5 @@ DISTRIBUTION=Fedora DISTRIBUTION_VERSION=32 -BASE_PACKAGES="NetworkManager hostname initscripts iproute iputils logrotate rootfiles rsyslog tar vim-minimal" +ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev" +BASE_PACKAGES="NetworkManager iputils logrotate rsyslog tar vim-minimal" SPEC_PACKAGES="bind bind-utils" diff --git a/sources/ldap.usr/envvars b/sources/ldap.usr/envvars index 4121c11..ba38958 100644 --- a/sources/ldap.usr/envvars +++ b/sources/ldap.usr/envvars @@ -1,5 +1,6 @@ DISTRIBUTION=Fedora DISTRIBUTION_VERSION=32 -BASE_PACKAGES="NetworkManager hostname initscripts iproute iputils logrotate rootfiles rsyslog tar vim-minimal" +ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev" +BASE_PACKAGES="NetworkManager iputils logrotate rsyslog tar vim-minimal" SPEC_PACKAGES="openssh-server openssh-clients openssh-ldap openssl sudo" SPEC_PACKAGES="$SPEC_PACKAGES authselect openldap-servers openldap-clients nss-pam-ldapd oddjob-mkhomedir pam_ssh passwd python3 sssd-ldap" diff --git a/sources/pns.pm/envvars b/sources/pns.pm/envvars index e0e1bef..d506248 100644 --- a/sources/pns.pm/envvars +++ b/sources/pns.pm/envvars @@ -1,4 +1,5 @@ DISTRIBUTION=Fedora DISTRIBUTION_VERSION=32 -BASE_PACKAGES="NetworkManager hostname initscripts iproute iputils logrotate rootfiles rsyslog tar vim-minimal" +ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev" +BASE_PACKAGES="NetworkManager iputils logrotate rsyslog tar vim-minimal" SPEC_PACKAGES="bind bind-utils" diff --git a/sources/pns.usr/envvars b/sources/pns.usr/envvars index e0e1bef..d506248 100644 --- a/sources/pns.usr/envvars +++ b/sources/pns.usr/envvars @@ -1,4 +1,5 @@ DISTRIBUTION=Fedora DISTRIBUTION_VERSION=32 -BASE_PACKAGES="NetworkManager hostname initscripts iproute iputils logrotate rootfiles rsyslog tar vim-minimal" +ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev" +BASE_PACKAGES="NetworkManager iputils logrotate rsyslog tar vim-minimal" SPEC_PACKAGES="bind bind-utils" diff --git a/sources/svc.usr/envvars b/sources/svc.usr/envvars index fe6ef96..89a035c 100644 --- a/sources/svc.usr/envvars +++ b/sources/svc.usr/envvars @@ -1,4 +1,5 @@ DISTRIBUTION=Fedora DISTRIBUTION_VERSION=32 -BASE_PACKAGES="NetworkManager hostname initscripts iproute iputils logrotate rootfiles rsyslog tar vim-minimal" +ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev" +BASE_PACKAGES="NetworkManager iputils logrotate rsyslog tar vim-minimal" SPEC_PACKAGES="bind bind-utils dhcp postfix python3 python3-dbus" diff --git a/sources/vpn.usr/envvars b/sources/vpn.usr/envvars index 332e74e..e4ae8e7 100644 --- a/sources/vpn.usr/envvars +++ b/sources/vpn.usr/envvars @@ -1,4 +1,5 @@ DISTRIBUTION=Fedora DISTRIBUTION_VERSION=32 -BASE_PACKAGES="NetworkManager hostname initscripts iproute iputils logrotate rootfiles rsyslog tar vim-minimal" +ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev" +BASE_PACKAGES="NetworkManager iputils logrotate rsyslog tar vim-minimal" SPEC_PACKAGES="cronie easy-rsa openvpn rpm" diff --git a/sources/ws.pm/envvars b/sources/ws.pm/envvars index 9e507cf..f018ff1 100644 --- a/sources/ws.pm/envvars +++ b/sources/ws.pm/envvars @@ -1,4 +1,5 @@ DISTRIBUTION=Fedora DISTRIBUTION_VERSION=32 -BASE_PACKAGES="NetworkManager hostname initscripts iproute iputils logrotate rootfiles rsyslog tar vim-minimal" +ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev" +BASE_PACKAGES="NetworkManager iputils logrotate rsyslog tar vim-minimal" SPEC_PACKAGES="httpd mailx mod_ssl php postfix python3-certbot-apache" diff --git a/sources/xfr.pm/envvars b/sources/xfr.pm/envvars index c91a09e..f6d99db 100644 --- a/sources/xfr.pm/envvars +++ b/sources/xfr.pm/envvars @@ -1,4 +1,5 @@ DISTRIBUTION=Fedora DISTRIBUTION_VERSION=32 -BASE_PACKAGES="NetworkManager hostname initscripts iproute iputils logrotate rootfiles rsyslog tar vim-minimal" +ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev" +BASE_PACKAGES="NetworkManager iputils logrotate rsyslog tar vim-minimal" SPEC_PACKAGES="httpd mod_wsgi" -- 2.54.0