Author: qboosh Date: Tue Oct 31 22:47:46 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.32
---- Files affected: SPECS: libselinux.spec (1.49 -> 1.50) ---- Diffs: ================================================================ Index: SPECS/libselinux.spec diff -u SPECS/libselinux.spec:1.49 SPECS/libselinux.spec:1.50 --- SPECS/libselinux.spec:1.49 Sun Jul 30 17:08:52 2006 +++ SPECS/libselinux.spec Tue Oct 31 23:47:40 2006 @@ -6,19 +6,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) @@ -110,6 +111,10 @@ %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}" \ @@ -168,6 +173,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.50 2006/10/31 22:47:40 qboosh +- updated to 1.32 + Revision 1.49 2006/07/30 15:08:52 sparky - pass rpmldflags ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libselinux.spec?r1=1.49&r2=1.50&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
