Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 91463 - UPGRADING and README.REDHAT missing from %{docdir}
Summary: UPGRADING and README.REDHAT missing from %{docdir}
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux Beta
Classification: Retired
Component: mailman
Version: beta1
Hardware: i386
OS: Linux
high
high
Target Milestone: ---
Assignee: John Dennis
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: CambridgeTarget
TreeView+ depends on / blocked
 
Reported: 2003-05-22 20:27 UTC by Jay Berkenbilt
Modified: 2005-10-31 22:00 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-09-07 22:02:48 UTC
Embargoed:


Attachments (Terms of Use)
Modified SPEC file to fix this bug (deleted)
2003-07-29 16:23 UTC, Michael Lee Yohe
no flags Details

Description Jay Berkenbilt 2003-05-22 20:27:28 UTC
Description of problem:

/usr/share/doc/mailman-2.1.2 does not contain UPGRADING or README.REDHAT

Version-Release number of selected component (if applicable):

mailmain-2.1.2-1 installed on RedHat 9

Someone just needs to add the appropriate lines under "Install the documentation
files" in the .spec file.  I'd suggest taking a careful look at the
documentation files in the source to decide what files should go there. 
README.REDHAT and UPGRADING are the ones I noticed because those are the ones I
needed to look at.

Comment 1 Jay Berkenbilt 2003-07-26 19:06:43 UTC
This problem is still here in Severn.  It's a trivial fix.  Someone should
really fix this before feature freeze for the next release.

Comment 2 Michael Lee Yohe 2003-07-29 16:22:43 UTC
$ diff -ru mailman.spec.orig mailman.spec
--- mailman.spec.orig	2003-07-29 11:14:24.000000000 -0500
+++ mailman.spec	2003-07-29 11:18:24.000000000 -0500
@@ -40,7 +40,7 @@
 Summary: Mailing list manager with built in Web access.
 Name: mailman
 Version: 2.1.2
-Release: 2
+Release: 3
 Epoch: 3
 Group: Applications/Internet
 Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz
@@ -165,6 +165,10 @@
 install -m644
$RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/README.SENDMAIL
$RPM_BUILD_ROOT%{docdir}
 install -m644
$RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/README.USERAGENT
$RPM_BUILD_ROOT%{docdir}
 
+# following two lines should fix Bug 91463
+install -m644
$RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/README.REDHAT
$RPM_BUILD_ROOT%{docdir}
+install -m644
$RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/UPGRADING
$RPM_BUILD_ROOT%{docdir}
+
 
 # remove dir/files from $RPM_BUILD_ROOT that we aren't shipping
 rm -rf $RPM_BUILD_ROOT%{varmmdir}/icons
@@ -296,6 +300,9 @@
 %attr(0755 root root) /etc/rc.d/init.d/mailman
 
 %changelog
+* Tue Jul 29 2003 Michael Lee Yohe <michael> 3:2.1.2-3
+- fixed spec file to include two missing doc files (Bug 91463)
+
 * Wed Jun 04 2003 Elliot Lee <sopwith>
 - rebuilt

I will attach the actual SPEC file to this bug.  This was based off the latest
3:2.1.2-2 source RPM from Rawhide.

Comment 3 Michael Lee Yohe 2003-07-29 16:23:35 UTC
Created attachment 93225 [details]
Modified SPEC file to fix this bug

Comment 4 John Dennis 2004-09-07 22:02:48 UTC
This was fixed a while ago, must have forgotten to close this bug.


Note You need to log in before you can comment on or make changes to this bug.