SHA256
1
0
forked from pool/libselinux
OBS User unknown
2008-09-05 19:50:58 +00:00
committed by Git OBS Bridge
parent bf323cfe2f
commit f07e69616c
8 changed files with 138 additions and 378 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package libselinux (Version 2.0.67)
# spec file for package libselinux (Version 2.0.71)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -21,8 +21,8 @@
BuildRequires: libsepol-devel >= %{libsepol_ver}
Name: libselinux
Version: 2.0.67
Release: 3
Version: 2.0.71
Release: 1
Url: http://www.nsa.gov/selinux/
License: GPL v2 only; Public Domain, Freeware
Group: System/Libraries
@@ -30,7 +30,7 @@ Summary: SELinux library and simple utilities
Source: %{name}-%{version}.tar.bz2
Patch0: %{name}-%{version}-rhat.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libselinux1 = %{version}
%define debug_package_requires libselinux1 = %{version}-%{release}
%description
Security-enhanced Linux is a feature of the Linux(R) kernel and a
@@ -181,6 +181,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Tue Sep 02 2008 prusnak@suse.cz
- updated to 2.0.71
* Add group support to seusers using %%groupname syntax from Dan Walsh.
* Mark setrans socket close-on-exec from Stephen Smalley.
* Only apply nodups checking to base file contexts from Stephen Smalley.
* Fri Aug 22 2008 prusnak@suse.cz
- added baselibs.conf file
- split bindings into separate subpackage (libselinux-bindings)