autodetect MAJOR changes in rpm package
How it works now, e.g. libusb:
- libusb pushed new upgrade from 1.0 to 2.0
- libusb.so.0 changed to libusb.so.1
that's mean that we need to rebuild all dependent packages of libusb0 to libusb1
What need to automate:
Push to abf json data info about libusb changes, it's possible with simple compare of
current package in repo and built package in container.
I think need just to update json model for it.