auto-import changelog data from sendmail-8.12.8-6.90.src.rpm

Tue Aug 26 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- add security patch
This commit is contained in:
cvsdist 2004-09-09 12:21:18 +00:00
parent ccd56be140
commit 9789a2ee8f

View File

@ -3,7 +3,7 @@
# the version number to build on. Supported should be 62 70 71 72 for
# Red Hat Linux 6.2 up to 7.2 and "100" for the current rawhide version.
%define errata 90
%define release 5
%define release 6
%if %{errata} <= 70
%define sendmailcf usr/lib/sendmail-cf
@ -47,6 +47,7 @@ Patch7: sendmail-8.12.5-pid.patch
Patch9: sendmail-8.12.7-hesiod.patch
Patch10: sendmail-8.12.7-manpage.patch
Patch11: sendmail-8.12.8-security.patch
Patch12: sendmail-8.12.9-sec.patch
Buildroot: %{_tmppath}/%{name}-root
BuildRequires: gdbm-devel
%if %{errata} > 62
@ -131,6 +132,7 @@ fi
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%build
%ifarch s390
@ -500,6 +502,9 @@ exit 0
%{_docdir}/sendmail
%changelog
* Tue Aug 26 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- add security patch
* Wed Mar 26 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- call make with the target "all" #86005
- add start/stop/restart as Makefile targets