Fixed spello
This commit is contained in:
parent
3bd49ec5c4
commit
c6d5ce86a9
|
@ -32,7 +32,7 @@
|
||||||
- Don't install config files if they already exist
|
- Don't install config files if they already exist
|
||||||
- Fix inclusion of additional preprocessor directives from acconfig.h
|
- Fix inclusion of additional preprocessor directives from acconfig.h
|
||||||
- Removed redundant inclusions of config.h
|
- Removed redundant inclusions of config.h
|
||||||
- Added 'Obseletes' lines to RPM spec file
|
- Added 'Obsoletes' lines to RPM spec file
|
||||||
- Merged OpenBSD CVS changes:
|
- Merged OpenBSD CVS changes:
|
||||||
- [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
|
- [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
|
||||||
- [scp.c] fix overflow reported by damien@ibs.com.au: off_t
|
- [scp.c] fix overflow reported by damien@ibs.com.au: off_t
|
||||||
|
|
12
openssh.spec
12
openssh.spec
|
@ -7,21 +7,21 @@ Source0: openssh-%{version}.tar.gz
|
||||||
Copyright: BSD
|
Copyright: BSD
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
BuildRoot: /tmp/openssh-%{version}-buildroot
|
BuildRoot: /tmp/openssh-%{version}-buildroot
|
||||||
Obseletes: ssh
|
Obsoletes: ssh
|
||||||
Obseletes: ssh-clients
|
Obsoletes: ssh-clients
|
||||||
Obseletes: ssh-extras
|
Obsoletes: ssh-extras
|
||||||
|
|
||||||
%package server
|
%package server
|
||||||
Summary: Secure Shell protocol server (sshd)
|
Summary: Secure Shell protocol server (sshd)
|
||||||
Requires: openssh chkconfig >= 0.9
|
Requires: openssh chkconfig >= 0.9
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Obseletes: ssh-server
|
Obsoletes: ssh-server
|
||||||
|
|
||||||
%package askpass
|
%package askpass
|
||||||
Summary: GNOME passphrase dialog
|
Summary: GNOME passphrase dialog
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Requires: openssh
|
Requires: openssh
|
||||||
Obseletes: ssh-askpass
|
Obsoletes: ssh-askpass
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Ssh (Secure Shell) a program for logging into a remote machine and for
|
Ssh (Secure Shell) a program for logging into a remote machine and for
|
||||||
|
@ -67,7 +67,7 @@ This package contains the GNOME passphrase dialog.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Nov 13 1999 Damien Miller <djm@mindrot.org>
|
* Sat Nov 13 1999 Damien Miller <djm@mindrot.org>
|
||||||
- Added 'Obseletes' directives
|
- Added 'Obsoletes' directives
|
||||||
* Tue Nov 09 1999 Damien Miller <djm@ibs.com.au>
|
* Tue Nov 09 1999 Damien Miller <djm@ibs.com.au>
|
||||||
- Use make install
|
- Use make install
|
||||||
- Subpackages
|
- Subpackages
|
||||||
|
|
Loading…
Reference in New Issue