forked from nmstate/nmstate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, without fix on SONAME[1], when installing rpm generated by `make rpm`, Fedora will complains: error: Failed dependencies: libnmstate.so()(64bit) is needed by nmstate-devel To fix the issue, we updated the nmstate.spec.in to hold: * Both Fedora and RHEL specific lines * Both official release and snapshot build(snapshot will use internet for crates.io access) Tested on CentOS stream 9, Fedora 38 and Fedora Rawhide(40). Also removed copr build for RHEL/CentOS 8 due to no usage. Resolves: RHEL-5002 [1]: rust-lang/cargo#5045 Signed-off-by: Gris Ge <[email protected]>
- Loading branch information
Showing
5 changed files
with
191 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters