Accepting request 1144802 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1144802 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/k3s-selinux?expand=0&rev=6
This commit is contained in:
commit
f6202e4979
8
_service
8
_service
@ -1,17 +1,17 @@
|
|||||||
<services>
|
<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="url">https://github.com/k3s-io/k3s-selinux</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v1.4.stable.1</param>
|
<param name="revision">v1.5.stable.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="match-tag">*stable*</param>
|
<param name="match-tag">*stable*</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled">
|
<service name="set_version" mode="manual">
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="manual">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/k3s-io/k3s-selinux</param>
|
<param name="url">https://github.com/k3s-io/k3s-selinux</param>
|
||||||
<param name="changesrevision">ab5417df8189d40447ac9bddd35b612e0b57a1ab</param></service></servicedata>
|
<param name="changesrevision">a370547da1d368521836a72cd7b071e3c20a5941</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.5.stable.1.tar.gz
Normal file
3
k3s-selinux-1.5.stable.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0b6dd4d156dd01fa2f1b7ef34c680016ae7567a808696fce341eaff1ba78bc51
|
||||||
|
size 14192
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Tue Jun 13 11:08:04 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
@ -50,7 +61,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>
|
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>
|
Sun Jan 9 15:18:33 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package k3s-selinux
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -35,7 +35,7 @@
|
|||||||
%define container_policyver 2.164.2-1.1
|
%define container_policyver 2.164.2-1.1
|
||||||
|
|
||||||
Name: k3s-selinux
|
Name: k3s-selinux
|
||||||
Version: 1.4.stable.1
|
Version: 1.5.stable.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SELinux policy module for k3s
|
Summary: SELinux policy module for k3s
|
||||||
|
|
||||||
@ -53,7 +53,7 @@ BuildRequires: selinux-policy-devel >= %{selinux_policyver}
|
|||||||
Requires: policycoreutils
|
Requires: policycoreutils
|
||||||
Requires: selinux-tools
|
Requires: selinux-tools
|
||||||
Requires(post): selinux-policy-base >= %{selinux_policyver}, policycoreutils, container-selinux >= %{container_policyver}
|
Requires(post): selinux-policy-base >= %{selinux_policyver}, policycoreutils, container-selinux >= %{container_policyver}
|
||||||
Requires(postun):policycoreutils
|
Requires(postun): policycoreutils
|
||||||
|
|
||||||
Provides: %{name} = %{version}-%{release}
|
Provides: %{name} = %{version}-%{release}
|
||||||
Obsoletes: k3s-selinux <= 0.5
|
Obsoletes: k3s-selinux <= 0.5
|
||||||
|
Loading…
Reference in New Issue
Block a user