Skip to content

Commit

Permalink
Update release to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCacqueray committed Jun 28, 2021
1 parent d579284 commit afb2424
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ python3 build.py

```shell
mkdir -p ~/.cache/silverkube
# ensure bazel symlink points to the container user home cache
rm -f ~/.cache/silverkube/src/github.com/kubernetes/kubernetes/bazel-*
podman run --rm -it \
-v $HOME/.cache/silverkube:/root/.cache/silverkube:Z \
-v $(pwd):/data:Z --workdir /data \
Expand Down
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"",
Expand Down Expand Up @@ -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))
Expand Down
6 changes: 3 additions & 3 deletions silverkube.spec
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

Expand Down Expand Up @@ -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

0 comments on commit afb2424

Please sign in to comment.