Skip to content

Commit

Permalink
add weak dependencies recommends,supplements,suggests,enhances to REA…
Browse files Browse the repository at this point in the history
…DME.md
  • Loading branch information
cat-in-136 committed Jul 10, 2024
1 parent 8db4e24 commit babbaef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,11 @@ assets = [
]
```

### `[package.metadata.generate-rpm.{requires,obsoletes,conflicts,provides}]` options
### `[package.metadata.generate-rpm.{requires,obsoletes,conflicts,provides,recommends,supplements,suggests,enhances}]` options

Dependencies such as "requires", "obsoletes", "conflicts", and "provides" shall be written in similar way as
dependencies in Cargo.toml.
Dependencies such as "requires", "obsoletes", "conflicts" and "provides" and
weak dependencies such as "recommends", "supplements", "suggests", and "enhances"
shall be written in similar way as dependencies in Cargo.toml.

```toml
[package.metadata.generate-rpm.requires]
Expand Down

0 comments on commit babbaef

Please sign in to comment.