mirror of
https://github.com/naveenrajm7/rpmbuild.git
synced 2025-07-11 11:54:42 +00:00
Fixes yum-builddep blocks action
Signed-off-by: Cyrille Bollu <cyrille@debian-BULLSEYE-live-builder-AMD64>
This commit is contained in:
@ -67,7 +67,7 @@ async function run() {
|
||||
}
|
||||
|
||||
// Installs build dependencies
|
||||
await exec.exec(`yum-builddep ${specFile.destFullPath}`);
|
||||
await exec.exec(`yum-builddep -y ${specFile.destFullPath}`);
|
||||
|
||||
// Execute rpmbuild , -ba generates both RPMS and SPRMS
|
||||
try {
|
||||
|
Reference in New Issue
Block a user