Update source branches to build a new package for RHEL 9.2.0
Resolves: rhbz#2134827
This commit is contained in:
parent
9da9be36e0
commit
d5d3e43046
@ -2,8 +2,8 @@
|
||||
|
||||
DISTGIT_PATH=$(pwd)
|
||||
|
||||
RHEL_VERSION="rhel-9.1.0"
|
||||
DISTGIT_BRANCH="rhel-9.1.0"
|
||||
RHEL_VERSION="rhel-9.2.0"
|
||||
DISTGIT_BRANCH="rhel-9.2.0"
|
||||
REPO_SELINUX_POLICY=${REPO_SELINUX_POLICY:-git@gitlab.cee.redhat.com:SELinux/selinux-policy.git}
|
||||
REPO_SELINUX_POLICY_BRANCH=${REPO_SELINUX_POLICY_BRANCH:-$RHEL_VERSION}
|
||||
REPO_CONTAINER_SELINUX=${REPO_CONTAINER_SELINUX:-git@github.com:projectatomic/container-selinux.git}
|
||||
|
@ -1,6 +1,6 @@
|
||||
# github repo with selinux-policy sources
|
||||
%global giturl https://github.com/fedora-selinux/selinux-policy
|
||||
%global commit 23a8268b99a25d662dda2ccbcf41d71e1d028fe9
|
||||
%global commit c259481eee4de0b10ada4e57ce5f8710ecf83499
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%define distro redhat
|
||||
@ -23,7 +23,7 @@
|
||||
%define CHECKPOLICYVER 3.2
|
||||
Summary: SELinux policy configuration
|
||||
Name: selinux-policy
|
||||
Version: 34.1.45
|
||||
Version: 34.1.46
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Source: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||
@ -794,6 +794,10 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Nov 04 2022 Nikola Knazekova <nknazeko@redhat.com> - 34.1.46-1
|
||||
- new version
|
||||
Resolves: rhbz#2134827
|
||||
|
||||
* Thu Nov 03 2022 Nikola Knazekova <nknazeko@redhat.com> - 34.1.45-1
|
||||
- Add watch_sb interfaces
|
||||
Resolves: rhbz#2139363
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (selinux-policy-23a8268.tar.gz) = 6010f4aef61d82ea796d3ce55a1bab7984f89a0b85c47c68f071e6d0507bbeec52ccc7728da66dcdf1f80c1874a6a3bb3370e4f81532b6134d0014316598ff91
|
||||
SHA512 (container-selinux.tgz) = c8e61c8b66322cbf62051fcca073e47ad20020f7eeab754480c971f80bd08e44d555e613dd36b7fff55f8b1cce385d6b030c8be6015e40cc6a4fc7b43f767f3f
|
||||
SHA512 (selinux-policy-c259481.tar.gz) = 91cb22e14a07d43d6d9cdd743e93a8e280eb4bbeb44a2ccb593f1888f1891ed24acbecfde273640af0a7086d263d52d7a0e16f9d5ab9ce98556bc3bf774222d9
|
||||
SHA512 (container-selinux.tgz) = adb90d7806cf0135f3087c3884a26dfaba6c4f1a6842773818508e6cd3f8147f06fe749bd29d16c7cf9ac48541cb48e7076fcec19c99cc004d1bd9c86e430684
|
||||
SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4
|
||||
|
Loading…
Reference in New Issue
Block a user