Blame SPECS/setools.spec

53d48a
%global setools_maj_ver 3.3
53d48a
%global setools_min_ver 8
53d48a
%global gitver f1e5b20
53d48a
53d48a
Name: setools
53d48a
Version: %{setools_maj_ver}.%{setools_min_ver}
53d48a
Release: 4%{?dist}
53d48a
License: GPLv2
53d48a
URL: http://oss.tresys.com/projects/setools
53d48a
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
53d48a
# Source: http://oss.tresys.com/projects/setools/chrome/site/dists/setools-%{version}/setools-%{version}.tar.bz2
53d48a
# git clone https://github.com/TresysTechnology/setools3.git
53d48a
# cd setools3
53d48a
# gitrev=`git rev-parse --verify --short HEAD`
53d48a
# git archive --format=tar --prefix=setools-3.3.8/ HEAD | bzip2 > setools-3.3.8-$gitrev.tar.bz2
53d48a
Source: setools-%{version}-%{gitver}.tar.bz2
53d48a
Source1: setools.pam
53d48a
Source2: apol.desktop
53d48a
Source3: seaudit.desktop
53d48a
Patch1: 0001-libqpol-Do-not-fail-on-neverallow-rule-query.patch 
53d48a
Patch2: 0002-Fix-sepol-calls-to-work-with-latest-libsepol.patch
53d48a
Patch4: 0004-Apply-selinux_current_policy_path-patch.patch
53d48a
Patch5: 0005-Apply-seaudit-patch-for-progress.c.patch
53d48a
Patch6: 0006-Add-support-for-boolean-subs.patch
53d48a
Patch7: 0007-Setools-noship.patch
53d48a
Patch8: 0008-Add-alias-support-to-seinfo-t.patch
53d48a
Patch9: 0009-Fix-help-message-on-sesearch-D.patch
53d48a
Patch11: 0011-Fix-Wformat-security-issues.patch
53d48a
# Patch12: 0012-Fix-configure.ac-to-use-SWIG-3.0.0.patch
53d48a
Patch13: 0013-libqpol-Skip-types-when-building-type-attribute-map.patch
53d48a
Patch14: 0014-Add-support-for-DCCP-and-SCTP-protocols.patch
53d48a
53d48a
Summary: Policy analysis tools for SELinux
53d48a
Group: System Environment/Base
53d48a
Requires: setools-libs = %{version}-%{release} setools-libs-tcl = %{version}-%{release} setools-gui = %{version}-%{release} setools-console = %{version}-%{release}
53d48a
53d48a
# external requirements
53d48a
%define autoconf_ver 2.59
53d48a
%define bwidget_ver 1.8
53d48a
%define gtk_ver 2.8
53d48a
%define sepol_ver 2.5-10
53d48a
%define selinux_ver 2.5-14.1
53d48a
%define sqlite_ver 3.2.0
53d48a
%define swig_ver 2.0.7-3
53d48a
%define tcltk_ver 8.4.9
53d48a
53d48a
%description
53d48a
SETools is a collection of graphical tools, command-line tools, and
53d48a
libraries designed to facilitate SELinux policy analysis.
53d48a
53d48a
This meta-package depends upon the main packages necessary to run
53d48a
SETools.
53d48a
53d48a
%package libs
53d48a
License: LGPLv2
53d48a
Summary: Policy analysis support libraries for SELinux
53d48a
Group: System Environment/Libraries
53d48a
Requires: libselinux >= %{selinux_ver} libsepol >= %{sepol_ver} sqlite >= %{sqlite_ver}
53d48a
Obsoletes: setools-libs-java
53d48a
Obsoletes: setools-libs-python < 3.3.7-36
53d48a
BuildRequires: flex  bison  pkgconfig bzip2-devel
53d48a
BuildRequires: glibc-devel libstdc++-devel gcc gcc-c++
53d48a
BuildRequires: libselinux-devel >= %{selinux_ver} libsepol-devel >= %{sepol_ver}
53d48a
BuildRequires: libsepol-static >= %{sepol_ver}
53d48a
BuildRequires: sqlite-devel >= %{sqlite_ver} libxml2-devel
53d48a
BuildRequires: tcl-devel >= %{tcltk_ver}
53d48a
BuildRequires: autoconf >= %{autoconf_ver} automake
53d48a
53d48a
%description libs
53d48a
SETools is a collection of graphical tools, command-line tools, and
53d48a
libraries designed to facilitate SELinux policy analysis.
53d48a
53d48a
This package includes the following run-time libraries:
53d48a
53d48a
  libapol       policy analysis library
53d48a
  libpoldiff    semantic policy difference library
53d48a
  libqpol       library that abstracts policy internals
53d48a
  libseaudit    parse and filter SELinux audit messages in log files
53d48a
  libsefs       SELinux file contexts library
53d48a
53d48a
%package libs-tcl
53d48a
License: LGPLv2
53d48a
Summary: Tcl bindings for SELinux policy analysis
53d48a
Group: Development/Languages
53d48a
Requires: setools-libs = %{version}-%{release} tcl >= %{tcltk_ver}
53d48a
BuildRequires: tcl-devel >= %{tcltk_ver} swig >= %{swig_ver}
53d48a
53d48a
%description libs-tcl
53d48a
SETools is a collection of graphical tools, command-line tools, and
53d48a
libraries designed to facilitate SELinux policy analysis.
53d48a
53d48a
This package includes Tcl bindings for the following libraries:
53d48a
53d48a
  libapol       policy analysis library
53d48a
  libpoldiff    semantic policy difference library
53d48a
  libqpol       library that abstracts policy internals
53d48a
  libseaudit    parse and filter SELinux audit messages in log files
53d48a
  libsefs       SELinux file contexts library
53d48a
53d48a
%package devel
53d48a
License: LGPLv2
53d48a
Summary: Policy analysis development files for SELinux
53d48a
Group: Development/Libraries
53d48a
Requires: libselinux-devel >= %{selinux_ver} libsepol-devel >= %{sepol_ver} setools-libs = %{version}-%{release}
53d48a
BuildRequires: sqlite-devel >= %{sqlite_ver} libxml2-devel
53d48a
53d48a
%description devel
53d48a
SETools is a collection of graphical tools, command-line tools, and
53d48a
libraries designed to facilitate SELinux policy analysis.
53d48a
53d48a
This package includes header files and archives for the following
53d48a
libraries:
53d48a
53d48a
  libapol       policy analysis library
53d48a
  libpoldiff    semantic policy difference library
53d48a
  libqpol       library that abstracts policy internals
53d48a
  libseaudit    parse and filter SELinux audit messages in log files
53d48a
  libsefs       SELinux file contexts library
53d48a
53d48a
%package console
53d48a
Summary: Policy analysis command-line tools for SELinux
53d48a
Group: System Environment/Base
53d48a
License: GPLv2
53d48a
Requires: setools-libs = %{version}-%{release}
53d48a
Requires: libselinux >= %{selinux_ver}
53d48a
53d48a
%description console
53d48a
SETools is a collection of graphical tools, command-line tools, and
53d48a
libraries designed to facilitate SELinux policy analysis.
53d48a
53d48a
This package includes the following console tools:
53d48a
53d48a
  secmds          command line tools: seinfo, sesearch
53d48a
  sediff          semantic policy difference tool
53d48a
53d48a
%package gui
53d48a
Summary: Policy analysis graphical tools for SELinux
53d48a
Group: System Environment/Base
53d48a
Requires: tcl >= %{tcltk_ver} tk >= %{tcltk_ver} bwidget >= %{bwidget_ver}
53d48a
Requires: setools-libs = %{version}-%{release} setools-libs-tcl = %{version}-%{release}
53d48a
Requires: glib2 gtk2 >= %{gtk_ver} usermode
53d48a
BuildRequires: gtk2-devel >= %{gtk_ver} libglade2-devel libxml2-devel tk-devel >= %{tcltk_ver}
53d48a
BuildRequires: desktop-file-utils
53d48a
53d48a
%description gui
53d48a
SETools is a collection of graphical tools, command-line tools, and
53d48a
libraries designed to facilitate SELinux policy analysis.
53d48a
53d48a
This package includes the following graphical tools:
53d48a
53d48a
  apol          policy analysis tool
53d48a
  seaudit       audit log analysis tool
53d48a
53d48a
%define setoolsdir %{_datadir}/setools-%{setools_maj_ver}
53d48a
%define tcllibdir %{_libdir}/setools
53d48a
53d48a
%prep
53d48a
%setup -q
53d48a
%patch1 -p 1 -b .neverallow
53d48a
%patch2 -p 1 -b .libsepol
53d48a
%patch4 -p 1 -b .current_policy
53d48a
%patch5 -p 1 -b .seaudit
53d48a
%patch6 -p 1 -b .boolean-subs
53d48a
%patch7 -p 1 -b .noship
53d48a
%patch8 -p 1 -b .seinfo-t
53d48a
%patch9 -p 1 -b .sesearch-D
53d48a
%patch11 -p 1 -b .Wformat-security
53d48a
# %patch12 -p 1 -b .version
53d48a
%patch13 -p 1 -b .libqpol
53d48a
%patch14 -p 1 -b .dccpsctp
53d48a
53d48a
%ifarch sparc sparcv9 sparc64 s390 s390x
53d48a
    for file in `find . -name Makefile.am`; do
53d48a
        sed -i -e 's:-fpic:-fPIC:' $file;
53d48a
    done
53d48a
%endif
53d48a
# Fixup expected version of SWIG:
53d48a
sed -i -e "s|AC_PROG_SWIG(1.3.28)|AC_PROG_SWIG(2.0.0)|g" configure.ac
53d48a
# and rebuild the autotooled files:
53d48a
aclocal
53d48a
autoreconf -if
53d48a
53d48a
%build
53d48a
automake
53d48a
%configure --libdir=%{_libdir} --disable-bwidget-check --disable-selinux-check \
53d48a
    --enable-swig-tcl
53d48a
# work around issue with gcc 4.3 + gnu99 + swig-generated code:
53d48a
make %{?_smp_mflags}
53d48a
53d48a
%install
53d48a
rm -rf ${RPM_BUILD_ROOT}
53d48a
make DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p" install
53d48a
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/applications
53d48a
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps
53d48a
install -d -m 755 ${RPM_BUILD_ROOT}%{_sysconfdir}/pam.d
53d48a
install -p -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/pam.d/seaudit
53d48a
install -d -m 755 ${RPM_BUILD_ROOT}%{_sysconfdir}/security/console.apps
53d48a
install -p -m 644 packages/rpm/seaudit.console ${RPM_BUILD_ROOT}%{_sysconfdir}/security/console.apps/seaudit
53d48a
install -d -m 755 ${RPM_BUILD_ROOT}%{_datadir}/applications
53d48a
install -p -m 644 apol/apol.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/apol.png
53d48a
install -p -m 644 seaudit/seaudit.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/seaudit.png
53d48a
desktop-file-install --dir ${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE2}
53d48a
ln -sf consolehelper ${RPM_BUILD_ROOT}/%{_bindir}/seaudit
53d48a
# remove static libs
53d48a
rm -f ${RPM_BUILD_ROOT}/%{_libdir}/*.a
53d48a
# ensure permissions are correct
53d48a
chmod 0755 ${RPM_BUILD_ROOT}/%{_libdir}/*.so.*
53d48a
chmod 0755 ${RPM_BUILD_ROOT}/%{_libdir}/%{name}/*/*.so.*
53d48a
chmod 0644 ${RPM_BUILD_ROOT}/%{tcllibdir}/*/pkgIndex.tcl
53d48a
53d48a
%clean
53d48a
rm -rf ${RPM_BUILD_ROOT}
53d48a
53d48a
%files
53d48a
%defattr(-,root,root,-)
53d48a
53d48a
%files libs
53d48a
%defattr(-,root,root,-)
53d48a
%{!?_licensedir:%global license %%doc}
53d48a
%license COPYING COPYING.GPL COPYING.LGPL
53d48a
%doc AUTHORS ChangeLog KNOWN-BUGS NEWS README
53d48a
%{_libdir}/libqpol.so.*
53d48a
%{_libdir}/libapol.so.*
53d48a
%{_libdir}/libpoldiff.so.*
53d48a
%{_libdir}/libsefs.so.*
53d48a
%{_libdir}/libseaudit.so.*
53d48a
%{tcllibdir}/apol_tcl/
53d48a
%dir %{setoolsdir}
53d48a
53d48a
%files libs-tcl
53d48a
%defattr(-,root,root,-)
53d48a
%dir %{tcllibdir}
53d48a
%{tcllibdir}/qpol/
53d48a
%{tcllibdir}/apol/
53d48a
%{tcllibdir}/poldiff/
53d48a
%{tcllibdir}/seaudit/
53d48a
%{tcllibdir}/sefs/
53d48a
53d48a
%files devel
53d48a
%defattr(-,root,root,-)
53d48a
%{_libdir}/*.so
53d48a
%{_libdir}/pkgconfig/*
53d48a
%{_includedir}/qpol/
53d48a
%{_includedir}/apol/
53d48a
%{_includedir}/poldiff/
53d48a
%{_includedir}/seaudit/
53d48a
%{_includedir}/sefs/
53d48a
53d48a
%files console
53d48a
%defattr(-,root,root,-)
53d48a
%{_bindir}/seinfo
53d48a
%{_bindir}/sesearch
53d48a
%{_bindir}/sediff
53d48a
%{_bindir}/findcon
53d48a
%{_bindir}/sechecker
53d48a
%{setoolsdir}/sechecker-profiles/
53d48a
%{setoolsdir}/sechecker_help.txt
53d48a
%{_mandir}/man1/findcon.1.gz
53d48a
%{_mandir}/man1/sechecker.1.gz
53d48a
%{_mandir}/man1/sediff.1.gz
53d48a
%{_mandir}/man1/seinfo.1.gz
53d48a
%{_mandir}/man1/sesearch.1.gz
53d48a
53d48a
%files gui
53d48a
%defattr(-,root,root,-)
53d48a
%{_bindir}/seaudit
53d48a
%{_bindir}/apol
53d48a
%{setoolsdir}/apol_help.txt
53d48a
%{setoolsdir}/domaintrans_help.txt
53d48a
%{setoolsdir}/file_relabel_help.txt
53d48a
%{setoolsdir}/infoflow_help.txt
53d48a
%{setoolsdir}/types_relation_help.txt
53d48a
%{setoolsdir}/apol_perm_mapping_*
53d48a
%{setoolsdir}/seaudit_help.txt
53d48a
%{setoolsdir}/*.glade
53d48a
%{setoolsdir}/*.png
53d48a
%{setoolsdir}/apol.gif
53d48a
%{setoolsdir}/dot_seaudit
53d48a
%{_mandir}/man1/apol.1.gz
53d48a
%{_mandir}/man8/seaudit.8.gz
53d48a
%{_sbindir}/seaudit
53d48a
%config(noreplace) %{_sysconfdir}/pam.d/seaudit
53d48a
%config(noreplace) %{_sysconfdir}/security/console.apps/seaudit
53d48a
%{_datadir}/applications/*
53d48a
%attr(0644,root,root) %{_datadir}/pixmaps/*.png
53d48a
53d48a
%post libs -p /sbin/ldconfig
53d48a
53d48a
%postun libs -p /sbin/ldconfig
53d48a
53d48a
%post libs-tcl -p /sbin/ldconfig
53d48a
53d48a
%postun libs-tcl -p /sbin/ldconfig
53d48a
53d48a
%changelog
53d48a
* Wed Jul 25 2018 Vit Mojzis <vmojzis@redhat.com> - 3.3.8-4
53d48a
- Add support for DCCP and SCTP protocols (#1607273, #1601958)
53d48a
53d48a
* Fri May 04 2018 Vit Mojzis <vmojzis@redhat.com> - 3.3.8-3
53d48a
- Rebuild to incorporate support for extended_socket_class from libsepol (#1573925)
53d48a
53d48a
* Thu Oct 19 2017 Vit Mojzis <vmojzis@redhat.com> - 3.3.8-2
53d48a
- libqpol: Do not fail on neverallow rule query
53d48a
53d48a
* Mon May 23 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.8-1.1
53d48a
- Rebase to the latest setools3 sources
53d48a
53d48a
* Tue Mar 18 2014 Dan Walsh <dwalsh@redhat.com> - 3.3.7-46
53d48a
- Move apol_tcl to setools-lib package
53d48a
Resolves: #1076429
53d48a
53d48a
* Thu Feb 13 2014 Dan Walsh <dwalsh@redhat.com> - 3.3.7-45
53d48a
- Fix sesearch --all
53d48a
53d48a
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.3.7-44
53d48a
- Mass rebuild 2014-01-24
53d48a
53d48a
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.3.7-43
53d48a
- Mass rebuild 2013-12-27
53d48a
53d48a
* Wed Nov 27 2013 Dan Walsh <dwalsh@redhat.com> - 3.3.7-42
53d48a
- Add back in findcon and sechecker for RHEL customer request
53d48a
Resolves: 927522
53d48a
53d48a
* Mon Sep 16 2013 Dan Walsh <dwalsh@redhat.com> - 3.3.7-41
53d48a
- Cleanup Destop files.
53d48a
Resolves: 884174
53d48a
53d48a
* Fri Jul 19 2013 Dan Walsh <dwalsh@redhat.com> - 3.3.7-40
53d48a
- Fix help message on sesearch -D
53d48a
53d48a
* Thu May 16 2013 Dan Walsh <dwalsh@redhat.com> - 3.3.7-39
53d48a
- Remove --default and --audit from sesearch
53d48a
- Make -D == --dontaudit in sesearch
53d48a
53d48a
* Thu Mar 28 2013 Dan Walsh <dwalsh@redhat.com> - 3.3.7-38
53d48a
- Add alias support to seinfo -t
53d48a
53d48a
* Wed Mar 27 2013 Kalev Lember <kalevlember@gmail.com> - 3.3.7-37
53d48a
- Obsolete the removed setools-libs-python subpackage
53d48a
53d48a
* Fri Mar 15 2013 Dan Walsh <dwalsh@redhat.com> - 3.3.7-36
53d48a
- Drop support for python bindings
53d48a
53d48a
* Thu Mar 14 2013 Dan Walsh <dwalsh@redhat.com> - 3.3.7-35
53d48a
- Add support for substituting bools to sesearch and seinfo
53d48a
53d48a
* Wed Jan 30 2013 Dan Walsh <dwalsh@redhat.com> - 3.3.7-34
53d48a
- Rebuild using pristine source from Tresys
53d48a
53d48a
* Tue Jan 29 2013 Dan Walsh <dwalsh@redhat.com> - 3.3.7-33
53d48a
- Apply swig patch to make apol work again.
53d48a
53d48a
* Mon Jan 7 2013 Dan Walsh <dwalsh@redhat.com> - 3.3.7-32
53d48a
- Rebuild with new tool chain
53d48a
53d48a
* Fri Sep 28 2012 Dan Walsh <dwalsh@redhat.com> - 3.3.7-31
53d48a
- Add filename_trans to python/setools/sesearch bindings
53d48a
53d48a
* Fri Sep 28 2012 Dan Walsh <dwalsh@redhat.com> - 3.3.7-30
53d48a
- Apply Lars Jensen patch to fix seaudit
53d48a
- Remove java bindings, not supported
53d48a
53d48a
* Sun Sep 16 2012 Dan Walsh <dwalsh@redhat.com> - 3.3.7-29
53d48a
- Remove tools that we do not want to support
53d48a
53d48a
* Mon Aug 20 2012 Dan Horák <dan[at]danny.cz> - 3.3.7-28
53d48a
- use autoreconf to rebuild all autotooled files (FTBFS)
53d48a
53d48a
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.7-27
53d48a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
53d48a
53d48a
* Wed Jul 11 2012 Dan Walsh <dwalsh@redhat.com> - 3.3.7-26
53d48a
- mgrepl patch to  Fix swig coding style for structures related to SWIG changes
53d48a
53d48a
* Wed Jul 4 2012 Dan Walsh <dwalsh@redhat.com> - 3.3.7-25
53d48a
- Fix swig coding style for structures related to SWIG changes
53d48a
53d48a
* Wed May 2 2012 Dan Walsh <dwalsh@redhat.com> - 3.3.7-24
53d48a
- Revert setools current patch
53d48a
53d48a
- Rebuild to get latest libsepol which fixes the file_name transition problems
53d48a
- Use selinux_current_policy_path to read by default policy
53d48a
53d48a
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.7-22
53d48a
- Rebuilt for c++ ABI breakage
53d48a
53d48a
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.7-21
53d48a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
53d48a
53d48a
* Tue Dec 20 2011 Dan Walsh <dwalsh@redhat.com> - 3.3.7-20
53d48a
- Rebuild to use latest libsepol
53d48a
53d48a
* Wed Oct 26 2011 Dan Walsh <dwalsh@redhat.com> - 3.3.7-19
53d48a
- Add ftrule*h in apol and qpol 
53d48a
53d48a
* Wed Sep 21 2011 Dan Walsh <dwalsh@redhat.com> - 3.3.7-18
53d48a
- Fix output to match input in policy
53d48a
53d48a
* Tue Sep 20 2011 Dan Walsh <dwalsh@redhat.com> - 3.3.7-17
53d48a
- Fix to build with latest libsepol
53d48a
- Show filename transition files
53d48a
53d48a
* Thu Apr 21 2011 Dan Walsh <dwalsh@redhat.com> - 3.3.7-16
53d48a
- Rebuild for new sepol
53d48a
53d48a
* Fri Apr 15 2011 Dan Walsh <dwalsh@redhat.com> - 3.3.7-15
53d48a
- Rebuild for new sepol
53d48a
53d48a
* Sat Apr 9 2011 Dan Walsh <dwalsh@redhat.com> - 3.3.7-14
53d48a
- Rebuild for new sepol
53d48a
53d48a
* Sun Feb 27 2011 Dennis Gilmore <dennis@ausil.us> - 3.3.7-13
53d48a
- switch in -fPIC in Makefile.am in prep stage
53d48a
53d48a
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.7-12
53d48a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
53d48a
53d48a
* Fri Nov 5 2010 Dan Walsh <dwalsh@redhat.com> 3.3.6-10
53d48a
- Exit seinfo and sesearch with proper status
53d48a
53d48a
* Fri Nov 5 2010 Dan Walsh <dwalsh@redhat.com> 3.3.6-9
53d48a
- Rebuild for new libxml2
53d48a
53d48a
* Thu Oct 14 2010 Dan Walsh <dwalsh@redhat.com> 3.3.6-8
53d48a
- Return None when no records match python setools.sesearch
53d48a
53d48a
* Thu Aug 19 2010 Dan Walsh <dwalsh@redhat.com> 3.3.6-7
53d48a
- Add range to ports in seinfo python
53d48a
53d48a
* Tue Aug 3 2010 Dan Walsh <dwalsh@redhat.com> 3.3.6-6
53d48a
- Return range with ports
53d48a
53d48a
* Tue Aug 3 2010 Dan Walsh <dwalsh@redhat.com> 3.3.6-5
53d48a
- Add port support to setools python 
53d48a
53d48a
* Mon Jul 26 2010 David Malcolm <dmalcolm@redhat.com> - 3.3.7-4
53d48a
- fixup configure.ac to expect SWIG 2.0.0; bump the python version to 2.7 in
53d48a
patch 1
53d48a
53d48a
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 3.3.7-3
53d48a
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
53d48a
53d48a
* Wed May 12 2010 Chris PeBenito <cpebenito@tresys.com> 3.3.7-2
53d48a
- Add missing bzip2 dependencies.
53d48a
53d48a
* Wed May 12 2010 Chris PeBenito <cpebenito@tresys.com> 3.3.7-1
53d48a
- New upstream release.
53d48a
53d48a
* Tue Aug 11 2009 Dan Walsh <dwalsh@redhat.com> 3.3.6-4
53d48a
- Add python bindings for sesearch and seinfo
53d48a
53d48a
* Tue Jul 28 2009 Dan Walsh <dwalsh@redhat.com> 3.3.6-3
53d48a
- Fix qpol install of include files
53d48a
53d48a
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-2
53d48a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
53d48a
53d48a
* Wed Jul 22 2009 Chris PeBenito <cpebenito@tresys.com> 3.3.6-1
53d48a
- New upstream release.
53d48a
53d48a
* Sun Apr  5 2009 Dan Horák <dan[at]danny.cz> - 3.3.5-8
53d48a
- don't expect that java-devel resolves as gcj
53d48a
53d48a
* Sun Apr  5 2009 Dan Horák <dan[at]danny.cz> - 3.3.5-7
53d48a
- add support for s390x
53d48a
53d48a
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.5-6
53d48a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
53d48a
53d48a
* Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 3.3.5-5
53d48a
- Rebuild for Python 2.6
53d48a
53d48a
* Mon Dec  1 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3.5-4
53d48a
- Include %%tcllibdir directory in -libs-tcl package.
53d48a
53d48a
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 3.3.5-3
53d48a
- Rebuild for Python 2.6
53d48a
53d48a
* Wed Sep 17 2008 Dennis Gilmore <dennis@ausil.us> 3.3.5-2
53d48a
- fix building in sparc and s390 arches
53d48a
53d48a
* Tue Aug 26 2008 Chris PeBenito <cpebenito@tresys.com> 3.3.5-1
53d48a
- Update to upstream version 3.3.5.
53d48a
53d48a
* Wed Feb 27 2008 Chris PeBenito <cpebenito@tresys.com> 3.3.4-1
53d48a
- Fixes gcc 4.3, glibc 2.7, tcl 8.5, and libsepol 2.0.20 issues.
53d48a
- Fix policy loading when policy on disk is higher version than the kernel.
53d48a
53d48a
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.3.2-3
53d48a
- Autorebuild for GCC 4.3
53d48a
53d48a
* Tue Jan 29 2008 Chris Pebenito <cpebenito@tresys.com> 3.3.2-2.fc9
53d48a
- Bump to pick up new libsepol and policy 22.
53d48a
53d48a
* Wed Nov 28 2007 Chris Pebenito <cpebenito@tresys.com> 3.3.2-1.fc9
53d48a
- Update for 3.3.2.
53d48a
53d48a
* Thu Oct 18 2007 Chris PeBenito <cpebenito@tresys.com> 3.3.1-7.fc8
53d48a
- Rebuild to fix ppc64 issue.
53d48a
53d48a
* Wed Oct 17 2007 Chris PeBenito <cpebenito@tresys.com> 3.3.1-6.fc8
53d48a
- Update for 3.3.1.
53d48a
53d48a
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 3.2-4
53d48a
- Rebuild for selinux ppc32 issue.
53d48a
53d48a
* Fri Jul 20 2007 Dan Walsh <dwalsh@redhat.com> 3.2-3
53d48a
- Move to Tresys spec file
53d48a
53d48a
* Wed Jun 13 2007 Dan Walsh <dwalsh@redhat.com> 3.2-2
53d48a
- Bump for rebuild
53d48a
53d48a
* Mon Apr 30 2007 Dan Walsh <dwalsh@redhat.com> 3.2-1
53d48a
- Start shipping the rest of the setools command line apps
53d48a
53d48a
* Wed Apr 25 2007 Jason Tang <jtang@tresys.com> 3.2-0
53d48a
- update to SETools 3.2 release
53d48a
53d48a
* Fri Feb 02 2007 Jason Tang <jtang@tresys.com> 3.1-1
53d48a
- update to SETools 3.1 release
53d48a
53d48a
* Mon Oct 30 2006 Dan Walsh <dwalsh@redhat.com> 3.0-2.fc6
53d48a
- bump for fc6
53d48a
 
53d48a
* Thu Oct 26 2006 Dan Walsh <dwalsh@redhat.com> 3.0-2
53d48a
- Build on rawhide
53d48a
53d48a
* Sun Oct 15 2006 Dan Walsh <dwalsh@redhat.com> 3.0-1
53d48a
- Update to upstream
53d48a
53d48a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
53d48a
- rebuild
53d48a
53d48a
* Tue May 23 2006 Dan Walsh <dwalsh@redhat.com> 2.4-2
53d48a
- Remove sqlite include directory
53d48a
53d48a
* Wed May 3 2006 Dan Walsh <dwalsh@redhat.com> 2.4-1
53d48a
- Update from upstream
53d48a
53d48a
* Mon Apr 10 2006 Dan Walsh <dwalsh@redhat.com> 2.3-3
53d48a
- Fix help
53d48a
- Add icons
53d48a
53d48a
* Tue Mar 21 2006 Dan Walsh <dwalsh@redhat.com> 2.3-2
53d48a
- Remove console apps for sediff, sediffx and apol
53d48a
53d48a
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.3-1.2
53d48a
- bump again for double-long bug on ppc(64)
53d48a
53d48a
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.3-1.1
53d48a
- rebuilt for new gcc4.1 snapshot and glibc changes
53d48a
53d48a
* Tue Jan 31 2006 Dan Walsh <dwalsh@redhat.com> 2.3-1
53d48a
- Update from upstream
53d48a
  * apol:
53d48a
        added new MLS components tab for sensitivities, 
53d48a
        levels, and categories.
53d48a
        Changed users tab to support ranges and default 
53d48a
        levels.
53d48a
        added range transition tab for searching range
53d48a
        Transition rules.
53d48a
        added new tab for network context components.
53d48a
        added new tab for file system context components.
53d48a
  * libapol:
53d48a
        added binpol support for MLS, network contexts, 
53d48a
        and file system contexts.
53d48a
  * seinfo:
53d48a
        added command line options for MLS components.
53d48a
        added command line options for network contexts
53d48a
        and file system contexts.
53d48a
  * sesearch:
53d48a
        added command line option for searching for rules
53d48a
        by conditional boolean name.
53d48a
  * seaudit:
53d48a
        added new column in the log view for the 'comm' 
53d48a
        field found in auditd log files.
53d48a
        added filters for the 'comm' field and 'message'
53d48a
        field.
53d48a
  * manpages:
53d48a
        added manpages for all tools.        
53d48a
53d48a
53d48a
53d48a
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
53d48a
- rebuilt for new gcj
53d48a
53d48a
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.2-4
53d48a
- Fix dessktop files
53d48a
- Apply fixes from bkyoung
53d48a
53d48a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
53d48a
- rebuilt
53d48a
53d48a
* Thu Nov 3 2005 Dan Walsh <dwalsh@redhat.com> 2.2-3
53d48a
- Move more gui files out of base into gui 
53d48a
53d48a
* Thu Nov 3 2005 Dan Walsh <dwalsh@redhat.com> 2.2-2
53d48a
- Move sediff from gui to main package
53d48a
53d48a
* Thu Nov 3 2005 Dan Walsh <dwalsh@redhat.com> 2.2-1
53d48a
- Upgrade to upstream version
53d48a
53d48a
* Thu Oct 13 2005 Dan Walsh <dwalsh@redhat.com> 2.1.3-1
53d48a
- Upgrade to upstream version
53d48a
53d48a
* Mon Oct 10 2005 Tomas Mraz <tmraz@redhat.com> 2.1.2-3
53d48a
- use include instead of pam_stack in pam config
53d48a
53d48a
* Thu Sep 1 2005 Dan Walsh <dwalsh@redhat.com> 2.1.2-2
53d48a
- Fix spec file
53d48a
 
53d48a
* Thu Sep 1 2005 Dan Walsh <dwalsh@redhat.com> 2.1.2-1
53d48a
- Upgrade to upstream version
53d48a
 
53d48a
* Thu Aug 18 2005 Florian La Roche <laroche@redhat.com>
53d48a
- do not package debug files into the -devel package
53d48a
53d48a
* Wed Aug 17 2005 Jeremy Katz <katzj@redhat.com> - 2.1.1-3
53d48a
- rebuild against new cairo
53d48a
53d48a
* Wed May 25 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-0
53d48a
- Upgrade to upstream version
53d48a
53d48a
* Mon May 23 2005 Bill Nottingham <notting@redhat.com> 2.1.0-5
53d48a
- put libraries in the right place (also puts debuginfo in the right
53d48a
  package)
53d48a
- add %%defattr for -devel too
53d48a
53d48a
* Thu May 12 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-4
53d48a
- Move sepcut to gui apps.
53d48a
53d48a
* Fri May 6 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-3
53d48a
- Fix Missing return code.
53d48a
53d48a
* Wed Apr 20 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-2
53d48a
- Fix requires line
53d48a
53d48a
* Tue Apr 19 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-1
53d48a
- Update to latest from tresys
53d48a
53d48a
* Tue Apr 5 2005 Dan Walsh <dwalsh@redhat.com> 2.0.0-2
53d48a
- Fix buildrequires lines in spec file
53d48a
53d48a
* Wed Mar 2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.0-1
53d48a
- Update to latest from tresys
53d48a
53d48a
* Mon Nov 29 2004 Dan Walsh <dwalsh@redhat.com> 1.5.1-6
53d48a
- add FALLBACK=true to /etc/security/console.apps/apol
53d48a
53d48a
* Wed Nov 10 2004 Dan Walsh <dwalsh@redhat.com> 1.5.1-3
53d48a
- Add badtcl patch from Tresys.
53d48a
53d48a
* Mon Nov 8 2004 Dan Walsh <dwalsh@redhat.com> 1.5.1-2
53d48a
- Apply malloc problem patch provided by  Sami Farin 
53d48a
53d48a
* Mon Nov 1 2004 Dan Walsh <dwalsh@redhat.com> 1.5.1-1
53d48a
- Update to latest from Upstream
53d48a
53d48a
* Wed Oct 6 2004 Dan Walsh <dwalsh@redhat.com> 1.4.1-5
53d48a
- Update tresys patch
53d48a
53d48a
* Mon Oct 4 2004 Dan Walsh <dwalsh@redhat.com> 1.4.1-4
53d48a
- Fix directory ownership
53d48a
53d48a
* Thu Jul 8 2004 Dan Walsh <dwalsh@redhat.com> 1.4.1-1
53d48a
- Latest from Tresys
53d48a
53d48a
* Wed Jun 23 2004 Dan Walsh <dwalsh@redhat.com> 1.4-5
53d48a
- Add build requires libselinux
53d48a
53d48a
* Tue Jun 22 2004 Dan Walsh <dwalsh@redhat.com> 1.4-4
53d48a
- Add support for policy.18
53d48a
53d48a
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
53d48a
- rebuilt
53d48a
53d48a
* Thu Jun 10 2004 Dan Walsh <dwalsh@redhat.com> 1.4-2
53d48a
- Fix install locations of policy_src_dir
53d48a
53d48a
* Wed Jun 2 2004 Dan Walsh <dwalsh@redhat.com> 1.4-1
53d48a
- Update to latest from TRESYS.
53d48a
53d48a
* Tue Jun 1 2004 Dan Walsh <dwalsh@redhat.com> 1.3-3
53d48a
- Make changes to work with targeted/strict policy
53d48a
* Fri Apr 16 2004 Dan Walsh <dwalsh@redhat.com> 1.3-2
53d48a
- Take out requirement for policy file
53d48a
53d48a
* Fri Apr 16 2004 Dan Walsh <dwalsh@redhat.com> 1.3-1
53d48a
- Fix doc location
53d48a
53d48a
* Fri Apr 16 2004 Dan Walsh <dwalsh@redhat.com> 1.3-1
53d48a
- Latest from TRESYS
53d48a
53d48a
* Tue Apr 13 2004 Dan Walsh <dwalsh@redhat.com> 1.2.1-8
53d48a
- fix location of policy.conf file
53d48a
53d48a
* Tue Apr 6 2004 Dan Walsh <dwalsh@redhat.com> 1.2.1-7
53d48a
- Obsolete setools-devel
53d48a
* Tue Apr 6 2004 Dan Walsh <dwalsh@redhat.com> 1.2.1-6
53d48a
- Fix location of 
53d48a
* Tue Apr 6 2004 Dan Walsh <dwalsh@redhat.com> 1.2.1-5
53d48a
- Remove devel libraries
53d48a
- Fix installdir for lib64
53d48a
53d48a
* Sat Apr 3 2004 Dan Walsh <dwalsh@redhat.com> 1.2.1-4
53d48a
- Add usr_t file read to policy
53d48a
53d48a
* Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1.2.1-3
53d48a
- Use tcl8.4
53d48a
53d48a
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
53d48a
- rebuilt
53d48a
53d48a
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
53d48a
- rebuilt
53d48a
53d48a
* Fri Feb 6 2004 Dan Walsh <dwalsh@redhat.com> 1.2.1-1
53d48a
- New patch
53d48a
53d48a
* Fri Feb 6 2004 Dan Walsh <dwalsh@redhat.com> 1.2-1
53d48a
- Latest upstream version
53d48a
53d48a
* Tue Dec 30 2003 Dan Walsh <dwalsh@redhat.com> 1.1.1-1
53d48a
- New version from upstream
53d48a
- Remove seuser.te.  Now in policy file.
53d48a
53d48a
* Tue Dec 30 2003 Dan Walsh <dwalsh@redhat.com> 1.1-2
53d48a
- Add Defattr to devel
53d48a
- move libs to base kit
53d48a
53d48a
* Fri Dec 19 2003 Dan Walsh <dwalsh@redhat.com> 1.1-1
53d48a
- Update to latest code from tresys
53d48a
- Break into three separate packages for cmdline, devel and gui
53d48a
- Incorporate the tcl patch
53d48a
53d48a
* Mon Dec 15 2003 Jens Petersen <petersen@redhat.com> - 1.0.1-3
53d48a
- apply setools-1.0.1-tcltk.patch to build against tcl/tk 8.4
53d48a
- buildrequire tk-devel
53d48a
53d48a
* Thu Nov 20 2003 Dan Walsh <dwalsh@redhat.com> 1.0.1-2
53d48a
- Add Bwidgets to this RPM
53d48a
53d48a
* Tue Nov 4 2003 Dan Walsh <dwalsh@redhat.com> 1.0.1-1
53d48a
- Upgrade to 1.0.1
53d48a
53d48a
* Wed Oct 15 2003 Dan Walsh <dwalsh@redhat.com> 1.0-6
53d48a
- Clean up build
53d48a
53d48a
* Tue Oct 14 2003 Dan Walsh <dwalsh@redhat.com> 1.0-5
53d48a
- Update with correct seuser.te
53d48a
53d48a
* Wed Oct 1 2003 Dan Walsh <dwalsh@redhat.com> 1.0-4
53d48a
- Update with final release from Tresys
53d48a
53d48a
* Mon Jun 2 2003 Dan Walsh <dwalsh@redhat.com> 1.0-1
53d48a
- Initial version