#!/usr/bin/perl

use strict;
use warnings;
use RPM::Source::Transformation::GenericUtility;

$RPM::Source::Transformation::Factory::RaiseRelease::nextrel='nmu';
$RPM::Source::Transformation::Factory::RaiseRelease::defaultchangelog=
'- NMU for unknown reason:
  the person above was too neglectant to add --changelog "- NMU: <reason>" option.';

my $converter=RPM::Source::Transform->new();
$converter->transform();
