Changeset 777 in MondoRescue
- Timestamp:
- Aug 9, 2006, 1:39:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.9/tools/mkchangelog.pl
r776 r777 62 62 open(INPUT,"$chglog") || die "Unable to open $chglog (read)"; 63 63 open(OUTPUT,"> $outfile") || die "Unable to open $outfile (write)"; 64 open(TAG, "$ENV{TOPDIR}/LAST") || die "Unable to open $ENV{TOPDIR}/LAST";65 64 66 $tmp = <TAG>;67 chomp($tmp);68 my ($tmp2, $tag) = split(/-/, $tmp);69 65 # Skip first 4 lines 70 66 $tmp = <INPUT>; … … 91 87 if ($dtype eq "rpm") { 92 88 if ($ver !~ /-/) { 93 $ver2 = "$ver-$ tag"."$ENV{suf}";89 $ver2 = "$ver-$ENV{TAG}"."$ENV{suf}"; 94 90 } else { 95 91 $ver2 = "$ver"."$ENV{suf}";
Note:
See TracChangeset
for help on using the changeset viewer.