forked from pool/libselinux
This commit is contained in:
committed by
Git OBS Bridge
parent
5460926b18
commit
107f24b3bf
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libselinux-bindings (Version 2.0.71)
|
||||
# spec file for package libselinux-bindings (Version 2.0.77)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -22,14 +22,14 @@ BuildRequires: python-devel ruby-devel swig
|
||||
BuildRequires: libsepol-devel >= %{libsepol_ver}
|
||||
|
||||
Name: libselinux-bindings
|
||||
Version: 2.0.71
|
||||
Release: 3
|
||||
Version: 2.0.77
|
||||
Release: 1
|
||||
Url: http://www.nsa.gov/selinux/
|
||||
License: GPL v2 only; Public Domain, Freeware
|
||||
Group: System/Libraries
|
||||
Summary: SELinux library and simple utilities
|
||||
Source: libselinux-%{version}.tar.bz2
|
||||
Patch0: libselinux-%{version}-rhat.patch
|
||||
Patch0: libselinux-%{version}-rhat.patch.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define debug_package_requires python-selinux = %{version}-%{release}
|
||||
|
||||
@@ -127,12 +127,31 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/ruby/site_ruby/%{rb_ver}/%{rb_arch}/selinux.so
|
||||
|
||||
%changelog
|
||||
* Wed Jan 14 2009 prusnak@suse.cz
|
||||
- updated to 2.0.77
|
||||
* add new function getseuser which will take username and service
|
||||
and return seuser and level; ipa will populate file in future
|
||||
* change selinuxdefcon to return just the context by default
|
||||
* fix segfault if seusers file does not work
|
||||
* strip trailing / for matchpathcon
|
||||
* fix restorecon python code
|
||||
* Mon Dec 01 2008 prusnak@suse.cz
|
||||
- updated to 2.0.76
|
||||
* allow shell-style wildcarding in X names
|
||||
* add Restorecon/Install python functions
|
||||
* correct message types in AVC log messages
|
||||
* make matchpathcon -V pass mode
|
||||
* add man page for selinux_file_context_cmp
|
||||
* update flask headers from refpolicy trunk
|
||||
* Wed Oct 22 2008 mrueckert@suse.de
|
||||
- fix debug_packages_requires define
|
||||
* Tue Sep 23 2008 prusnak@suse.cz
|
||||
- require only version, not release [bnc#429053]
|
||||
* 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.
|
||||
* Merge ruby bindings from Dan Walsh.
|
||||
* Mon Sep 01 2008 aj@suse.de
|
||||
- Fix build of debuginfo.
|
||||
|
Reference in New Issue
Block a user