Reenabling self-test on rpm build
Related: RHEL-42635
This commit is contained in:
parent
ce2e80c1d0
commit
ba81972425
@ -474,7 +474,7 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
#%{SOURCE22} %{SOURCE23} # ./parallel_tests.sh parallel_tests.Makefile
|
%{SOURCE22} %{SOURCE23} # ./parallel_tests.sh parallel_tests.Makefile
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -656,6 +656,8 @@ test -f %{sysconfig_anaconda} && \
|
|||||||
* Mon Aug 05 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.8p1-3
|
* Mon Aug 05 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.8p1-3
|
||||||
- sshd doesn't propose to enter password again when a non-existing user is specified
|
- sshd doesn't propose to enter password again when a non-existing user is specified
|
||||||
Resolves: RHEL-11981
|
Resolves: RHEL-11981
|
||||||
|
- Reenabling self-test on rpm build
|
||||||
|
Related: RHEL-42635
|
||||||
|
|
||||||
* Fri Jul 26 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.8p1-2.0
|
* Fri Jul 26 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.8p1-2.0
|
||||||
- Temporary disabling self-test
|
- Temporary disabling self-test
|
||||||
|
@ -23,7 +23,7 @@ for ((i = 1; i < SPLIT; i++)); do ii=$(printf %02d $i);
|
|||||||
done
|
done
|
||||||
|
|
||||||
# work around a selinux restriction:
|
# work around a selinux restriction:
|
||||||
chcon -t unconfined_exec_t ssh-sk-helper || :
|
#chcon -t unconfined_exec_t ssh-sk-helper || :
|
||||||
|
|
||||||
# work around something else that only crops up in brew
|
# work around something else that only crops up in brew
|
||||||
export TEST_SSH_UNSAFE_PERMISSIONS=1
|
export TEST_SSH_UNSAFE_PERMISSIONS=1
|
||||||
|
Loading…
Reference in New Issue
Block a user