SHA256
1
0
forked from pool/libselinux
OBS User unknown 2008-09-23 22:33:39 +00:00 committed by Git OBS Bridge
parent f07e69616c
commit 04e80425f1
4 changed files with 20 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 23 12:51:33 CEST 2008 - prusnak@suse.cz
- require only version, not release [bnc#429053]
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 2 12:10:05 CEST 2008 - prusnak@suse.cz Tue Sep 2 12:10:05 CEST 2008 - prusnak@suse.cz

View File

@ -23,7 +23,7 @@ BuildRequires: libsepol-devel >= %{libsepol_ver}
Name: libselinux-bindings Name: libselinux-bindings
Version: 2.0.71 Version: 2.0.71
Release: 1 Release: 2
Url: http://www.nsa.gov/selinux/ Url: http://www.nsa.gov/selinux/
License: GPL v2 only; Public Domain, Freeware License: GPL v2 only; Public Domain, Freeware
Group: System/Libraries Group: System/Libraries
@ -54,7 +54,7 @@ decisions. Required for any applications that use the SELinux API.
License: Public Domain, Freeware License: Public Domain, Freeware
Summary: SELinux library and simple utilities Summary: SELinux library and simple utilities
Group: System/Libraries Group: System/Libraries
Requires: libselinux1 = %{version}-%{release} Requires: libselinux1 = %{version}
Requires: python Requires: python
%description -n python-selinux %description -n python-selinux
@ -78,7 +78,7 @@ decisions. Required for any applications that use the SELinux API.
License: Public Domain, Freeware License: Public Domain, Freeware
Summary: SELinux library and simple utilities Summary: SELinux library and simple utilities
Group: System/Libraries Group: System/Libraries
Requires: libselinux1 = %{version}-%{release} Requires: libselinux1 = %{version}
Requires: ruby Requires: ruby
%description -n ruby-selinux %description -n ruby-selinux
@ -127,6 +127,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/ruby/site_ruby/%{rb_ver}/%{rb_arch}/selinux.so %{_libdir}/ruby/site_ruby/%{rb_ver}/%{rb_arch}/selinux.so
%changelog %changelog
* Tue Sep 23 2008 prusnak@suse.cz
- require only version, not release [bnc#429053]
* Tue Sep 02 2008 prusnak@suse.cz * Tue Sep 02 2008 prusnak@suse.cz
- updated to 2.0.71 - updated to 2.0.71
* Merge ruby bindings from Dan Walsh. * Merge ruby bindings from Dan Walsh.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 23 12:51:10 CEST 2008 - prusnak@suse.cz
- require only version, not release [bnc#429053]
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 2 12:09:22 CEST 2008 - prusnak@suse.cz Tue Sep 2 12:09:22 CEST 2008 - prusnak@suse.cz

View File

@ -22,7 +22,7 @@ BuildRequires: libsepol-devel >= %{libsepol_ver}
Name: libselinux Name: libselinux
Version: 2.0.71 Version: 2.0.71
Release: 1 Release: 2
Url: http://www.nsa.gov/selinux/ Url: http://www.nsa.gov/selinux/
License: GPL v2 only; Public Domain, Freeware License: GPL v2 only; Public Domain, Freeware
Group: System/Libraries Group: System/Libraries
@ -30,7 +30,7 @@ Summary: SELinux library and simple utilities
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Patch0: %{name}-%{version}-rhat.patch Patch0: %{name}-%{version}-rhat.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libselinux1 = %{version}-%{release} %define debug_package_requires libselinux1 = %{version}
%description %description
Security-enhanced Linux is a feature of the Linux(R) kernel and a Security-enhanced Linux is a feature of the Linux(R) kernel and a
@ -97,7 +97,7 @@ decisions. Required for any applications that use the SELinux API.
License: GPL v2 only; Public Domain, Freeware License: GPL v2 only; Public Domain, Freeware
Summary: Development Include Files and Libraries for SELinux Summary: Development Include Files and Libraries for SELinux
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libselinux1 = %{version}-%{release} Requires: libselinux1 = %{version}
Requires: libsepol-devel >= %{libsepol_ver} Requires: libsepol-devel >= %{libsepol_ver}
%description devel %description devel
@ -181,6 +181,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Sep 23 2008 prusnak@suse.cz
- require only version, not release [bnc#429053]
* Tue Sep 02 2008 prusnak@suse.cz * Tue Sep 02 2008 prusnak@suse.cz
- updated to 2.0.71 - updated to 2.0.71
* Add group support to seusers using %%groupname syntax from Dan Walsh. * Add group support to seusers using %%groupname syntax from Dan Walsh.