|
@@ -1,4 +1,4 @@
|
|
-%define ver 7.1p2
|
|
|
|
|
|
+%define ver 7.2p1
|
|
%define rel 1%{_dist_release}
|
|
%define rel 1%{_dist_release}
|
|
|
|
|
|
# SELinux
|
|
# SELinux
|
|
@@ -433,9 +433,9 @@ fi
|
|
%attr(0755,root,root) %{_bindir}/ssh
|
|
%attr(0755,root,root) %{_bindir}/ssh
|
|
%attr(0644,root,root) %{_mandir}/man1/ssh.1*
|
|
%attr(0644,root,root) %{_mandir}/man1/ssh.1*
|
|
%attr(0644,root,root) %{_mandir}/man5/ssh_config.5*
|
|
%attr(0644,root,root) %{_mandir}/man5/ssh_config.5*
|
|
-%attr(0644,root,root) %{_mandir}/man1/slogin.1*
|
|
|
|
|
|
+# %attr(0644,root,root) %{_mandir}/man1/slogin.1*
|
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config
|
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config
|
|
-%attr(-,root,root) %{_bindir}/slogin
|
|
|
|
|
|
+# %attr(-,root,root) %{_bindir}/slogin
|
|
%if ! %{rescue}
|
|
%if ! %{rescue}
|
|
%attr(0755,root,root) %{_bindir}/ssh-agent
|
|
%attr(0755,root,root) %{_bindir}/ssh-agent
|
|
%attr(0755,root,root) %{_bindir}/ssh-add
|
|
%attr(0755,root,root) %{_bindir}/ssh-add
|
|
@@ -478,6 +478,11 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Mar 9 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 7.2p1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- built with openssl 1.0.2g
|
|
|
|
+- drop slogin command and manual, this is upstream change.
|
|
|
|
+
|
|
* Sun Jan 17 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 7.1p2-1
|
|
* Sun Jan 17 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 7.1p2-1
|
|
- update to 7.1p2
|
|
- update to 7.1p2
|
|
|
|
|