Bug 439506

Summary: missing ldap files in rpm package
Product: [Fedora] Fedora Reporter: Ivan Martinez <ivanfmartinez>
Component: sudoAssignee: Peter Vrabec <pvrabec>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: kzak
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: 2008-03-31 14:20:04 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 Ivan Martinez 2008-03-28 20:44:38 UTC
Description of problem:
Some files related to ldap in source package are not copied to rpm package.
like : README.LDAP, schema.OpenLDAP and sudoers2ldif

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


How reproducible:
look at file list on source package and the file list on rpm

Steps to Reproduce:
1. 
2.
3.
  
Actual results:


Expected results:
The files should  be included in rpm package.


Additional info:

diff for spec file including the missing files.


--- sudo.spec.ori       2008-03-28 17:12:34.000000000 -0300
+++ sudo.spec   2008-03-28 17:14:41.000000000 -0300
@@ -1,7 +1,7 @@
 Summary: Allows restricted root access for specified users
 Name: sudo
 Version: 1.6.9p4
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: BSD
 Group: Applications/System
 URL: http://www.courtesan.com/sudo/
@@ -109,7 +109,7 @@

 %files
 %defattr(-,root,root)
-%doc BUGS CHANGES HISTORY LICENSE README TODO TROUBLESHOOTING UPGRADE *.pod
+%doc BUGS CHANGES HISTORY LICENSE README* TODO TROUBLESHOOTING UPGRADE *.pod
schema.* sudoers2ldif sample.*
 %attr(0440,root,root) %config(noreplace) /etc/sudoers
 %config(noreplace) /etc/pam.d/sudo
 %config(noreplace) /etc/pam.d/sudo-i

Comment 1 Peter Vrabec 2008-03-31 14:20:04 UTC
thnx. for report.
It's fixed in rawhide and next release of sudo in F-8.