Changeset 1271 in MondoRescue for branches/stable/tools/mkchangelog.pl


Ignore:
Timestamp:
Mar 26, 2007, 6:49:47 PM (17 years ago)
Author:
Bruno Cornec
Message:

mkchangelog now supports an fc option for Fedora pkg genration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/mkchangelog.pl

    r930 r1271  
    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.