Skip to content

Commit

Permalink
Resolve RPM dependencies automatically
Browse files Browse the repository at this point in the history
Signed-off-by: David Mulder <[email protected]>
  • Loading branch information
dmulder committed Nov 8, 2024
1 parent cf427ce commit d1ee3fc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ assets = [
{ source = "../../README.md", dest = "/usr/share/doc/himmelblau/README", mode = "644" },
]

[package.metadata.generate-rpm.requires]
openssl-3 = "*"
sqlite3 = "*"

[package.metadata.generate-rpm.recommends]
nss-himmelblau = "*"
pam-himmelblau = "*"
# These are labeled as recommends so there isn't a hard failure. SUSE uses
# 'libutf8proc3', while EL uses 'utf8proc3'. One of these two is required.
utf8proc3 = "*"
libutf8proc3 = "*"

0 comments on commit d1ee3fc

Please sign in to comment.