On Mon, 4 Mar 2024 23:19:21 +0100, Andreas Grünbacher wrote: > Am Mo., 4. März 2024 um 23:07 Uhr schrieb Matěj Cepl <[email protected]>: > > On Mon Mar 4, 2024 at 8:07 PM CET, Jean Delvare wrote: > > > This isn't a change in quilt, but a change in rpmbuild. From what I > > > read, this is part of a new feature which makes it possible to > > > dynamically create spec file snippets which add to the original spec > > > file. As if rpm spec files where not already nightmarish enough... > > > *sigh* > > > > Anybody any idea how to switch this off. That *-SPECPART > > directory is really ugly! > > See if "quilt setup --slow" still works. That's how this was > originally implemented.
When using --slow with a recent version of rpmbuild, the *-SPECPART directory is indeed not created, but the command as a whole fails even more. rpmbuild is now calling /usr/lib/rpm/rpmuncompress instead of tar, unzip or 7zip to extract archives, and "quilt setup" doesn't intercept these calls, so in the end no working tree is being created at all. -- Jean Delvare SUSE L3 Support _______________________________________________ Quilt-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/quilt-dev
