forked from pool/libsepol
Accepting request 38727 from security:SELinux
Copy from security:SELinux/libsepol based on submit request 38727 from user coolo OBS-URL: https://build.opensuse.org/request/show/38727 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsepol?expand=0&rev=13
This commit is contained in:
commit
00a8c4f90d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Thu Feb 25 15:00:29 UTC 2010 - prusnak@suse.cz
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: libsepol
|
Name: libsepol
|
||||||
Version: 2.0.41
|
Version: 2.0.41
|
||||||
Release: 1
|
Release: 2
|
||||||
Url: http://www.nsa.gov/selinux/
|
Url: http://www.nsa.gov/selinux/
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -28,6 +28,7 @@ Summary: SELinux binary policy manipulation library
|
|||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: pkg-config
|
||||||
%define debug_package_requires libsepol1 = %{version}-%{release}
|
%define debug_package_requires libsepol1 = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -77,7 +78,7 @@ boolean settings.
|
|||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: Development Include Files and Libraries for SELinux policy manipulation
|
Summary: Development Include Files and Libraries for SELinux policy manipulation
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libsepol1 = %{version} glibc-devel
|
Requires: libsepol1 = %{version} glibc-devel pkg-config
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The libsepol-devel package contains the libraries and header
|
The libsepol-devel package contains the libraries and header
|
||||||
|
Loading…
Reference in New Issue
Block a user