1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-26 17:55:21 +03:00

[rpm-build] remove obsolete dependency

This commit is contained in:
Jonathan Hudson 2023-06-15 14:21:26 +01:00
parent 554b4ad272
commit ac5758acd4

View file

@ -643,7 +643,7 @@ function release_rpm(arch) {
vendor: metadata.author, vendor: metadata.author,
summary: metadata.description, summary: metadata.description,
license: 'GNU General Public License v3.0', license: 'GNU General Public License v3.0',
requires: ['libgconf-2-4', 'libatomic1'], requires: ['libatomic1'],
prefix: '/opt', prefix: '/opt',
files: [{ files: [{
cwd: path.join(appsDir, metadata.name, arch), cwd: path.join(appsDir, metadata.name, arch),