Accepting request 234705 from security:SELinux

update to version 2.3

OBS-URL: https://build.opensuse.org/request/show/234705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/checkpolicy?expand=0&rev=20
This commit is contained in:
Stephan Kulow 2014-05-21 14:18:57 +00:00 committed by Git OBS Bridge
commit 52436250e2
4 changed files with 16 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ff6698f4d4cb59c9c916e348187d533ada4107f90c253ef7304905934e9adf8
size 64458

3
checkpolicy-2.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90632d11afecb66997971d4c5c5d70dfb02d3969ec610ee2918ba6df99c8207b
size 64970

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun May 18 00:18:53 UTC 2014 - crrodriguez@opensuse.org
- version 2.3
* Report source file and line information for neverallow failures.
* Prevent incompatible option combinations for checkmodule.
* Drop -lselinux from LDLIBS for test programs; not used.
* Add debug feature to display constraints/validatetrans from Richard Haines.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 31 13:41:13 UTC 2013 - p.drouand@gmail.com Thu Oct 31 13:41:13 UTC 2013 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package checkpolicy # spec file for package checkpolicy
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,20 +16,20 @@
# #
%define libsepol_ver 2.2 %define libsepol_ver 2.3
BuildRequires: bison BuildRequires: bison
BuildRequires: flex-old BuildRequires: flex-old
BuildRequires: libselinux-devel BuildRequires: libselinux-devel
BuildRequires: libsepol-devel-static >= %{libsepol_ver} BuildRequires: libsepol-devel-static >= %{libsepol_ver}
Name: checkpolicy Name: checkpolicy
Version: 2.2 Version: 2.3
Release: 0 Release: 0
Url: http://userspace.selinuxproject.org/ Url: http://userspace.selinuxproject.org/
Summary: SELinux policy compiler Summary: SELinux policy compiler
License: GPL-2.0+ License: GPL-2.0+
Group: Productivity/Security Group: Productivity/Security
Source: http://userspace.selinuxproject.org/releases/20131030/%{name}-%{version}.tar.gz Source: http://userspace.selinuxproject.org/releases/20140506/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description