]> git.pld-linux.org Git - packages/openssh.git/blobdiff - openssh.spec
- BR: %__perl instead of perl
[packages/openssh.git] / openssh.spec
index a535fde870b5b24ae3c9aa2ae748f3e45f288e4b..5c71096f09afdc6eb639de6a00fd678f597c85e9 100644 (file)
@@ -16,8 +16,8 @@ Summary(pt_BR):       Implementa
 Summary(ru):   OpenSSH - Ó×ÏÂÏÄÎÁÑ ÒÅÁÌÉÚÁÃÉÑ ÐÒÏÔÏËÏÌÁ Secure Shell (SSH)
 Summary(uk):   OpenSSH - ×¦ÌØÎÁ ÒÅÁ̦ÚÁæѠÐÒÏÔÏËÏÌÕ Secure Shell (SSH)
 Name:          openssh
-Version:       3.6.1p1
-Release:       0.1
+Version:       3.6.1p2
+Release:       0.2
 Epoch:         2
 License:       BSD
 Group:         Applications/Networking
@@ -40,9 +40,9 @@ BuildRequires:        automake
 %{!?_without_gnome:BuildRequires: gnome-libs-devel}
 %{!?_without_gtk:BuildRequires:        gtk+2-devel}
 BuildRequires: libwrap-devel
-BuildRequires: openssl-devel >= 0.9.7
+BuildRequires: openssl-devel >= 0.9.7b
 BuildRequires: pam-devel
-BuildRequires: perl
+BuildRequires: %{__perl}
 %{!?_without_gtk:BuildRequires:        pkgconfig}
 BuildRequires: zlib-devel
 PreReq:                openssl >= 0.9.7
@@ -385,6 +385,7 @@ GNOME.
 %{__autoconf}
 
 %configure \
+       PERL=%{__perl} \
        --with-pam \
        --with-mantype=man \
        --with-md5-passwords \
@@ -501,6 +502,10 @@ fi
 %{_mandir}/man1/ssh-add.1*
 %{_mandir}/man5/ssh_config.5*
 
+# for host-based auth (suid required for accessing private host key)
+#%attr(4755,root,root) %{_libexecdir}/ssh-keysign
+#%{_mandir}/man8/ssh-keysign.8*
+
 %files server
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/sshd
This page took 0.068699 seconds and 4 git commands to generate.