Richterrettich / rpm-rs

A pure rust library for building and parsing RPM's
Other
39 stars 18 forks source link

rpms with tag 1008 fail to be parse #16

Closed drahnr closed 4 years ago

drahnr commented 4 years ago

If RPMTAG_INSTALLTIME is present it won't parse successfully.

Example: https://dl.influxdata.com/telegraf/releases/telegraf-1.14.2-1.x86_64.rpm

drahnr commented 4 years ago

False positive.

drahnr commented 4 years ago

Fix is in https://github.com/drahnr/rpm-rs/commit/b859bd927f1ba34e4c29ae615069b8ca36de1910

Richterrettich commented 4 years ago

this should be fixed now