OBS User unknown 2008-10-22 15:42:41 +00:00 committed by Git OBS Bridge
parent a8f04ceca3
commit 099722b401
2 changed files with 24 additions and 10 deletions

View File

@ -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 Tue Jul 15 17:56:14 CEST 2008 - prusnak@suse.cz

View File

@ -2,22 +2,29 @@
# spec file for package checkpolicy (Version 2.0.16) # spec file for package checkpolicy (Version 2.0.16)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # norootforbuild
%define libsepol_ver 2.0.32 %define libsepol_ver 2.0.32
BuildRequires: bison flex BuildRequires: bison flex-old
BuildRequires: libsepol-devel >= %{libsepol_ver} BuildRequires: libsepol-devel >= %{libsepol_ver}
BuildRequires: libselinux-devel BuildRequires: libselinux-devel
Name: checkpolicy Name: checkpolicy
Version: 2.0.16 Version: 2.0.16
Release: 1 Release: 27
Url: http://www.nsa.gov/selinux/ Url: http://www.nsa.gov/selinux/
License: GPL v2 or later License: GPL v2 or later
Group: Productivity/Security Group: Productivity/Security
@ -26,14 +33,14 @@ Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Security-enhanced Linux is a feature of the Linux® kernel and a number Security-enhanced Linux is a feature of the Linux(R) kernel and a
of utilities with enhanced security functionality designed to add number of utilities with enhanced security functionality designed to
mandatory access controls to Linux. The Security-enhanced Linux kernel add mandatory access controls to Linux. The Security-enhanced Linux
contains new architectural components originally developed to improve kernel contains new architectural components originally developed to
the security of the Flask operating system. These architectural improve the security of the Flask operating system. These architectural
components provide general support for the enforcement of many kinds of components provide general support for the enforcement of many kinds of
mandatory access control policies, including those based on the 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. Multi-level Security.
This package contains checkpolicy, the SELinux policy compiler. Only This package contains checkpolicy, the SELinux policy compiler. Only
@ -69,6 +76,8 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/sedispol %{_bindir}/sedispol
%changelog %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 * Tue Jul 15 2008 prusnak@suse.cz
- initial version 2.0.16 - initial version 2.0.16
* based on Fedora package by Dan Walsh <dwalsh@redhat.com> * based on Fedora package by Dan Walsh <dwalsh@redhat.com>