SELinux userspace 3.4 release
This commit is contained in:
parent
33b516c32a
commit
b331e3efae
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@ mcstrans-0.3.1.tgz
|
|||||||
/mcstrans-3.3.tar.gz
|
/mcstrans-3.3.tar.gz
|
||||||
/mcstrans-3.4-rc1.tar.gz
|
/mcstrans-3.4-rc1.tar.gz
|
||||||
/mcstrans-3.4-rc3.tar.gz
|
/mcstrans-3.4-rc3.tar.gz
|
||||||
|
/mcstrans-3.4.tar.gz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Summary: SELinux Translation Daemon
|
Summary: SELinux Translation Daemon
|
||||||
Name: mcstrans
|
Name: mcstrans
|
||||||
Version: 3.4
|
Version: 3.4
|
||||||
Release: 0.rc3.1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Url: https://github.com/SELinuxProject/selinux/wiki
|
Url: https://github.com/SELinuxProject/selinux/wiki
|
||||||
Source: https://github.com/SELinuxProject/selinux/releases/download/3.4-rc3/mcstrans-3.4-rc3.tar.gz
|
Source: https://github.com/SELinuxProject/selinux/releases/download/3.4/mcstrans-3.4.tar.gz
|
||||||
Source2: secolor.conf.8
|
Source2: secolor.conf.8
|
||||||
# fedora-selinux/selinux: git format-patch -N 3.3 -- mcstrans
|
# fedora-selinux/selinux: git format-patch -N 3.3 -- mcstrans
|
||||||
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||||
@ -35,7 +35,7 @@ mcstrans provides an translation daemon to translate SELinux categories
|
|||||||
from internal representations to user defined representation.
|
from internal representations to user defined representation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p 2 -n mcstrans-%{version}-rc3
|
%autosetup -p 2 -n mcstrans-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%set_build_flags
|
%set_build_flags
|
||||||
@ -91,6 +91,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
|||||||
%{_usr}/share/mcstrans/util/*
|
%{_usr}/share/mcstrans/util/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 19 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-1
|
||||||
|
- SELinux userspace 3.4 release
|
||||||
|
|
||||||
* Tue May 10 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-0.rc3.1
|
* Tue May 10 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-0.rc3.1
|
||||||
- SELinux userspace 3.4-rc3 release
|
- SELinux userspace 3.4-rc3 release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mcstrans-3.4-rc3.tar.gz) = 46710dca222a57933abedfc25596bf1c0ab2ab7d0e1106f26a3a6a10c89e68886f040696ad3dfa081246e66ef32b60b29d86d47ec16e8dabefc4313cd535994e
|
SHA512 (mcstrans-3.4.tar.gz) = bd612f1ae886c7a0300bb4aa1d52f139677787cc026475eada98e11a46910fa4a8baba9026530af6fa649a4f07978039f584e55567b87bbbb89ff06fb182518c
|
||||||
|
Loading…
Reference in New Issue
Block a user