[tw]
- replaced prereq tags with requires() tags.
This commit is contained in:
parent
e22298ba83
commit
d6e308ef6c
@ -16,7 +16,7 @@
|
||||
Summary: A widely used Mail Transport Agent (MTA)
|
||||
Name: sendmail
|
||||
Version: 8.14.1
|
||||
Release: 1
|
||||
Release: 1.1
|
||||
License: Sendmail
|
||||
Group: System Environment/Daemons
|
||||
URL: http://www.sendmail.org/
|
||||
@ -54,14 +54,15 @@ BuildRequires: hesiod-devel
|
||||
BuildRequires: groff
|
||||
BuildRequires: ghostscript
|
||||
BuildRequires: m4
|
||||
PreReq: %{_sbindir}/alternatives
|
||||
Provides: %{_sbindir}/sendmail %{_bindir}/mailq %{_bindir}/newaliases
|
||||
Provides: %{_bindir}/rmail /usr/lib/sendmail
|
||||
Provides: %{_sysconfdir}/pam.d/smtp
|
||||
Provides: %{_mandir}/man1/mailq.1.gz %{_mandir}/man1/newaliases.1.gz
|
||||
Provides: %{_mandir}/man5/aliases.5.gz %{_mandir}/man8/sendmail.8.gz
|
||||
PreReq: chkconfig >= 1.3
|
||||
PreReq: %{_sbindir}/useradd sed coreutils
|
||||
Requires(pre): shadow-utils
|
||||
Requires(preun): %{_sbindir}/alternatives chkconfig
|
||||
Requires(post): %{_sbindir}/alternatives coreutils
|
||||
Requires(postun): %{_sbindir}/alternatives coreutils chkconfig
|
||||
Requires: procmail
|
||||
Requires: bash >= 2.0
|
||||
Requires: setup >= 2.5.31-1
|
||||
@ -537,6 +538,9 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 12 2007 Thomas Woerner <twoerner@redhat.com> 8.14.1-1.1
|
||||
- replaced prereq tags with requires() tags.
|
||||
|
||||
* Thu Apr 12 2007 Thomas Woerner <twoerner@redhat.com> 8.14.1-1
|
||||
- new version 8.14.1
|
||||
- spec file cleanup for merge review (rhbz#226407)
|
||||
|
Loading…
Reference in New Issue
Block a user