use get_default_context_with_role
This commit is contained in:
parent
29a4bfd130
commit
c82df74ea6
14
openssh.spec
14
openssh.spec
@ -79,7 +79,7 @@
|
|||||||
Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
|
Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
|
||||||
Name: openssh
|
Name: openssh
|
||||||
Version: 3.9p1
|
Version: 3.9p1
|
||||||
%define rel 3
|
%define rel 5
|
||||||
%if %{rescue}
|
%if %{rescue}
|
||||||
Release: %{rel}rescue
|
Release: %{rel}rescue
|
||||||
%else
|
%else
|
||||||
@ -137,8 +137,8 @@ BuildPreReq: krb5-devel
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{WITH_SELINUX}
|
%if %{WITH_SELINUX}
|
||||||
Requires: libselinux
|
Requires: libselinux >= 1.17.9
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel >= 1.17.9
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package clients
|
%package clients
|
||||||
@ -491,6 +491,14 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 2 2004 Daniel Walsh <dwalsh@redhat.com> 3.9p1-5
|
||||||
|
- Change selinux patch to use get_default_context_with_role in libselinux.
|
||||||
|
|
||||||
|
* Thu Sep 2 2004 Daniel Walsh <dwalsh@redhat.com> 3.9p1-4
|
||||||
|
- Fix patch
|
||||||
|
* Bad debug statement.
|
||||||
|
* Handle root/sysadm_r:kerberos
|
||||||
|
|
||||||
* Thu Sep 2 2004 Daniel Walsh <dwalsh@redhat.com> 3.9p1-3
|
* Thu Sep 2 2004 Daniel Walsh <dwalsh@redhat.com> 3.9p1-3
|
||||||
- Modify Colin Walter's patch to allow specifying rule during connection
|
- Modify Colin Walter's patch to allow specifying rule during connection
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user