Skip to content

Commit

Permalink
Merge pull request openSUSE#28 from dirkmueller/epoch_support
Browse files Browse the repository at this point in the history
Handle packages with epochs as well
  • Loading branch information
dirkmueller authored May 4, 2022
2 parents 31dabb8 + df5cd15 commit 8690743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pesign-gen-repackage-spec
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ my %com2pl = (
);

# tags which are printed verbatim in the specfile
my @simple_tags = qw(version release license group summary packager vendor
my @simple_tags = qw(epoch version release license group summary packager vendor
url distribution);
my @payload_tags = qw(payloadcompressor payloadflags);

Expand Down

0 comments on commit 8690743

Please sign in to comment.