Displaying 1 result from an estimated 1 matches for "savjee".
2016 Mar 22
2
[Bug 2557] New: Incorrect file entries in openssh.spec
...Product: Portable OpenSSH
Version: 7.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at mindrot.org
Reporter: savjee at gmail.com
The rpm spec file under openssh-7.2p2/contrib/redhat/openssh.spec
has following 2 entries.
%files clients
%attr(-,root,root) %{_bindir}/slogin
%attr(-,root,root) %{_mandir}/man1/slogin.1*
These entries result in following errors when rpm is built using this
spec file
Processing fil...