SELinux userspace 2.9-rc1 release candidate
This commit is contained in:
parent
1134fab731
commit
6478fce8b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ mcstrans-0.3.1.tgz
|
||||
/mcstrans-0.3.2.tgz
|
||||
/mcstrans-0.3.4.tgz
|
||||
/mcstrans-2.8.tar.gz
|
||||
/mcstrans-2.9-rc1.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
Summary: SELinux Translation Daemon
|
||||
Name: mcstrans
|
||||
Version: 2.8
|
||||
Release: 1%{?dist}
|
||||
Version: 2.9
|
||||
Release: 0.rc1.1%{?dist}
|
||||
License: GPL+
|
||||
Url: https://github.com/SELinuxProject/selinux/wiki
|
||||
Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/mcstrans-2.8.tar.gz
|
||||
Source: https://github.com/SELinuxProject/selinux/releases/download/20190125/mcstrans-2.9-rc1.tar.gz
|
||||
Source2: secolor.conf.8
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libselinux-devel >= %{version}
|
||||
@ -31,7 +31,7 @@ mcstrans provides an translation daemon to translate SELinux categories
|
||||
from internal representations to user defined representation.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p 1 -n mcstrans-%{version}-rc1
|
||||
|
||||
%build
|
||||
make clean
|
||||
@ -83,6 +83,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
||||
%{_usr}/share/mcstrans/util/*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 30 2019 Petr Lautrbach <plautrba@redhat.com> - 2.9-0.rc1.1
|
||||
- Update to mcstrans-2.9-rc1
|
||||
|
||||
* Tue Oct 2 2018 Petr Lautrbach <plautrba@redhat.com> - 2.8-1
|
||||
- Update to mcstrans-2.8
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mcstrans-2.8.tar.gz) = b20b369fea926ed55db4e454e82ef842fd39a8194190c9feb063b36126f6334f9d3401ef1c3636c03230a813c69648b5efbcc35b163387495175cde80dd6bd39
|
||||
SHA512 (mcstrans-2.9-rc1.tar.gz) = 8bac33be160fadbf03268f4eb009c679ecf5c178cc6dd69e593fafb1f5236d875495a9fcde95df4e79857b084983e8bc6711c1797748545f7e38a3e3a09a38ac
|
||||
|
Loading…
Reference in New Issue
Block a user