Bug 427683

Summary: info/dir packaged
Product: [Fedora] Fedora Reporter: Florian La Roche <laroche>
Component: blitzAssignee: Sergio Pascual <sergio.pasra>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
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-01-07 11:51:51 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 Florian La Roche 2008-01-06 17:22:19 UTC
Description of problem:

blitz-devel is packaging /usr/share/info/dir, but should add the
right post/preun scripts from the packaging guidelines.

regards,

Florian La Roche


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Sergio Pascual 2008-01-07 00:25:46 UTC
Hello. The following lines are from blitz.spec, as far as I know these are the
required lines for texinfo files (Packaging/ScriptletSnippets).

%post devel
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :

%preun devel
if [ $1 = 0 ]; then
    /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi

Comment 2 Florian La Roche 2008-01-07 08:00:20 UTC
Hello Sergio,

looks good, then only the packaged file needs to be removed.

Thanks a lot,

Florian La Roche


Comment 3 Sergio Pascual 2008-01-07 11:51:51 UTC
I don't quite understand why is packaging %{_infodir}/dir, but, in any case, a
new rpm package with %{_infodir}/dir excluded is in rawhide. Thanks, Florian