Commit c645d8f
committed
RPM spec: don't require pass
Since `pass` requires some setup, don't require it if `libsecret` is
available (which is more likely on a full desktop environment).
This is useful because the `docker` CLI, as well as things like `helm`,
assume that `pass` is set up if the command is found, because it is
typically only manually installed.
Unfortunately this cannot be implemented for Debian packages at this time
as that isn't implemented in `debbuild`; see
debbuild/debbuild#1 for details. To make this
work we'd have to have explicit DSC files instead.
Signed-off-by: Mark Yen <mark.yen@suse.com>
# Conflicts:
# packaging/linux/rancher-desktop.spec1 parent 02f8410 commit c645d8f
File tree
2 files changed
+3
-3
lines changed- .github/actions/spelling
- packaging/linux
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
| 452 | + | |
452 | 453 | | |
453 | 454 | | |
454 | 455 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
86 | | - | |
| 85 | + | |
87 | 86 | | |
88 | | - | |
| 87 | + | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
| |||
0 commit comments