forked from pool/libsepol
This commit is contained in:
parent
4f7c9dac08
commit
85d841ec7e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3da3dce124083ffdfddb3d06efd1584e492fdc6e17cc6b3cd57fbe0de312718c
|
|
||||||
size 146759
|
|
3
libsepol-2.0.36.tar.bz2
Normal file
3
libsepol-2.0.36.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:883b0f0ac8bf0f8c4a833dd1c37c073a93f67b289e49958ee7eeb2f030648776
|
||||||
|
size 146980
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 19 13:26:45 CEST 2009 - prusnak@suse.cz
|
||||||
|
|
||||||
|
- put static library in libsepol-devel-static
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 27 13:56:59 CEST 2009 - prusnak@suse.cz
|
||||||
|
|
||||||
|
- updated to 2.0.36
|
||||||
|
* fix alias field in module format, caused by boundary format
|
||||||
|
change from Caleb Case
|
||||||
|
* fix boolean state smashing from Joshua Brindle
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 1 11:37:58 CET 2008 - prusnak@suse.cz
|
Mon Dec 1 11:37:58 CET 2008 - prusnak@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsepol (Version 2.0.34)
|
# spec file for package libsepol (Version 2.0.36)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libsepol
|
Name: libsepol
|
||||||
Version: 2.0.34
|
Version: 2.0.36
|
||||||
Release: 2
|
Release: 1
|
||||||
Url: http://www.nsa.gov/selinux/
|
Url: http://www.nsa.gov/selinux/
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -79,12 +79,25 @@ Group: Development/Libraries/C and C++
|
|||||||
Requires: libsepol1 = %{version}
|
Requires: libsepol1 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The libsepol-devel package contains the static libraries and header
|
The libsepol-devel package contains the libraries and header
|
||||||
files needed for developing applications that manipulate binary
|
files needed for developing applications that manipulate binary
|
||||||
policies.
|
policies.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%package devel-static
|
||||||
|
License: LGPL v2.1 or later
|
||||||
|
Summary: Development Include Files and Libraries for SELinux policy manipulation
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: libsepol-devel = %{version}
|
||||||
|
|
||||||
|
%description devel-static
|
||||||
|
The libsepol-devel-static package contains the static libraries
|
||||||
|
needed for developing applications that manipulate binary
|
||||||
|
policies.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -117,26 +130,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libsepol.so
|
%{_libdir}/libsepol.so
|
||||||
%{_libdir}/libsepol.a
|
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
%dir %{_includedir}/sepol
|
%dir %{_includedir}/sepol
|
||||||
%{_includedir}/sepol/*.h
|
%{_includedir}/sepol/*.h
|
||||||
%dir %{_includedir}/sepol/policydb
|
%dir %{_includedir}/sepol/policydb
|
||||||
%{_includedir}/sepol/policydb/*.h
|
%{_includedir}/sepol/policydb/*.h
|
||||||
|
|
||||||
|
%files devel-static
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libsepol.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Dec 01 2008 prusnak@suse.cz
|
|
||||||
- updated to 2.0.34
|
|
||||||
* add bounds support
|
|
||||||
* fix invalid aliases bug
|
|
||||||
* 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]
|
|
||||||
* 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
|
|
||||||
- initial version 2.0.32
|
|
||||||
* based on Fedora package by Dan Walsh <dwalsh@redhat.com>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user