Bug 7331
Summary: | small typos in configs and specs | ||
---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Alec Voropay <alec> |
Component: | sendmail | Assignee: | Cristian Gafton <gafton> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.0 | CC: | florian.laroche |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-02-17 22:36:29 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Alec Voropay
1999-11-25 14:20:44 UTC
New sendmail-8.9.3-17 still contains these errors... # diff sendmail.spec.orig sendmail.spec 137,140c137,140 < mkdir -p $RPM_BUILD_ROOT/usr/doc/sendmail < cp -ar FAQ LICENSE KNOWNBUGS README RELEASE_NOTES doc $RPM_BUILD_ROOT/usr/doc/sendmail < cp smrsh/README $RPM_BUILD_ROOT/usr/doc/sendmail/README.smrsh < cp cf/README $RPM_BUILD_ROOT/usr/doc/sendmail/README.cf --- > mkdir -p $RPM_BUILD_ROOT/usr/doc/sendmail-%{version} > cp -ar FAQ LICENSE KNOWNBUGS README RELEASE_NOTES doc $RPM_BUILD_ROOT/usr/doc/sendmail-%{version} > cp smrsh/README $RPM_BUILD_ROOT/usr/doc/sendmail-%{version}/README.smrsh > cp cf/README $RPM_BUILD_ROOT/usr/doc/sendmail-%{version}/README.cf 324c324 < /usr/doc/sendmail --- > /usr/doc/sendmail-%{version} ======= Another quirk : Source2: .../check.tar not need for new Sendmail-8.9.3 at all. Both these locations are referenced in various bits of documenattaion as advertised, so changing them will only confuse new users. |