- (djm) Redhat spec: Don't install profile.d scripts when not
building with GNOME/GTK askpass (patch from bet@rahul.net)
This commit is contained in:
parent
0d8b792931
commit
75d3b05c57
|
@ -1,3 +1,7 @@
|
||||||
|
20030512
|
||||||
|
- (djm) Redhat spec: Don't install profile.d scripts when not
|
||||||
|
building with GNOME/GTK askpass (patch from bet@rahul.net)
|
||||||
|
|
||||||
20030510
|
20030510
|
||||||
- (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than
|
- (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than
|
||||||
"make install". Patch by roth@feep.net.
|
"make install". Patch by roth@feep.net.
|
||||||
|
@ -1380,4 +1384,4 @@
|
||||||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||||
ok provos@
|
ok provos@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2674 2003/05/10 13:42:12 djm Exp $
|
$Id: ChangeLog,v 1.2675 2003/05/12 08:15:49 djm Exp $
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
%define ver 3.6.1p2
|
%define ver 3.6.1p2
|
||||||
%define rel 1
|
%define rel 2
|
||||||
|
|
||||||
# OpenSSH privilege separation requires a user & group ID
|
# OpenSSH privilege separation requires a user & group ID
|
||||||
%define sshd_uid 74
|
%define sshd_uid 74
|
||||||
|
@ -274,9 +274,11 @@ install -s contrib/gnome-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/gnome
|
||||||
rm -f $RPM_BUILD_ROOT/usr/share/openssh/Ssh.bin
|
rm -f $RPM_BUILD_ROOT/usr/share/openssh/Ssh.bin
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if ! %{no_gnome_askpass}
|
||||||
install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
|
install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
|
||||||
install -m 755 contrib/redhat/gnome-ssh-askpass.csh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
|
install -m 755 contrib/redhat/gnome-ssh-askpass.csh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
|
||||||
install -m 755 contrib/redhat/gnome-ssh-askpass.sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
|
install -m 755 contrib/redhat/gnome-ssh-askpass.sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
|
||||||
|
%endif
|
||||||
|
|
||||||
perl -pi -e "s|$RPM_BUILD_ROOT||g" $RPM_BUILD_ROOT%{_mandir}/man*/*
|
perl -pi -e "s|$RPM_BUILD_ROOT||g" $RPM_BUILD_ROOT%{_mandir}/man*/*
|
||||||
|
|
||||||
|
@ -400,6 +402,10 @@ fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 12 2003 Damien Miller <djm@mindrot.org>
|
||||||
|
- Don't install profile.d scripts when not building with GNOME/GTK askpass
|
||||||
|
(patch from bet@rahul.net)
|
||||||
|
|
||||||
* Wed Oct 01 2002 Damien Miller <djm@mindrot.org>
|
* Wed Oct 01 2002 Damien Miller <djm@mindrot.org>
|
||||||
- Install ssh-agent setgid nobody to prevent ptrace() key theft attacks
|
- Install ssh-agent setgid nobody to prevent ptrace() key theft attacks
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue