1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 17:25:14 +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,
summary: metadata.description,
license: 'GNU General Public License v3.0',
requires: ['libgconf-2-4', 'libatomic1'],
requires: ['libatomic1'],
prefix: '/opt',
files: [{
cwd: path.join(appsDir, metadata.name, arch),