diff options
Diffstat (limited to 'contrib/redhat/openssh.spec')
-rw-r--r-- | contrib/redhat/openssh.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 8809ded70..623cfa6d6 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -1,5 +1,5 @@ | |||
1 | %define ver 3.6.1p2 | 1 | %define ver 3.6.1p2 |
2 | %define rel 1 | 2 | %define rel 2 |
3 | 3 | ||
4 | # OpenSSH privilege separation requires a user & group ID | 4 | # OpenSSH privilege separation requires a user & group ID |
5 | %define sshd_uid 74 | 5 | %define sshd_uid 74 |
@@ -274,9 +274,11 @@ install -s contrib/gnome-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/gnome | |||
274 | rm -f $RPM_BUILD_ROOT/usr/share/openssh/Ssh.bin | 274 | rm -f $RPM_BUILD_ROOT/usr/share/openssh/Ssh.bin |
275 | %endif | 275 | %endif |
276 | 276 | ||
277 | %if ! %{no_gnome_askpass} | ||
277 | install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/ | 278 | install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/ |
278 | install -m 755 contrib/redhat/gnome-ssh-askpass.csh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/ | 279 | install -m 755 contrib/redhat/gnome-ssh-askpass.csh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/ |
279 | install -m 755 contrib/redhat/gnome-ssh-askpass.sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/ | 280 | install -m 755 contrib/redhat/gnome-ssh-askpass.sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/ |
281 | %endif | ||
280 | 282 | ||
281 | perl -pi -e "s|$RPM_BUILD_ROOT||g" $RPM_BUILD_ROOT%{_mandir}/man*/* | 283 | perl -pi -e "s|$RPM_BUILD_ROOT||g" $RPM_BUILD_ROOT%{_mandir}/man*/* |
282 | 284 | ||
@@ -400,6 +402,10 @@ fi | |||
400 | %endif | 402 | %endif |
401 | 403 | ||
402 | %changelog | 404 | %changelog |
405 | * Mon May 12 2003 Damien Miller <djm@mindrot.org> | ||
406 | - Don't install profile.d scripts when not building with GNOME/GTK askpass | ||
407 | (patch from bet@rahul.net) | ||
408 | |||
403 | * Wed Oct 01 2002 Damien Miller <djm@mindrot.org> | 409 | * Wed Oct 01 2002 Damien Miller <djm@mindrot.org> |
404 | - Install ssh-agent setgid nobody to prevent ptrace() key theft attacks | 410 | - Install ssh-agent setgid nobody to prevent ptrace() key theft attacks |
405 | 411 | ||