Remove UPGRADING from spec files
This commit is contained in:
parent
6604fadbdd
commit
ab36050118
|
@ -200,7 +200,7 @@ fi
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog OVERVIEW COPYING.Ylonen README* INSTALL
|
%doc ChangeLog OVERVIEW COPYING.Ylonen README* INSTALL
|
||||||
%doc CREDITS UPGRADING LICENCE
|
%doc CREDITS LICENCE
|
||||||
%attr(0755,root,root) %{_bindir}/ssh-keygen
|
%attr(0755,root,root) %{_bindir}/ssh-keygen
|
||||||
%attr(0755,root,root) %{_bindir}/scp
|
%attr(0755,root,root) %{_bindir}/scp
|
||||||
%attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*
|
%attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*
|
||||||
|
|
|
@ -162,7 +162,7 @@ fi
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING.Ylonen ChangeLog OVERVIEW README*
|
%doc COPYING.Ylonen ChangeLog OVERVIEW README*
|
||||||
%doc RFC.nroff TODO UPGRADING CREDITS LICENSE
|
%doc RFC.nroff TODO CREDITS LICENSE
|
||||||
%attr(0755,root,root) %dir /etc/ssh
|
%attr(0755,root,root) %dir /etc/ssh
|
||||||
%attr(0644,root,root) %config /etc/ssh/ssh_config
|
%attr(0644,root,root) %config /etc/ssh/ssh_config
|
||||||
%attr(0600,root,root) %config /etc/ssh/sshd_config
|
%attr(0600,root,root) %config /etc/ssh/sshd_config
|
||||||
|
|
Loading…
Reference in New Issue