]> git.pld-linux.org Git - packages/libselinux.git/commitdiff
- updated to 1.32 auto/th/libselinux-1_32-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 31 Oct 2006 22:47:40 +0000 (22:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libselinux.spec -> 1.50

libselinux.spec

index b23575996ba1eecb1ad1e4860096b1f60bc27a78..f83a67758e6aaa4b4f7c3b60ddcb403e43e640c0 100644 (file)
@@ -5,19 +5,20 @@
 Summary:       SELinux library and simple utilities
 Summary(pl):   Biblioteka SELinux i proste narzêdzia
 Name:          libselinux
-Version:       1.30
+Version:       1.32
 Release:       1
 Epoch:         0
 License:       Public Domain
 Group:         Libraries
 Source0:       http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
-# Source0-md5: 0b7d269c9b7d847059e4b11a710ab404
+# Source0-md5: eac812a6f35e0e04ddad307abd21d014
 URL:           http://www.nsa.gov/selinux/
 BuildRequires: glibc-devel >= 6:2.3
-BuildRequires: libsepol-devel >= 1.12
+BuildRequires: libsepol-devel >= 1.14
 %{?with_python:BuildRequires:  python-devel}
 %{?with_python:BuildRequires:  rpm-pythonprov}
-Requires:      libsepol >= 1.12
+BuildRequires: sed >= 4.0
+Requires:      libsepol >= 1.14
 Obsoletes:     selinux-libs
 Conflicts:     SysVinit < 2.86-4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -109,6 +110,10 @@ Wi
 %prep
 %setup -q
 
+# "-z defs" doesn't mix with --as-needed when some object needs symbols from
+# ld.so (because of __thread variable in this case)
+sed -i -e 's/-z,defs,//' src/Makefile
+
 %build
 %{__make} all %{?with_python:pywrap} \
        CC="%{__cc}" \
This page took 0.085751 seconds and 4 git commands to generate.