Fix spec files
This commit is contained in:
parent
7b28dc5eb0
commit
676092fad0
|
@ -1,5 +1,5 @@
|
||||||
# Version of OpenSSH
|
# Version of OpenSSH
|
||||||
%define oversion 2.2.0p1
|
%define oversion 2.2.0p2
|
||||||
|
|
||||||
# Version of ssh-askpass
|
# Version of ssh-askpass
|
||||||
%define aversion 1.0.1
|
%define aversion 1.0.1
|
||||||
|
@ -127,6 +127,8 @@ patented algorithms to seperate libraries (OpenSSL).
|
||||||
This package contains the GNOME passphrase dialog.
|
This package contains the GNOME passphrase dialog.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 05 2000 Damien Miller <djm@mindrot.org>
|
||||||
|
- Use RPM configure macro
|
||||||
* Tue Aug 08 2000 Damien Miller <djm@mindrot.org>
|
* Tue Aug 08 2000 Damien Miller <djm@mindrot.org>
|
||||||
- Some surgery to sshd.init (generate keys at runtime)
|
- Some surgery to sshd.init (generate keys at runtime)
|
||||||
- Cleanup of groups and removal of keygen calls
|
- Cleanup of groups and removal of keygen calls
|
||||||
|
@ -161,14 +163,12 @@ This package contains the GNOME passphrase dialog.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -a 1
|
%setup -q -a 1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
CFLAGS="$RPM_OPT_FLAGS" \
|
%configure --sysconfdir=/etc/ssh --with-tcp-wrappers \
|
||||||
./configure --prefix=/usr --sysconfdir=/etc/ssh \
|
--with-rsh=/usr/bin/rsh
|
||||||
--with-tcp-wrappers --with-ipv4-default \
|
|
||||||
--with-rsh=/usr/bin/rsh
|
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
|
@ -247,7 +247,9 @@ fi
|
||||||
%files server
|
%files server
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%attr(0755,root,root) /usr/sbin/sshd
|
%attr(0755,root,root) /usr/sbin/sshd
|
||||||
|
%attr(0755,root,root) /usr/libexec/ssh/sftp-server
|
||||||
%attr(0644,root,root) %doc /usr/man/man8/sshd.8*
|
%attr(0644,root,root) %doc /usr/man/man8/sshd.8*
|
||||||
|
%attr(0644,root,root) %doc /usr/man/man8/sftp-server.8*
|
||||||
%attr(0600,root,root) %config /etc/ssh/sshd_config
|
%attr(0600,root,root) %config /etc/ssh/sshd_config
|
||||||
%attr(0644,root,root) %config /etc/pam.d/sshd
|
%attr(0644,root,root) %config /etc/pam.d/sshd
|
||||||
%attr(0755,root,root) %config /sbin/init.d/sshd
|
%attr(0755,root,root) %config /sbin/init.d/sshd
|
||||||
|
|
Loading…
Reference in New Issue