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:
parent
554b4ad272
commit
ac5758acd4
1 changed files with 5 additions and 5 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue