forked from pool/libsepol
Accepting request 38711 from home:coolo:branches:openSUSE:Factory
Copy from home:coolo:branches:openSUSE:Factory/libsepol via accept of submit request 38711 revision 2. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/38711 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsepol?expand=0&rev=22
This commit is contained in:
parent
e726fb8e1e
commit
2fd91d95d0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:883b0f0ac8bf0f8c4a833dd1c37c073a93f67b289e49958ee7eeb2f030648776
|
||||
size 146980
|
3
libsepol-2.0.41.tar.bz2
Normal file
3
libsepol-2.0.41.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b4a5834627215da90273eef9410715395f58ffce9bdbe4c295f7447f04d33c1
|
||||
size 154691
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 24 11:38:22 UTC 2010 - coolo@novell.com
|
||||
|
||||
- buildrequire pkg-config to fix provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 25 15:00:29 UTC 2010 - prusnak@suse.cz
|
||||
|
||||
- updated to 2.0.41
|
||||
* changes too numerous to list
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 01:35:55 CET 2009 - jengelh@medozas.de
|
||||
|
||||
@ -6,7 +17,7 @@ Sun Dec 13 01:35:55 CET 2009 - jengelh@medozas.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 18:18:22 UTC 2009 - crrodriguez@opensuse.org
|
||||
|
||||
- libsepol-devel Requires glibc-devel
|
||||
- libsepol-devel Requires glibc-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 13:26:45 CEST 2009 - prusnak@suse.cz
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libsepol (Version 2.0.36)
|
||||
# spec file for package libsepol (Version 2.0.41)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,8 +19,8 @@
|
||||
|
||||
|
||||
Name: libsepol
|
||||
Version: 2.0.36
|
||||
Release: 3
|
||||
Version: 2.0.41
|
||||
Release: 1
|
||||
Url: http://www.nsa.gov/selinux/
|
||||
License: LGPLv2.1+
|
||||
Group: System/Libraries
|
||||
@ -28,6 +28,7 @@ Summary: SELinux binary policy manipulation library
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: pkg-config
|
||||
%define debug_package_requires libsepol1 = %{version}-%{release}
|
||||
|
||||
%description
|
||||
@ -77,7 +78,7 @@ boolean settings.
|
||||
License: LGPLv2.1+
|
||||
Summary: Development Include Files and Libraries for SELinux policy manipulation
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libsepol1 = %{version} glibc-devel
|
||||
Requires: libsepol1 = %{version} glibc-devel pkg-config
|
||||
|
||||
%description devel
|
||||
The libsepol-devel package contains the libraries and header
|
||||
@ -136,6 +137,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/sepol/*.h
|
||||
%dir %{_includedir}/sepol/policydb
|
||||
%{_includedir}/sepol/policydb/*.h
|
||||
%{_libdir}/pkgconfig/libsepol.pc
|
||||
|
||||
%files devel-static
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user