We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
In order to get changelog diff & pre/postinstall scripts diff, i suggest the following modification:
diff --git a/pkgdiff.pl b/pkgdiff.pl index e6024b4..89ffc1a 100644 --- a/pkgdiff.pl +++ b/pkgdiff.pl @@ -3187,7 +3187,7 @@ sub readPackage($$) $TotalDeps{$Kind." ".$N} = 1; } } - $PackageInfo{$Attr{"Name"}}{"V$Version"} = queryRPM($Path, "--info"); + $PackageInfo{$Attr{"Name"}}{"V$Version"} = queryRPM($Path, "--info --changelog --scripts"); $Group{"Format"}{$Format} = 1; } elsif($Format eq "ARCHIVE")
Best regards, David
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
In order to get changelog diff & pre/postinstall scripts diff, i suggest the following modification:
Best regards,
David
The text was updated successfully, but these errors were encountered: