forked from pool/libselinux
This commit is contained in:
parent
0897091815
commit
733a222333
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 22 15:17:25 CEST 2009 - prusnak@suse.cz
|
||||||
|
|
||||||
|
- change libsepol-devel to libsepol-devel-static in dependencies
|
||||||
|
of python bindings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 1 12:26:48 CEST 2009 - prusnak@suse.cz
|
Wed Jul 1 12:26:48 CEST 2009 - prusnak@suse.cz
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
|
|
||||||
%define libsepol_ver 2.0.32
|
%define libsepol_ver 2.0.32
|
||||||
BuildRequires: python-devel ruby-devel swig
|
BuildRequires: python-devel ruby-devel swig
|
||||||
BuildRequires: libsepol-devel >= %{libsepol_ver}
|
BuildRequires: libsepol-devel-static >= %{libsepol_ver}
|
||||||
|
|
||||||
Name: libselinux-bindings
|
Name: libselinux-bindings
|
||||||
Version: 2.0.80
|
Version: 2.0.80
|
||||||
Release: 2
|
Release: 3
|
||||||
Url: http://www.nsa.gov/selinux/
|
Url: http://www.nsa.gov/selinux/
|
||||||
License: GPL v2 only ; Public Domain, Freeware
|
License: GPL v2 only ; Public Domain, Freeware
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Source: libselinux-%{version}.tar.bz2
|
Source: libselinux-%{version}.tar.bz2
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 22 15:17:25 CEST 2009 - prusnak@suse.cz
|
||||||
|
|
||||||
|
- change libsepol-devel to libsepol-devel-static in dependencies
|
||||||
|
of python bindings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 1 12:26:48 CEST 2009 - prusnak@suse.cz
|
Wed Jul 1 12:26:48 CEST 2009 - prusnak@suse.cz
|
||||||
|
|
||||||
|
@ -22,9 +22,9 @@ BuildRequires: libsepol-devel >= %{libsepol_ver}
|
|||||||
|
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 2.0.80
|
Version: 2.0.80
|
||||||
Release: 2
|
Release: 3
|
||||||
Url: http://www.nsa.gov/selinux/
|
Url: http://www.nsa.gov/selinux/
|
||||||
License: GPL v2 only ; Public Domain, Freeware
|
License: GPL v2 only ; Public Domain, Freeware
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -51,7 +51,7 @@ decisions. Required for any applications that use the SELinux API.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libselinux1
|
%package -n libselinux1
|
||||||
License: GPL v2 only ; Public Domain, Freeware
|
License: GPL v2 only ; Public Domain, Freeware
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
|
|
||||||
@ -73,7 +73,7 @@ decisions. Required for any applications that use the SELinux API.
|
|||||||
|
|
||||||
|
|
||||||
%package -n selinux-tools
|
%package -n selinux-tools
|
||||||
License: GPL v2 only ; Public Domain, Freeware
|
License: GPL v2 only ; Public Domain, Freeware
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
|
|
||||||
@ -95,7 +95,7 @@ decisions. Required for any applications that use the SELinux API.
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 only ; Public Domain, Freeware
|
License: GPL v2 only ; Public Domain, Freeware
|
||||||
Summary: Development Include Files and Libraries for SELinux
|
Summary: Development Include Files and Libraries for SELinux
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libselinux1 = %{version}
|
Requires: libselinux1 = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user