Skip to content

Commit afb2424

Browse files
Update release to version 0.2.0
1 parent d579284 commit afb2424

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ python3 build.py
2727

2828
```shell
2929
mkdir -p ~/.cache/silverkube
30+
# ensure bazel symlink points to the container user home cache
31+
rm -f ~/.cache/silverkube/src/github.com/kubernetes/kubernetes/bazel-*
3032
podman run --rm -it \
3133
-v $HOME/.cache/silverkube:/root/.cache/silverkube:Z \
3234
-v $(pwd):/data:Z --workdir /data \

build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def main():
320320

321321
specfile = [
322322
"Name: silverkube",
323-
"Version: 0.1.0",
323+
"Version: 0.2.0",
324324
"Release: 1%{?dist}",
325325
"Summary: A kubernetes service for desktop",
326326
"",
@@ -385,6 +385,7 @@ def sd(mode: str, path: str, srcs: List[Path]) -> List[Tuple[str, str]]:
385385
"%changelog",
386386
"* Mon Dec 14 2020 Tristan Cacqueray <[email protected]>",
387387
"- Initial packaging",
388+
""
388389
]
389390
)
390391
Path("silverkube.spec").write_text("\n".join(specfile))

silverkube.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Name: silverkube
2-
Version: 0.1.0
2+
Version: 0.2.0
33
Release: 1%{?dist}
44
Summary: A kubernetes service for desktop
55

6-
Requires: iptables, ipset, conntrack-tools, containers-common, kubernetes-client
6+
Requires: iptables, ipset, conntrack-tools, containers-common, kubernetes-client, openssl
77
Requires(post): udica
88
Requires(post): coreutils
99

@@ -98,4 +98,4 @@ semodule -i /usr/share/silverkube/silverkube.cil /usr/share/udica/templates/*.ci
9898

9999
%changelog
100100
* Mon Dec 14 2020 Tristan Cacqueray <[email protected]>
101-
- Initial packaging
101+
- Initial packaging

0 commit comments

Comments
 (0)