Changeset 1273 in MondoRescue for branches/2.2.2/tools/mkchangelog.pl


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/mkchangelog.pl

    r930 r1273  
    9696    $n2date = &UnixDate($date,"%a, %d %b %Y %H:%M:%S %z");
    9797    #print "**$ndate**\n";
    98     if ($dtype eq "rpm") {
     98    if (($dtype eq "rpm") || ($dtype eq "fc")) {
    9999        if ($ver !~ /-/) {
    100100            if ($first eq 1) {
     
    120120            print OUTPUT "  * $tmp";
    121121        }
    122         else {
     122        else if ($dtype eq "rpm") {
    123123            print OUTPUT "$tmp";
    124124        }
Note: See TracChangeset for help on using the changeset viewer.