Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
d1fa4f1ca5 | |||
a2337eed30 | |||
f6202e4979 | |||
4444509f3e |
8
_service
8
_service
@@ -1,17 +1,17 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/k3s-io/k3s-selinux</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.4.stable.1</param>
|
||||
<param name="revision">v1.6.stable.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="match-tag">*stable*</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
<service name="set_version" mode="manual">
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/k3s-io/k3s-selinux</param>
|
||||
<param name="changesrevision">ab5417df8189d40447ac9bddd35b612e0b57a1ab</param></service></servicedata>
|
||||
<param name="changesrevision">48b687df7714d042a925e499c3b770d77858f37e</param></service></servicedata>
|
BIN
k3s-selinux-1.4.stable.1.tar.gz
(Stored with Git LFS)
BIN
k3s-selinux-1.4.stable.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
k3s-selinux-1.6.stable.1.tar.gz
Normal file
3
k3s-selinux-1.6.stable.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:363bde72b0524b0fbad046f670aac9d1c0e67f63dbc581d3ae9abc3c75eed1de
|
||||
size 14140
|
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 18:13:26 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 1.6.stable.1:
|
||||
* Fix upload repo script for all distros (#70)
|
||||
* Add docker volume to the rest of drone steps (#69)
|
||||
* Fix dapper commands in drone (#68)
|
||||
* Fix CI (#67)
|
||||
* Remove maximum version limit for container-selinux for slemicro
|
||||
(#66)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 07 07:13:38 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 1.5.stable.1:
|
||||
* Fix /opt/bin/k3s context in all distros (#59)
|
||||
* Adding changes for k3s when installing to /opt to match rke2
|
||||
behaviour (#58)
|
||||
* ci: configure Dependabot version updates (#55)
|
||||
* build: Align drone base images Align the base images used in
|
||||
drone with the images used across the ecosystem.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 13 11:08:04 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
@@ -50,7 +72,7 @@ Wed Mar 16 17:39:11 UTC 2022 - kastl@b1-systems.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 26 11:52:45 UTC 2022 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Add missing spec license/copyright
|
||||
- Add missing spec license/copyright
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 9 15:18:33 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package k3s-selinux
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -35,7 +35,7 @@
|
||||
%define container_policyver 2.164.2-1.1
|
||||
|
||||
Name: k3s-selinux
|
||||
Version: 1.4.stable.1
|
||||
Version: 1.6.stable.1
|
||||
Release: 0
|
||||
Summary: SELinux policy module for k3s
|
||||
|
||||
@@ -53,7 +53,7 @@ BuildRequires: selinux-policy-devel >= %{selinux_policyver}
|
||||
Requires: policycoreutils
|
||||
Requires: selinux-tools
|
||||
Requires(post): selinux-policy-base >= %{selinux_policyver}, policycoreutils, container-selinux >= %{container_policyver}
|
||||
Requires(postun):policycoreutils
|
||||
Requires(postun): policycoreutils
|
||||
|
||||
Provides: %{name} = %{version}-%{release}
|
||||
Obsoletes: k3s-selinux <= 0.5
|
||||
|
Reference in New Issue
Block a user