From b259ae2cc49c63103b00dcb9b5f29bcf56ce7930 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 31 Aug 2006 19:53:29 +0000 Subject: [PATCH] - %env_update; rel 4 Changed files: openssh.spec -> 1.261 --- openssh.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index 3b4027e..941e592 100644 --- a/openssh.spec +++ b/openssh.spec @@ -16,6 +16,7 @@ %endif # gtk2-based gnome-askpass means no gnome1-based %{?with_gtk:%undefine with_gnome} +%define _rel 4 Summary: OpenSSH free Secure Shell (SSH) implementation Summary(de): OpenSSH - freie Implementation der Secure Shell (SSH) Summary(es): Implementación libre de SSH @@ -28,7 +29,7 @@ Summary(ru): OpenSSH - Summary(uk): OpenSSH - צÌØÎÁ ÒÅÁ̦ÚÁÃ¦Ñ ÐÒÏÔÏËÏÌÕ Secure Shell (SSH) Name: openssh Version: 4.3p2 -Release: 3%{?with_hpn:hpn}%{?with_hpn_none:hpn_none} +Release: %{_rel}%{?with_hpn:hpn}%{?with_hpn_none:hpn_none} Epoch: 2 License: BSD Group: Applications/Networking @@ -566,6 +567,18 @@ EOF %clean rm -rf $RPM_BUILD_ROOT +%post clients +%env_update + +%postun clients +%env_update + +%post gnome-askpass +%env_update + +%postun gnome-askpass +%env_update + %pre server %useradd -P %{name}-server -u 40 -d %{_privsepdir} -s /bin/false -c "OpenSSH PrivSep User" -g nobody sshd -- 2.44.0