- update
This commit is contained in:
parent
d6bc58d34f
commit
dc6dc81683
@ -18,7 +18,7 @@
|
|||||||
Summary: A widely used Mail Transport Agent (MTA).
|
Summary: A widely used Mail Transport Agent (MTA).
|
||||||
Name: sendmail
|
Name: sendmail
|
||||||
Version: 8.13.8
|
Version: 8.13.8
|
||||||
Release: 3.1
|
Release: 4
|
||||||
License: Sendmail
|
License: Sendmail
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Provides: smtpdaemon
|
Provides: smtpdaemon
|
||||||
@ -94,7 +94,7 @@ behind-the-scenes program which actually moves your email over
|
|||||||
networks or the Internet to where you want it to go.
|
networks or the Internet to where you want it to go.
|
||||||
|
|
||||||
If you ever need to reconfigure Sendmail, you will also need to have
|
If you ever need to reconfigure Sendmail, you will also need to have
|
||||||
the sendmail.cf package installed. If you need documentation on
|
the sendmail-cf package installed. If you need documentation on
|
||||||
Sendmail, you can install the sendmail-doc package.
|
Sendmail, you can install the sendmail-doc package.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
@ -175,7 +175,7 @@ EOF
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%{enable_pie}" == "yes"
|
%if "%{enable_pie}" == "yes"
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x sparc sparc64
|
||||||
%define _fpie -fPIE
|
%define _fpie -fPIE
|
||||||
%else
|
%else
|
||||||
%define _fpie -fpie
|
%define _fpie -fpie
|
||||||
@ -589,6 +589,10 @@ exit 0
|
|||||||
%{_docdir}/sendmail
|
%{_docdir}/sendmail
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 23 2007 Florian La Roche <laroche@redhat.com>
|
||||||
|
- #205803 add sparc/sparc64 to -fPIE list
|
||||||
|
- change sendmail.cf reference into sendmail-cf package name
|
||||||
|
|
||||||
* Mon Dec 4 2006 Thomas Woerner <twoerner@redhat.com> 8.13.8-3.1
|
* Mon Dec 4 2006 Thomas Woerner <twoerner@redhat.com> 8.13.8-3.1
|
||||||
- tcp_wrappers has a new devel and libs sub package, therefore changing build
|
- tcp_wrappers has a new devel and libs sub package, therefore changing build
|
||||||
requirement for tcp_wrappers to tcp_wrappers-devel
|
requirement for tcp_wrappers to tcp_wrappers-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user