3
0
forked from pool/libselinux

- added BuildRequires: pcre-devel

OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=61
This commit is contained in:
Vítězslav Čížek 2013-02-01 13:33:54 +00:00 committed by Git OBS Bridge
parent 0586d2c8c0
commit 0fcea24e2c
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
Wed Jan 30 12:33:45 UTC 2013 - vcizek@suse.com
- update to 2.1.12
- added BuildRequires: pcre-devel
-------------------------------------------------------------------
Mon Jan 7 22:34:03 UTC 2013 - jengelh@inai.de

View File

@ -18,6 +18,7 @@
%define libsepol_ver 2.1.8
BuildRequires: libsepol-devel-static >= %{libsepol_ver}
BuildRequires: pcre-devel
BuildRequires: python-devel
BuildRequires: ruby-devel
BuildRequires: swig
@ -103,7 +104,7 @@ decisions. Required for any applications that use the SELinux API.
%prep
%setup -q -n libselinux-%{version}
%patch0 -p1
%patch0 -p2
%patch1
%build