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.
|
||||
Name: procmail
|
||||
Version: 3.14
|
||||
Release: 6
|
||||
Copyright: distributable
|
||||
Version: 3.20
|
||||
Release: 1
|
||||
License: GPL or artistic
|
||||
Group: System Environment/Daemons
|
||||
Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz
|
||||
URL: http://www.procmail.org
|
||||
Patch0: procmail-3.13.1-misc.patch
|
||||
Patch1: procmail-3.10-lockf.patch
|
||||
Patch2: procmail-3.14-bug15947.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Patch0: procmail-3.20-config.patch
|
||||
Patch1: procmail-3.15.1-man.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
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
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch0 -p1 -b .rhconfig
|
||||
%patch1 -p1
|
||||
%patch2 -p1 -b .bug15947
|
||||
|
||||
find . -type d -exec chmod 755 {} \;
|
||||
|
||||
%build
|
||||
@ -43,7 +42,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc FAQ HISTORY README KNOWN_BUGS FEATURES examples
|
||||
%doc Artistic COPYING FAQ FEATURES HISTORY README KNOWN_BUGS examples
|
||||
|
||||
%{_bindir}/formail
|
||||
%attr(2755,root,mail) %{_bindir}/lockfile
|
||||
@ -53,6 +52,16 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man[15]/*
|
||||
|
||||
%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>
|
||||
- lose setuid/setgid (root,mail) bits (#23257).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user