-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d579284
commit afb2424
Showing
3 changed files
with
7 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -320,7 +320,7 @@ def main(): | |
|
||
specfile = [ | ||
"Name: silverkube", | ||
"Version: 0.1.0", | ||
"Version: 0.2.0", | ||
"Release: 1%{?dist}", | ||
"Summary: A kubernetes service for desktop", | ||
"", | ||
|
@@ -385,6 +385,7 @@ def sd(mode: str, path: str, srcs: List[Path]) -> List[Tuple[str, str]]: | |
"%changelog", | ||
"* Mon Dec 14 2020 Tristan Cacqueray <[email protected]>", | ||
"- Initial packaging", | ||
"" | ||
] | ||
) | ||
Path("silverkube.spec").write_text("\n".join(specfile)) | ||
|
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,9 +1,9 @@ | ||
Name: silverkube | ||
Version: 0.1.0 | ||
Version: 0.2.0 | ||
Release: 1%{?dist} | ||
Summary: A kubernetes service for desktop | ||
|
||
Requires: iptables, ipset, conntrack-tools, containers-common, kubernetes-client | ||
Requires: iptables, ipset, conntrack-tools, containers-common, kubernetes-client, openssl | ||
Requires(post): udica | ||
Requires(post): coreutils | ||
|
||
|
@@ -98,4 +98,4 @@ semodule -i /usr/share/silverkube/silverkube.cil /usr/share/udica/templates/*.ci | |
|
||
%changelog | ||
* Mon Dec 14 2020 Tristan Cacqueray <[email protected]> | ||
- Initial packaging | ||
- Initial packaging |