Closed meaksh closed 2 years ago
@ila-embsys - could this be another regression from your work?
@ila-embsys - could this be another regression from your work?
Yep! There was another issue with the same description: https://github.com/openSUSE/obs-build/issues/833. Also, yesterday I provided a fix for non-compressed tars: https://github.com/openSUSE/obs-build/pull/840.
With recent changes introduced to
debtransform
, we started getting failed builds in several of our Salt DEB packages that were successfully building before:In our package, we do provide
debian.tar
(uncompressed) containing proper files (including debian/changelog), and so far, the package have been building without problems. We useDebtransform-Tar
in our dsc file.After checking this issue with @darix, workaround is to compress
debian.tar
asxz
.