Accepting request 1089903 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1089903 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/k3s-selinux?expand=0&rev=4
This commit is contained in:
commit
17773c1091
3
_service
3
_service
@ -3,14 +3,13 @@
|
||||
<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.2.stable.2</param>
|
||||
<param name="revision">v1.3.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">
|
||||
<param name="basename">k3s-selinux</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/k3s-io/k3s-selinux</param>
|
||||
<param name="changesrevision">d97be9f6fcf2c467f7e826bc2c8c58da1375bfde</param></service></servicedata>
|
||||
<param name="changesrevision">e5083abd9e4bb32e7b7416b137bf078fd7cf145d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e95c0863b93a7adaaf4fe5fc5fefeb6ee08cce1f0cdf3b54e49fdcd4ee032b1
|
||||
size 11842
|
3
k3s-selinux-1.3.stable.1.tar.gz
Normal file
3
k3s-selinux-1.3.stable.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:454b10abb165d6bfdb863e9a0e5af0d632b5ba24bf679f12fc090c064f78ba46
|
||||
size 13997
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 31 04:47:53 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- update to 1.3.stable.1:
|
||||
* Update container-selinux in el8 (#48)
|
||||
* Update the container-selinux requirement (#46)
|
||||
* Fix el9 policy to resolve the conflict with newer
|
||||
container-selinux version (#45)
|
||||
* Remove max container-selinux version check in el9 (#44)
|
||||
* Fix docker image for centos9 and build requirements (#43)
|
||||
* Add el9 (#42)
|
||||
- Add cento9 policy and update container-selinux epoch version
|
||||
- Add el9 to drone
|
||||
* more fixes to the upload rpms (#40)
|
||||
* fix coreos policy repo (#39)
|
||||
* Fix upload rpms for coreos (#38)
|
||||
* Fix policies to work with the container-selinux > 2.189.0 (#37)
|
||||
- Add slemicro and fedora coreos policies
|
||||
- Add maximum version requirement for centos8 policy
|
||||
- fix microos policy to work with the new container-selinux
|
||||
- Add drone support for slemicro and fedora coreos
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 07 12:38:10 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package k3s-selinux
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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.2.stable.2
|
||||
Version: 1.3.stable.1
|
||||
Release: 0
|
||||
Summary: SELinux policy module for k3s
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user