fedora-ci / mini-tps

Installability test for RPMs
GNU General Public License v2.0
1 stars 8 forks source link

Add "--rpmverify" option #23

Closed msrb closed 1 year ago

msrb commented 1 year ago

"rpm --verify" should ideally report no problems right after installation. I.e. what was just installed should match what's in the RPM database.

TPS also performs this check and this feature is an attempt to close the gap between installability and TPS.

See: OSCI-1240

Signed-off-by: Michal Srb michal@redhat.com

msrb commented 1 year ago

@michalfabik Fixed ;)