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