2008-08-05 04:42:57 +02:00
|
|
|
#
|
2011-02-23 11:02:51 +01:00
|
|
|
# spec file for package libsemanage
|
2008-08-05 04:42:57 +02:00
|
|
|
#
|
2018-03-09 08:25:24 +01:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2008-08-05 04:42:57 +02:00
|
|
|
#
|
2008-09-02 12:29:51 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2008-08-05 04:42:57 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2011-05-24 13:33:19 +02:00
|
|
|
|
2016-07-13 09:19:36 +02:00
|
|
|
Name: libsemanage
|
Accepting request 638795 from home:pmonrealgonzalez:branches:security:SELinux
- update to version 2.8
* semanage fcontext -l now also lists home directory entries from
file_contexts.homedirs.
* libsemanage no longer deletes the tmp directory if there is an error
while committing the policy transaction, so that any temporary files
can be further inspected for debugging purposes (e.g. to examine a
particular line of the generated CIL module). The tmp directory will
be deleted upon the next transaction, so no manual removal is needed.
* When overriding PREFIX, BINDIR, SBINDIR, SHLIBDIR, LIBEXECDIR, etc.,
DESTDIR has to be removed from the definition. For example on Arch
Linux, SBINDIR="${pkgdir}/usr/bin" was changed to SBINDIR="/usr/bin".
* PYSITEDIR has been renamed PYTHONLIBDIR (and its definition changed).
- Clened with spec-cleaner
- update to version 2.8
* semanage fcontext -l now also lists home directory entries from
file_contexts.homedirs.
* libsemanage no longer deletes the tmp directory if there is an error
while committing the policy transaction, so that any temporary files
can be further inspected for debugging purposes (e.g. to examine a
particular line of the generated CIL module). The tmp directory will
be deleted upon the next transaction, so no manual removal is needed.
* When overriding PREFIX, BINDIR, SBINDIR, SHLIBDIR, LIBEXECDIR, etc.,
DESTDIR has to be removed from the definition. For example on Arch
Linux, SBINDIR="${pkgdir}/usr/bin" was changed to SBINDIR="/usr/bin".
* PYSITEDIR has been renamed PYTHONLIBDIR (and its definition changed).
- Clened with spec-cleaner
OBS-URL: https://build.opensuse.org/request/show/638795
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsemanage?expand=0&rev=66
2018-10-01 09:40:16 +02:00
|
|
|
Version: 2.8
|
2016-07-13 09:19:36 +02:00
|
|
|
Release: 0
|
2016-07-26 14:14:00 +02:00
|
|
|
Summary: SELinux policy management library
|
2018-03-09 08:25:24 +01:00
|
|
|
License: LGPL-2.1-or-later
|
2016-07-26 14:14:00 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2016-07-13 09:19:36 +02:00
|
|
|
Url: https://github.com/SELinuxProject/selinux/wiki/Releases
|
2018-11-08 08:52:17 +01:00
|
|
|
Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/%{name}-%{version}.tar.gz
|
2016-07-13 09:19:36 +02:00
|
|
|
Source1: baselibs.conf
|
|
|
|
Source2: semanage.conf
|
2016-07-14 16:27:12 +02:00
|
|
|
Patch0: suse_path.patch
|
2013-11-07 11:20:19 +01:00
|
|
|
BuildRequires: audit-devel
|
2011-05-23 16:20:28 +02:00
|
|
|
BuildRequires: bison
|
2013-11-07 11:20:19 +01:00
|
|
|
BuildRequires: fdupes
|
2011-05-23 16:20:28 +02:00
|
|
|
BuildRequires: flex
|
2011-09-22 13:24:33 +02:00
|
|
|
BuildRequires: libbz2-devel
|
2012-08-01 09:57:49 +02:00
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
BuildRequires: libsepol-devel
|
2011-09-22 13:24:33 +02:00
|
|
|
BuildRequires: libustr-devel
|
2016-07-26 14:14:00 +02:00
|
|
|
BuildRequires: pkg-config
|
2008-08-05 04:42:57 +02:00
|
|
|
|
|
|
|
%description
|
2016-07-26 14:14:00 +02:00
|
|
|
libsemanage is the policy management library. Using libsepol and
|
|
|
|
libselinux to interact with the SELinux system, it also calls helper
|
|
|
|
programs for loading policy and for checking whether the
|
|
|
|
file_contexts configuration is valid.
|
2008-08-05 04:42:57 +02:00
|
|
|
|
|
|
|
%package -n libsemanage1
|
2016-07-26 14:14:00 +02:00
|
|
|
Summary: SELinux policy management library
|
2011-05-23 16:20:28 +02:00
|
|
|
Group: System/Libraries
|
2016-12-12 16:12:21 +01:00
|
|
|
Suggests: %{name}-migrate-store
|
2008-08-05 04:42:57 +02:00
|
|
|
|
|
|
|
%description -n libsemanage1
|
2016-07-26 14:14:00 +02:00
|
|
|
libsemanage is the policy management library. Using libsepol and
|
|
|
|
libselinux to interact with the SELinux system, it also calls helper
|
|
|
|
programs for loading policy and for checking whether the
|
|
|
|
file_contexts configuration is valid.
|
|
|
|
|
|
|
|
(Security-enhanced Linux is a feature of the kernel and some
|
|
|
|
utilities that implement mandatory access control policies, such as
|
|
|
|
Type Enforcement, Role-based Access Control and Multi-Level
|
|
|
|
Security.)
|
2008-08-05 04:42:57 +02:00
|
|
|
|
|
|
|
%package devel
|
2016-07-26 14:14:00 +02:00
|
|
|
Summary: Header files and libraries for SELinux's policy management libary
|
|
|
|
Group: Development/Libraries/C and C++
|
2011-05-23 16:20:28 +02:00
|
|
|
Requires: libsemanage1 = %{version}
|
|
|
|
Requires: libustr-devel
|
2008-08-05 04:42:57 +02:00
|
|
|
|
|
|
|
%description devel
|
2016-07-26 14:14:00 +02:00
|
|
|
The libsemanage-devel package contains the libraries and header files
|
|
|
|
needed for developing applications that manipulate SELinux policies.
|
2008-08-05 04:42:57 +02:00
|
|
|
|
2010-03-09 15:46:15 +01:00
|
|
|
%package devel-static
|
2016-07-26 14:14:00 +02:00
|
|
|
Summary: Static archives for SELinux's policy management library
|
|
|
|
Group: Development/Libraries/C and C++
|
2010-03-09 15:46:15 +01:00
|
|
|
Requires: libsemanage-devel
|
2008-08-05 04:42:57 +02:00
|
|
|
|
2010-03-09 15:46:15 +01:00
|
|
|
%description devel-static
|
2016-07-26 14:14:00 +02:00
|
|
|
The libsemanage-devel-static package contains the static libraries
|
2010-03-09 15:46:15 +01:00
|
|
|
needed for developing applications that manipulate binary policies.
|
2008-08-05 04:42:57 +02:00
|
|
|
|
2016-12-12 16:12:21 +01:00
|
|
|
%package migrate-store
|
|
|
|
Summary: SELinux Policy Store Migration
|
|
|
|
Group: Productivity/Security
|
|
|
|
|
|
|
|
%description migrate-store
|
|
|
|
In version 2.4 of libsemanage, libsepol, and policycoreutils, the policy
|
|
|
|
module store was moved from /etc/selinux/<store>/modules/ to
|
|
|
|
/var/lib/selinux/<store>/. Once the libraries are upgraded, all policy
|
|
|
|
stores must be migrated before any commands that modify or use the store
|
|
|
|
(e.g. semodule, semanage) can be executed.
|
|
|
|
|
2008-08-05 04:42:57 +02:00
|
|
|
%prep
|
|
|
|
%setup -q
|
Accepting request 638795 from home:pmonrealgonzalez:branches:security:SELinux
- update to version 2.8
* semanage fcontext -l now also lists home directory entries from
file_contexts.homedirs.
* libsemanage no longer deletes the tmp directory if there is an error
while committing the policy transaction, so that any temporary files
can be further inspected for debugging purposes (e.g. to examine a
particular line of the generated CIL module). The tmp directory will
be deleted upon the next transaction, so no manual removal is needed.
* When overriding PREFIX, BINDIR, SBINDIR, SHLIBDIR, LIBEXECDIR, etc.,
DESTDIR has to be removed from the definition. For example on Arch
Linux, SBINDIR="${pkgdir}/usr/bin" was changed to SBINDIR="/usr/bin".
* PYSITEDIR has been renamed PYTHONLIBDIR (and its definition changed).
- Clened with spec-cleaner
- update to version 2.8
* semanage fcontext -l now also lists home directory entries from
file_contexts.homedirs.
* libsemanage no longer deletes the tmp directory if there is an error
while committing the policy transaction, so that any temporary files
can be further inspected for debugging purposes (e.g. to examine a
particular line of the generated CIL module). The tmp directory will
be deleted upon the next transaction, so no manual removal is needed.
* When overriding PREFIX, BINDIR, SBINDIR, SHLIBDIR, LIBEXECDIR, etc.,
DESTDIR has to be removed from the definition. For example on Arch
Linux, SBINDIR="${pkgdir}/usr/bin" was changed to SBINDIR="/usr/bin".
* PYSITEDIR has been renamed PYTHONLIBDIR (and its definition changed).
- Clened with spec-cleaner
OBS-URL: https://build.opensuse.org/request/show/638795
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsemanage?expand=0&rev=66
2018-10-01 09:40:16 +02:00
|
|
|
%patch0
|
2008-08-05 04:42:57 +02:00
|
|
|
|
|
|
|
%build
|
2016-07-13 09:19:36 +02:00
|
|
|
make %{?_smp_mflags} clean
|
|
|
|
make -j1 CFLAGS="%{optflags}" CC="gcc"
|
|
|
|
make -j1 CFLAGS="%{optflags}" LIBDIR="%{_libdir}" LIBEXECDIR="%{_libexecdir}" SHLIBDIR="%{_lib}" CC="gcc" all
|
2008-08-05 04:42:57 +02:00
|
|
|
|
|
|
|
%install
|
2011-05-23 16:20:28 +02:00
|
|
|
mkdir -p %{buildroot}/%{_lib}
|
|
|
|
mkdir -p %{buildroot}%{_libdir}
|
|
|
|
mkdir -p %{buildroot}%{_includedir}
|
Accepting request 638795 from home:pmonrealgonzalez:branches:security:SELinux
- update to version 2.8
* semanage fcontext -l now also lists home directory entries from
file_contexts.homedirs.
* libsemanage no longer deletes the tmp directory if there is an error
while committing the policy transaction, so that any temporary files
can be further inspected for debugging purposes (e.g. to examine a
particular line of the generated CIL module). The tmp directory will
be deleted upon the next transaction, so no manual removal is needed.
* When overriding PREFIX, BINDIR, SBINDIR, SHLIBDIR, LIBEXECDIR, etc.,
DESTDIR has to be removed from the definition. For example on Arch
Linux, SBINDIR="${pkgdir}/usr/bin" was changed to SBINDIR="/usr/bin".
* PYSITEDIR has been renamed PYTHONLIBDIR (and its definition changed).
- Clened with spec-cleaner
- update to version 2.8
* semanage fcontext -l now also lists home directory entries from
file_contexts.homedirs.
* libsemanage no longer deletes the tmp directory if there is an error
while committing the policy transaction, so that any temporary files
can be further inspected for debugging purposes (e.g. to examine a
particular line of the generated CIL module). The tmp directory will
be deleted upon the next transaction, so no manual removal is needed.
* When overriding PREFIX, BINDIR, SBINDIR, SHLIBDIR, LIBEXECDIR, etc.,
DESTDIR has to be removed from the definition. For example on Arch
Linux, SBINDIR="${pkgdir}/usr/bin" was changed to SBINDIR="/usr/bin".
* PYSITEDIR has been renamed PYTHONLIBDIR (and its definition changed).
- Clened with spec-cleaner
OBS-URL: https://build.opensuse.org/request/show/638795
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsemanage?expand=0&rev=66
2018-10-01 09:40:16 +02:00
|
|
|
make DESTDIR=%{buildroot} LIBDIR="%{_libdir}" LIBEXECDIR="%{_libexecdir}" SHLIBDIR="%{_libdir}" install
|
2016-07-13 09:19:36 +02:00
|
|
|
ln -sf %{_libdir}/libsemanage.so.1 %{buildroot}/%{_libdir}/libsemanage.so
|
2014-02-12 10:12:21 +01:00
|
|
|
cp %{SOURCE2} %{buildroot}%{_sysconfdir}/selinux/semanage.conf
|
2013-11-07 11:20:19 +01:00
|
|
|
# Remove duplicate files
|
|
|
|
%fdupes -s %{buildroot}%{_mandir}
|
2008-08-05 04:42:57 +02:00
|
|
|
|
|
|
|
%post -n libsemanage1 -p /sbin/ldconfig
|
|
|
|
%postun -n libsemanage1 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n libsemanage1
|
|
|
|
%dir %{_sysconfdir}/selinux
|
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/semanage.conf
|
2016-07-13 09:19:36 +02:00
|
|
|
%{_libdir}/libsemanage.so.*
|
2008-08-05 04:42:57 +02:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_libdir}/libsemanage.so
|
2010-03-09 15:46:15 +01:00
|
|
|
%{_libdir}/pkgconfig/libsemanage.pc
|
2016-07-26 14:14:00 +02:00
|
|
|
%{_includedir}/semanage/
|
2008-08-05 04:42:57 +02:00
|
|
|
%{_mandir}/man3/*
|
2012-08-01 14:02:55 +02:00
|
|
|
%{_mandir}/man5/*
|
2008-08-05 04:42:57 +02:00
|
|
|
|
2016-12-12 16:12:21 +01:00
|
|
|
%files migrate-store
|
Accepting request 638795 from home:pmonrealgonzalez:branches:security:SELinux
- update to version 2.8
* semanage fcontext -l now also lists home directory entries from
file_contexts.homedirs.
* libsemanage no longer deletes the tmp directory if there is an error
while committing the policy transaction, so that any temporary files
can be further inspected for debugging purposes (e.g. to examine a
particular line of the generated CIL module). The tmp directory will
be deleted upon the next transaction, so no manual removal is needed.
* When overriding PREFIX, BINDIR, SBINDIR, SHLIBDIR, LIBEXECDIR, etc.,
DESTDIR has to be removed from the definition. For example on Arch
Linux, SBINDIR="${pkgdir}/usr/bin" was changed to SBINDIR="/usr/bin".
* PYSITEDIR has been renamed PYTHONLIBDIR (and its definition changed).
- Clened with spec-cleaner
- update to version 2.8
* semanage fcontext -l now also lists home directory entries from
file_contexts.homedirs.
* libsemanage no longer deletes the tmp directory if there is an error
while committing the policy transaction, so that any temporary files
can be further inspected for debugging purposes (e.g. to examine a
particular line of the generated CIL module). The tmp directory will
be deleted upon the next transaction, so no manual removal is needed.
* When overriding PREFIX, BINDIR, SBINDIR, SHLIBDIR, LIBEXECDIR, etc.,
DESTDIR has to be removed from the definition. For example on Arch
Linux, SBINDIR="${pkgdir}/usr/bin" was changed to SBINDIR="/usr/bin".
* PYSITEDIR has been renamed PYTHONLIBDIR (and its definition changed).
- Clened with spec-cleaner
OBS-URL: https://build.opensuse.org/request/show/638795
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsemanage?expand=0&rev=66
2018-10-01 09:40:16 +02:00
|
|
|
%dir %{_libexecdir}/selinux
|
2016-12-12 16:12:21 +01:00
|
|
|
%{_libexecdir}/selinux/
|
|
|
|
|
2010-03-09 15:46:15 +01:00
|
|
|
%files devel-static
|
|
|
|
%{_libdir}/libsemanage.a
|
|
|
|
|
2008-08-05 04:42:57 +02:00
|
|
|
%changelog
|