forked from pool/libselinux
Accepting request 176378 from home:jengelh:branches:security:SELinux
- Reuse implicit dependencies injected by pkgconfig OBS-URL: https://build.opensuse.org/request/show/176378 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=69
This commit is contained in:
parent
d5e79fae52
commit
3a697a447e
@ -17,11 +17,6 @@
|
|||||||
|
|
||||||
|
|
||||||
%define libsepol_ver 2.1.9
|
%define libsepol_ver 2.1.9
|
||||||
BuildRequires: libsepol-devel-static >= %{libsepol_ver}
|
|
||||||
BuildRequires: pcre-devel
|
|
||||||
BuildRequires: python-devel
|
|
||||||
BuildRequires: ruby-devel
|
|
||||||
BuildRequires: swig
|
|
||||||
|
|
||||||
Name: libselinux-bindings
|
Name: libselinux-bindings
|
||||||
Version: 2.1.13
|
Version: 2.1.13
|
||||||
@ -30,6 +25,7 @@ Url: http://userspace.selinuxproject.org/
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
License: GPL-2.0 and SUSE-Public-Domain
|
License: GPL-2.0 and SUSE-Public-Domain
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
# embedded is the MD5
|
# embedded is the MD5
|
||||||
Source: http://pkgs.fedoraproject.org/lookaside/pkgs/libselinux/libselinux-%{version}.tgz/44be70732a33b8e1fbe2f422e93fb8b3/libselinux-%{version}.tgz
|
Source: http://pkgs.fedoraproject.org/lookaside/pkgs/libselinux/libselinux-%{version}.tgz/44be70732a33b8e1fbe2f422e93fb8b3/libselinux-%{version}.tgz
|
||||||
Source1: selinux-ready
|
Source1: selinux-ready
|
||||||
@ -37,6 +33,11 @@ Source2: baselibs.conf
|
|||||||
Patch0: libselinux-rhat.patch
|
Patch0: libselinux-rhat.patch
|
||||||
Patch1: libselinux-ruby.patch
|
Patch1: libselinux-ruby.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: libsepol-devel-static >= %{libsepol_ver}
|
||||||
|
BuildRequires: pcre-devel
|
||||||
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: ruby-devel
|
||||||
|
BuildRequires: swig
|
||||||
|
|
||||||
%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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 22 23:50:58 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Reuse implicit dependencies injected by pkgconfig
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 4 19:16:35 UTC 2013 - vcizek@suse.com
|
Thu Apr 4 19:16:35 UTC 2013 - vcizek@suse.com
|
||||||
|
|
||||||
|
@ -17,9 +17,6 @@
|
|||||||
|
|
||||||
|
|
||||||
%define libsepol_ver 2.1.9
|
%define libsepol_ver 2.1.9
|
||||||
BuildRequires: libsepol-devel >= %{libsepol_ver}
|
|
||||||
BuildRequires: pcre-devel
|
|
||||||
BuildRequires: pkg-config
|
|
||||||
|
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 2.1.13
|
Version: 2.1.13
|
||||||
@ -28,12 +25,16 @@ Url: http://userspace.selinuxproject.org/
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
License: GPL-2.0 and SUSE-Public-Domain
|
License: GPL-2.0 and SUSE-Public-Domain
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
Source: http://pkgs.fedoraproject.org/lookaside/pkgs/%{name}/%{name}-%{version}.tgz/44be70732a33b8e1fbe2f422e93fb8b3/%{name}-%{version}.tgz
|
Source: http://pkgs.fedoraproject.org/lookaside/pkgs/%{name}/%{name}-%{version}.tgz/44be70732a33b8e1fbe2f422e93fb8b3/%{name}-%{version}.tgz
|
||||||
Source1: selinux-ready
|
Source1: selinux-ready
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Patch0: %{name}-rhat.patch
|
Patch0: %{name}-rhat.patch
|
||||||
Patch1: %{name}-ruby.patch
|
Patch1: %{name}-ruby.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: libsepol-devel >= %{libsepol_ver}
|
||||||
|
BuildRequires: pcre-devel
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
|
||||||
%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
|
||||||
@ -99,7 +100,7 @@ Summary: Development Include Files and Libraries for SELinux
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
Requires: libselinux1 = %{version}
|
Requires: libselinux1 = %{version}
|
||||||
Requires: libsepol-devel >= %{libsepol_ver}
|
#Automatic dependency on libsepol-devel via pkgconfig
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the development files, which are
|
This package contains the development files, which are
|
||||||
|
Loading…
Reference in New Issue
Block a user