diff --git a/greenboot.spec b/greenboot.spec index c15b3f6..f83f913 100644 --- a/greenboot.spec +++ b/greenboot.spec @@ -4,7 +4,7 @@ %global build_timestamp %(date +"%Y%m%d%H%M%%S") Name: greenboot -Version: 0.2 +Version: 0.3 Release: 1%{?dist} Summary: Generic Health Check Framework for systemd License: LGPLv2+ diff --git a/tests/Vagrantfile b/tests/Vagrantfile index ee749a0..d72f7d4 100644 --- a/tests/Vagrantfile +++ b/tests/Vagrantfile @@ -14,9 +14,6 @@ Vagrant.configure("2") do |config| rpm-ostree ex livefs # Uncomment the following line to test red boot status behaviour # mv /home/vagrant/sync/10_failing_check.sh /etc/greenboot/check/required.d/10_failing_check.sh - # Add pam_motd to sshd pam config until openssh is rebuilt - # see https://src.fedoraproject.org/rpms/openssh/c/4ef6823ff4d342f144dfca9eaaa4ffe5b46a1258 - sed -i '/session optional pam_keyinit.so force revoke/a session optional pam_motd.so' /etc/pam.d/sshd systemctl enable greenboot.target systemctl start greenboot.target sleep 5