mirror of
https://github.com/naveenrajm7/rpmbuild.git
synced 2025-07-12 04:13:50 +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
|
// 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
|
// Execute rpmbuild , -ba generates both RPMS and SPRMS
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user