-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update rpm spec file to ensure the symlinks are kept during an upgrade
This PR updates the rpm spec file to ensure the symlinks to configf.yaml and hooks.yaml are maintained during a package upgrade. Currently when doing a dnf update or dnf reinstall, those two symlinks are removed. Adding a check around these functions: maybe_remove_hooks_symlink maybe_remove_config_symlink allows the symlinks to remain when a pacakge is reinstalled or updated. Additionally, a couple entries were added to the .gitignore as a convenience. Closes: 154 Signed-off-by: KeithMnemonic <[email protected]>
- Loading branch information
1 parent
ede931e
commit bf28201
Showing
3 changed files
with
11 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
*.swp | ||
*.swo | ||
dist/ | ||
.vscode/ |
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