File tree Expand file tree Collapse file tree 3 files changed +20
-20
lines changed Expand file tree Collapse file tree 3 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
Name: checkpolicy
2
- Version: 3.2.61.1
2
+ Version: 3.3.62.2
3
3
Release: 1%{?dist }
4
4
Group: System Environment/Base
5
- Summary: policycoreutils package
5
+ Summary: SELinux policy compiler
6
6
License: GPLv2
7
7
%description
8
8
@@ -18,13 +18,13 @@ BuildRequires: flex
18
18
%configure
19
19
20
20
%install
21
- wget https://github.com/SELinuxProject/selinux/releases/download/3.2 /libsepol-3.2 .tar.gz
22
- tar -xvf libsepol-3.2 .tar.gz
23
- cd libsepol-3.2
21
+ wget https://github.com/SELinuxProject/selinux/releases/download/3.3 /libsepol-3.3 .tar.gz
22
+ tar -xvf libsepol-3.3 .tar.gz
23
+ cd libsepol-3.3
24
24
make CC=gcc
25
25
cd ..
26
- wget https://github.com/SELinuxProject/selinux/releases/download/3.2 /checkpolicy-3.2 .tar.gz
27
- tar -xvf checkpolicy-3.2 .tar.gz
28
- cd checkpolicy-3.2
26
+ wget https://github.com/SELinuxProject/selinux/releases/download/3.3 /checkpolicy-3.3 .tar.gz
27
+ tar -xvf checkpolicy-3.3 .tar.gz
28
+ cd checkpolicy-3.3
29
29
make CC=gcc
30
30
%files
Original file line number Diff line number Diff line change 1
1
Name: policycoreutils
2
- Version: 3.2
2
+ Version: 3.3
3
3
Release: 1%{?dist }
4
4
Group: System Environment/Base
5
- Summary: policycoreutils package
5
+ Summary: SELinux policy core utilities
6
6
License: GPLv2
7
7
%description
8
8
@@ -20,22 +20,22 @@ BuildRequires: wget
20
20
BuildRequires: tar
21
21
22
22
%install
23
- wget https://github.com/SELinuxProject/selinux/releases/download/3.2 /libsepol-3.2 .tar.gz
23
+ wget https://github.com/SELinuxProject/selinux/releases/download/3.3 /libsepol-3.3 .tar.gz
24
24
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 7
25
- tar -xvf libsepol-3.2 .tar.gz
26
- cd libsepol-3.2
25
+ tar -xvf libsepol-3.3 .tar.gz
26
+ cd libsepol-3.3
27
27
make CC=gcc
28
28
make install
29
29
cd ..
30
- wget https://github.com/SELinuxProject/selinux/releases/download/3.2 /libselinux-3.2 .tar.gz
31
- tar -xvf libselinux-3.2 .tar.gz
32
- cd libselinux-3.2
30
+ wget https://github.com/SELinuxProject/selinux/releases/download/3.3 /libselinux-3.3 .tar.gz
31
+ tar -xvf libselinux-3.3 .tar.gz
32
+ cd libselinux-3.3
33
33
make CC=gcc
34
34
make install
35
35
cd ..
36
- wget https://github.com/SELinuxProject/selinux/releases/download/3.2 /policycoreutils-3.2 .tar.gz
37
- tar -xvf policycoreutils-3.2 .tar.gz
38
- cd policycoreutils-3.2
36
+ wget https://github.com/SELinuxProject/selinux/releases/download/3.3 /policycoreutils-3.3 .tar.gz
37
+ tar -xvf policycoreutils-3.3 .tar.gz
38
+ cd policycoreutils-3.3
39
39
make CC=gcc
40
40
make install
41
41
%files
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ COPY rpmbuild/SOURCES/ /usr/src/packages/SOURCES/
26
26
RUN zypper -n install $(rpmspec --parse /usr/src/packages/SPECS/sles_dependencies.spec | grep BuildRequires | cut -d' ' -f2 | xargs)
27
27
RUN rpmbuild -bb /usr/src/packages/SPECS/policycoreutils.spec
28
28
RUN rpmbuild -bb /usr/src/packages/SPECS/checkpolicy.spec
29
- RUN rpm -i /usr/src/packages/RPMS/s390x/policycoreutils-3.2 -1.s390x.rpm && rpm -i /usr/src/packages/RPMS/s390x/checkpolicy-3.2.61.1 -1.s390x.rpm \
29
+ RUN rpm -i /usr/src/packages/RPMS/s390x/policycoreutils-3.3 -1.s390x.rpm && rpm -i /usr/src/packages/RPMS/s390x/checkpolicy-3.3.62.2 -1.s390x.rpm \
30
30
&& sles_version=$(lsb_release -r | rev | cut -c1) \
31
31
&& opensuse_repo="https://download.opensuse.org/repositories/security:SELinux/SLE_15_SP$sles_version/security:SELinux.repo" \
32
32
&& zypper addrepo $opensuse_repo \
You can’t perform that action at this time.
0 commit comments