From 099722b401efb2b781b2a0bfed476d7a9e21454812441d99098f120679ea2d9c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 22 Oct 2008 15:42:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/checkpolicy?expand=0&rev=2 --- checkpolicy.changes | 5 +++++ checkpolicy.spec | 29 +++++++++++++++++++---------- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/checkpolicy.changes b/checkpolicy.changes index c85121c..679f8c6 100644 --- a/checkpolicy.changes +++ b/checkpolicy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 20 18:03:54 CEST 2008 - prusnak@suse.cz + +- use flex-old for building (using flex does not build refpolicy) + ------------------------------------------------------------------- Tue Jul 15 17:56:14 CEST 2008 - prusnak@suse.cz diff --git a/checkpolicy.spec b/checkpolicy.spec index 4901f81..0052fae 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -2,22 +2,29 @@ # spec file for package checkpolicy (Version 2.0.16) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild %define libsepol_ver 2.0.32 -BuildRequires: bison flex +BuildRequires: bison flex-old BuildRequires: libsepol-devel >= %{libsepol_ver} BuildRequires: libselinux-devel Name: checkpolicy Version: 2.0.16 -Release: 1 +Release: 27 Url: http://www.nsa.gov/selinux/ License: GPL v2 or later Group: Productivity/Security @@ -26,14 +33,14 @@ Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Security-enhanced Linux is a feature of the Linux® kernel and a number -of utilities with enhanced security functionality designed to add -mandatory access controls to Linux. The Security-enhanced Linux kernel -contains new architectural components originally developed to improve -the security of the Flask operating system. These architectural +Security-enhanced Linux is a feature of the Linux(R) kernel and a +number of utilities with enhanced security functionality designed to +add mandatory access controls to Linux. The Security-enhanced Linux +kernel contains new architectural components originally developed to +improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the -concepts of Type Enforcement®, Role-based Access Control, and +concepts of Type Enforcement(R), Role-based Access Control, and Multi-level Security. This package contains checkpolicy, the SELinux policy compiler. Only @@ -69,6 +76,8 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/sedispol %changelog +* Mon Oct 20 2008 prusnak@suse.cz +- use flex-old for building (using flex does not build refpolicy) * Tue Jul 15 2008 prusnak@suse.cz - initial version 2.0.16 * based on Fedora package by Dan Walsh