Deleted Added
full compact
openssh.spec (225825) openssh.spec (239844)
1%define ver 5.9p1
1%define ver 6.0p1
2%define rel 1
3
4# OpenSSH privilege separation requires a user & group ID
5%define sshd_uid 74
6%define sshd_gid 74
7
8# Version of ssh-askpass
9%define aversion 1.2.4.1

--- 320 unchanged lines hidden (view full) ---

330if [ "$1" = 0 ]
331then
332 /sbin/service sshd stop > /dev/null 2>&1 || :
333 /sbin/chkconfig --del sshd
334fi
335
336%files
337%defattr(-,root,root)
2%define rel 1
3
4# OpenSSH privilege separation requires a user & group ID
5%define sshd_uid 74
6%define sshd_gid 74
7
8# Version of ssh-askpass
9%define aversion 1.2.4.1

--- 320 unchanged lines hidden (view full) ---

330if [ "$1" = 0 ]
331then
332 /sbin/service sshd stop > /dev/null 2>&1 || :
333 /sbin/chkconfig --del sshd
334fi
335
336%files
337%defattr(-,root,root)
338%doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW README* PROTOCOL* TODO WARNING*
338%doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW README* PROTOCOL* TODO
339%attr(0755,root,root) %{_bindir}/scp
340%attr(0644,root,root) %{_mandir}/man1/scp.1*
341%attr(0755,root,root) %dir %{_sysconfdir}/ssh
342%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli
343%if ! %{rescue}
344%attr(0755,root,root) %{_bindir}/ssh-keygen
345%attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*
346%attr(0755,root,root) %dir %{_libexecdir}/openssh

--- 466 unchanged lines hidden ---
339%attr(0755,root,root) %{_bindir}/scp
340%attr(0644,root,root) %{_mandir}/man1/scp.1*
341%attr(0755,root,root) %dir %{_sysconfdir}/ssh
342%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli
343%if ! %{rescue}
344%attr(0755,root,root) %{_bindir}/ssh-keygen
345%attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*
346%attr(0755,root,root) %dir %{_libexecdir}/openssh

--- 466 unchanged lines hidden ---