auto-import changelog data from procmail-3.20-1.src.rpm
Fri Jun 29 2001 Trond Eivind Glomsrd <teg@redhat.com> - 3.20 - Enable LMTP Thu Apr 12 2001 Trond Eivind Glomsrd <teg@redhat.com> - Change to "License: GPL or artistic" from "Copyright: distributable" - Fix man page (#35825) - 3.15.1 - redo config patch
This commit is contained in:
parent
4e88d84c4b
commit
a9123f57dc
@ -1 +1 @@
|
|||||||
procmail-3.14.tar.gz
|
procmail-3.20.tar.gz
|
||||||
|
19
procmail-3.15.1-man.patch
Normal file
19
procmail-3.15.1-man.patch
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
--- procmail-3.15.1/man/procmail.man.35825 Thu Apr 12 18:31:37 2001
|
||||||
|
+++ procmail-3.15.1/man/procmail.man Thu Apr 12 18:32:42 2001
|
||||||
|
@@ -44,11 +44,11 @@
|
||||||
|
should be invoked automatically over the
|
||||||
|
.B @DOT_FORWARD@
|
||||||
|
file mechanism as soon as mail arrives. Alternatively, when installed by
|
||||||
|
-a system administrator, it can be invoked from within the mailer immediately.
|
||||||
|
-When invoked, it first sets some environment variables to default values,
|
||||||
|
-reads the mail message from stdin until an EOF, separates the body from the
|
||||||
|
-header, and then, if no command line arguments are present, it starts to look
|
||||||
|
-for a file named
|
||||||
|
+a system administrator (and in the standard Red Hat Linux configuration), it
|
||||||
|
+can be invoked from within the mailer immediately. When invoked, it
|
||||||
|
+first sets some environment variables to default values, reads the mail message from
|
||||||
|
+stdin until an EOF, separates the body from the header, and then, if no command line
|
||||||
|
+arguments are present, it starts to look for a file named
|
||||||
|
.BR @PROCMAILRC@ .
|
||||||
|
According to the processing recipes in this file,
|
||||||
|
the mail message that just arrived gets distributed into the right folder
|
@ -1,15 +1,14 @@
|
|||||||
Summary: The procmail mail processing program.
|
Summary: The procmail mail processing program.
|
||||||
Name: procmail
|
Name: procmail
|
||||||
Version: 3.14
|
Version: 3.20
|
||||||
Release: 6
|
Release: 1
|
||||||
Copyright: distributable
|
License: GPL or artistic
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz
|
Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz
|
||||||
URL: http://www.procmail.org
|
URL: http://www.procmail.org
|
||||||
Patch0: procmail-3.13.1-misc.patch
|
Patch0: procmail-3.20-config.patch
|
||||||
Patch1: procmail-3.10-lockf.patch
|
Patch1: procmail-3.15.1-man.patch
|
||||||
Patch2: procmail-3.14-bug15947.patch
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The procmail program is used by Red Hat Linux for all local mail
|
The procmail program is used by Red Hat Linux for all local mail
|
||||||
@ -19,9 +18,9 @@ Procmail is also the basis for the SmartList mailing list processor.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1 -b .rhconfig
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1 -b .bug15947
|
|
||||||
find . -type d -exec chmod 755 {} \;
|
find . -type d -exec chmod 755 {} \;
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -43,7 +42,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc FAQ HISTORY README KNOWN_BUGS FEATURES examples
|
%doc Artistic COPYING FAQ FEATURES HISTORY README KNOWN_BUGS examples
|
||||||
|
|
||||||
%{_bindir}/formail
|
%{_bindir}/formail
|
||||||
%attr(2755,root,mail) %{_bindir}/lockfile
|
%attr(2755,root,mail) %{_bindir}/lockfile
|
||||||
@ -53,6 +52,16 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man[15]/*
|
%{_mandir}/man[15]/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 29 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- 3.20
|
||||||
|
- Enable LMTP
|
||||||
|
|
||||||
|
* Thu Apr 12 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- Change to "License: GPL or artistic" from "Copyright: distributable"
|
||||||
|
- Fix man page (#35825)
|
||||||
|
- 3.15.1
|
||||||
|
- redo config patch
|
||||||
|
|
||||||
* Sat Jan 6 2001 Jeff Johnson <jbj@redhat.com>
|
* Sat Jan 6 2001 Jeff Johnson <jbj@redhat.com>
|
||||||
- lose setuid/setgid (root,mail) bits (#23257).
|
- lose setuid/setgid (root,mail) bits (#23257).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user