Changeset 1273 in MondoRescue for branches/2.2.2/tools/svn2build


Ignore:
Timestamp:
Mar 26, 2007, 7:37:17 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • On CentOS 4.4 mdrun isn't available anymore so init should use mdadm instead.

(based on a patch of Momtchil Momtchev <momtchil.momtchev_at_linagora.com>)

  • mkchangelog now supports an fc option for Fedora pkg genration
  • Try to improve Fedora official packages generation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.2/tools/svn2build

    r1236 r1273  
    8181            fi
    8282
     83            if [ $ddir = "fedora" ]; then
     84                $TOOLHOME/mkchangelog.pl fc $p $MONDOTMP/$p-fc.spec
     85                m4 $MONDOTMP/mondorescue.mc $inc $dest/distributions/rpm/$p.spec $MONDOTMP/$p-fc.spec > $dest/distributions/${ddir}-$dver/$p-fc.spec
     86            fi
    8387            $TOOLHOME/mkchangelog.pl $dtype $p $MONDOTMP/$p.spec
    8488            if [ $? -ne 0 ]; then
Note: See TracChangeset for help on using the changeset viewer.