From dbd31b9f5e8a74c816bd96cbfe28d56f60968daaa8ebfcaa9d4fa5d4a507ae01 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 22 Aug 2008 17:30:05 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsepol?expand=0&rev=2 --- baselibs.conf | 1 + libsepol.changes | 5 +++++ libsepol.spec | 39 ++++++++++++++++++++++++--------------- 3 files changed, 30 insertions(+), 15 deletions(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..bf78f8e --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libsepol1 diff --git a/libsepol.changes b/libsepol.changes index ddc32fa..4cbd3b9 100644 --- a/libsepol.changes +++ b/libsepol.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 22 14:45:33 CEST 2008 - prusnak@suse.cz + +- added baselibs.conf file + ------------------------------------------------------------------- Fri Aug 1 17:32:23 CEST 2008 - ro@suse.de diff --git a/libsepol.spec b/libsepol.spec index b8a6feb..111580b 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -2,9 +2,16 @@ # spec file for package libsepol (Version 2.0.32) # # 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/ # @@ -13,7 +20,7 @@ Name: libsepol Version: 2.0.32 -Release: 2 +Release: 3 Url: http://www.nsa.gov/selinux/ License: GPL v2 or later Group: System/Libraries @@ -23,14 +30,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libsepol1 = %{version} %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. libsepol provides an API for the manipulation of SELinux binary @@ -47,14 +54,14 @@ Group: System/Libraries Summary: SELinux binary policy manipulation library %description -n libsepol1 -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. libsepol provides an API for the manipulation of SELinux binary @@ -118,6 +125,8 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/sepol/policydb/*.h %changelog +* Fri Aug 22 2008 prusnak@suse.cz +- added baselibs.conf file * Fri Aug 01 2008 ro@suse.de - fix requires for debuginfo package * Tue Jul 15 2008 prusnak@suse.cz