Changeset 1521 in MondoRescue for branches/2.2.4/tools/pkg2mdv


Ignore:
Timestamp:
Jun 29, 2007, 12:37:15 PM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a bug in Mandriva official package creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.4/tools/pkg2mdv

    r1490 r1521  
    7676    perl -pi -e "s/^Release:[ \t]+..*/Release:  %mkrel $TAG/" SPECS/$p.spec
    7777    perl -pi -e "s/^Release:/Packager:  Bruno Cornec <bcornec\@mandriva.org>\nRelease:/" SPECS/$p.spec
    78     perl -pi -e 's/mindi >= ..*,/mindi/' SPECS/$p.spec
     78    perl -pi -e 's/mindi >= [0-9.]*,/mindi/' SPECS/$p.spec
    7979    $TOOLHOME/mdv-changelog.pl SPECS/$p.spec
    8080    # Changelog management
Note: See TracChangeset for help on using the changeset viewer.