adamwill / rpms / openscap

Forked from rpms/openscap 3 years ago
Clone
2f7d90
Name:           openscap
8143af
Version:        1.3.4
d9fc53
Release:        5%{?dist}
2f7d90
Summary:        Set of open source libraries enabling integration of the SCAP line of standards
2f7d90
Group:          System Environment/Libraries
2f7d90
License:        LGPLv2+
2f7d90
URL:            http://www.open-scap.org/
2f7d90
Source0:        https://github.com/OpenSCAP/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
c342a4
Patch1:         openscap-1.3.5-plug-memory-leak-PR_1616.patch
c342a4
Patch2:         openscap-1.3.5-coverity1-PR_1617.patch
c342a4
Patch3:         openscap-1.3.5-coverity2-PR_1620.patch
c342a4
Patch4:         openscap-1.3.5-yamlfilecontent-fix-field-names-PR_1619.patch
c342a4
Patch5:         openscap-1.3.5-memory-PR_1627.patch
c342a4
Patch6:         openscap-1.3.5-use-MALLOC_CHECK-in-tests-PR_1635.patch
d9fc53
Patch7:         openscap-1.3.5-test-non-local-gpfs-PR_1653.patch
Adam Williamson 4fcda3
Patch8:         openscap-1.3.5-centos8-cpe-PR_1622.patch
2f7d90
BuildRequires:  cmake >= 2.6
2f7d90
BuildRequires:  swig libxml2-devel libxslt-devel perl-generators perl-XML-Parser
2f7d90
BuildRequires:  rpm-devel
2f7d90
BuildRequires:  libgcrypt-devel
2f7d90
BuildRequires:  pcre-devel
2f7d90
BuildRequires:  libacl-devel
2f7d90
BuildRequires:  libselinux-devel
2f7d90
BuildRequires:  libcap-devel
2f7d90
BuildRequires:  libblkid-devel
2f7d90
BuildRequires:  bzip2-devel
2f7d90
BuildRequires:  asciidoc
2f7d90
BuildRequires:  openldap-devel
2f7d90
BuildRequires:  GConf2-devel
2f7d90
BuildRequires:  glib2-devel
2f7d90
BuildRequires:  dbus-devel
788673
BuildRequires:  libyaml-devel
2f7d90
%if %{?_with_check:1}%{!?_with_check:0}
2f7d90
BuildRequires:  perl-XML-XPath
2f7d90
BuildRequires:  bzip2
2f7d90
%endif
2f7d90
Requires:       bash
2f7d90
Requires:       bzip2-libs
2f7d90
Requires:       dbus
788673
Requires:       libyaml
2f7d90
Requires:       GConf2
2f7d90
Requires:       glib2
2f7d90
Requires:       libacl
2f7d90
Requires:       libblkid
2f7d90
Requires:       libcap
2f7d90
Requires:       libselinux
2f7d90
Requires:       openldap
2f7d90
Requires:       popt
2f7d90
# RHEL8 has procps-ng, which provides procps
2f7d90
Requires:       procps
2f7d90
Requires(post):   /sbin/ldconfig
2f7d90
Requires(postun): /sbin/ldconfig
2f7d90
Obsoletes:      python2-openscap
2f7d90
Obsoletes:      openscap-content-sectool
2f7d90
Obsoletes:      openscap-extra-probes
2f7d90
Obsoletes:      openscap-extra-probes-sql
2f7d90
2f7d90
%description
2f7d90
OpenSCAP is a set of open source libraries providing an easier path
2f7d90
for integration of the SCAP line of standards. SCAP is a line of standards
2f7d90
managed by NIST with the goal of providing a standard language
2f7d90
for the expression of Computer Network Defense related information.
2f7d90
2f7d90
%package        devel
2f7d90
Summary:        Development files for %{name}
2f7d90
Group:          Development/Libraries
2f7d90
Requires:       %{name}%{?_isa} = %{version}-%{release}
2f7d90
Requires:       libxml2-devel
2f7d90
Requires:       pkgconfig
2f7d90
BuildRequires:  doxygen
2f7d90
2f7d90
%description    devel
2f7d90
The %{name}-devel package contains libraries and header files for
2f7d90
developing applications that use %{name}.
2f7d90
2f7d90
%package        python3
2f7d90
Summary:        Python 3 bindings for %{name}
2f7d90
Group:          Development/Libraries
2f7d90
Requires:       %{name}%{?_isa} = %{version}-%{release}
2f7d90
BuildRequires:  python3-devel
2f7d90
2f7d90
%description    python3
2f7d90
The %{name}-python3 package contains the bindings so that %{name}
2f7d90
libraries can be used by python3.
2f7d90
2f7d90
%package        scanner
2f7d90
Summary:        OpenSCAP Scanner Tool (oscap)
2f7d90
Group:          Applications/System
2f7d90
Requires:       %{name}%{?_isa} = %{version}-%{release}
2f7d90
Requires:       libcurl >= 7.12.0
2f7d90
BuildRequires:  libcurl-devel >= 7.12.0
2f7d90
Obsoletes:      openscap-selinux
2f7d90
Obsoletes:      openscap-selinux-compat
2f7d90
2f7d90
%description    scanner
2f7d90
The %{name}-scanner package contains oscap command-line tool. The oscap
2f7d90
is configuration and vulnerability scanner, capable of performing
2f7d90
compliance checking using SCAP content.
2f7d90
2f7d90
%package        utils
2f7d90
Summary:        OpenSCAP Utilities
2f7d90
Group:          Applications/System
2f7d90
Requires:       %{name}%{?_isa} = %{version}-%{release}
2f7d90
Requires:       rpmdevtools rpm-build
2f7d90
Requires:       %{name}-scanner%{?_isa} = %{version}-%{release}
2f7d90
Requires:       bash
2f7d90
2f7d90
%description    utils
2f7d90
The %{name}-utils package contains command-line tools build on top
2f7d90
of OpenSCAP library. Historically, openscap-utils included oscap
2f7d90
tool which is now separated to %{name}-scanner sub-package.
2f7d90
2f7d90
%package        engine-sce
2f7d90
Summary:        Script Check Engine plug-in for OpenSCAP
2f7d90
Group:          Applications/System
2f7d90
Requires:       %{name}%{?_isa} = %{version}-%{release}
2f7d90
2f7d90
%description    engine-sce
2f7d90
The Script Check Engine is non-standard extension to SCAP protocol. This
2f7d90
engine allows content authors to avoid OVAL language and write their assessment
2f7d90
commands using a scripting language (Bash, Perl, Python, Ruby, ...).
2f7d90
2f7d90
%package        engine-sce-devel
2f7d90
Summary:        Development files for %{name}-engine-sce
2f7d90
Group:          Development/Libraries
2f7d90
Requires:       %{name}-devel%{?_isa} = %{version}-%{release}
2f7d90
Requires:       %{name}-engine-sce%{?_isa} = %{version}-%{release}
2f7d90
Requires:       pkgconfig
2f7d90
2f7d90
%description    engine-sce-devel
2f7d90
The %{name}-engine-sce-devel package contains libraries and header files
2f7d90
for developing applications that use %{name}-engine-sce.
2f7d90
2f7d90
%prep
c342a4
%autosetup -p1
2f7d90
mkdir build
2f7d90
2f7d90
%build
2f7d90
cd build
2f7d90
%cmake -DENABLE_PERL=OFF \
2f7d90
        -DENABLE_DOCS=ON \
2f7d90
        -DENABLE_OSCAP_UTIL_DOCKER=OFF \
2f7d90
        -DENABLE_OSCAP_UTIL_CHROOT=ON \
2f7d90
        -DENABLE_OSCAP_UTIL_PODMAN=ON \
2f7d90
        -DENABLE_OSCAP_UTIL_VM=ON \
2f7d90
        ..
2f7d90
make %{?_smp_mflags}
2f7d90
make docs
2f7d90
2f7d90
%check
2f7d90
%if %{?_with_check:1}%{!?_with_check:0}
2f7d90
ctest -V %{?_smp_mflags}
2f7d90
%endif
2f7d90
2f7d90
%install
2f7d90
cd build
2f7d90
%make_install
2f7d90
2f7d90
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
2f7d90
2f7d90
# fix python shebangs
2f7d90
pathfix.py -i %{__python3} -p -n $RPM_BUILD_ROOT%{_bindir}/scap-as-rpm
2f7d90
2f7d90
%clean
2f7d90
rm -rf $RPM_BUILD_ROOT
2f7d90
2f7d90
%post -p /sbin/ldconfig
2f7d90
2f7d90
%postun -p /sbin/ldconfig
2f7d90
2f7d90
%files
2f7d90
%doc AUTHORS NEWS README.md
2f7d90
%license COPYING
2f7d90
%doc %{_pkgdocdir}/manual/
2f7d90
%dir %{_datadir}/openscap
2f7d90
%dir %{_datadir}/openscap/schemas
2f7d90
%dir %{_datadir}/openscap/xsl
2f7d90
%dir %{_datadir}/openscap/cpe
2f7d90
%{_libdir}/libopenscap.so.*
2f7d90
%{_datadir}/openscap/schemas/*
2f7d90
%{_datadir}/openscap/xsl/*
2f7d90
%{_datadir}/openscap/cpe/*
2f7d90
2f7d90
%files python3
2f7d90
%{python3_sitearch}/*
2f7d90
2f7d90
%files devel
2f7d90
%doc %{_pkgdocdir}/html/
2f7d90
%{_libdir}/libopenscap.so
2f7d90
%{_libdir}/pkgconfig/*.pc
2f7d90
%{_includedir}/openscap
2f7d90
%exclude %{_includedir}/openscap/sce_engine_api.h
2f7d90
2f7d90
%files engine-sce-devel
2f7d90
%{_libdir}/libopenscap_sce.so
2f7d90
%{_includedir}/openscap/sce_engine_api.h
2f7d90
2f7d90
%files scanner
2f7d90
%{_mandir}/man8/oscap.8.gz
2f7d90
%{_bindir}/oscap
2f7d90
%{_mandir}/man8/oscap-chroot.8.gz
2f7d90
%{_bindir}/oscap-chroot
2f7d90
%{_sysconfdir}/bash_completion.d
2f7d90
2f7d90
%files utils
2f7d90
%doc docs/oscap-scan.cron
2f7d90
%{_mandir}/man8/oscap-ssh.8.gz
2f7d90
%{_bindir}/oscap-ssh
2f7d90
%{_mandir}/man8/oscap-podman.8.gz
2f7d90
%{_bindir}/oscap-podman
2f7d90
%{_mandir}/man8/oscap-vm.8.gz
2f7d90
%{_bindir}/oscap-vm
2f7d90
%{_mandir}/man8/scap-as-rpm.8.gz
2f7d90
%{_bindir}/scap-as-rpm
788673
%{_mandir}/man8/autotailor.8.gz
788673
%{_bindir}/autotailor
2f7d90
2f7d90
%files engine-sce
2f7d90
%{_libdir}/libopenscap_sce.so.*
2f7d90
%{_bindir}/oscap-run-sce-script
2f7d90
2f7d90
%changelog
d9fc53
* Wed Nov 25 2020 Evgenii Kolesnikov <ekolesni@redhat.com> - 1.3.4-5
d9fc53
- Add check for non-local GPFS file system into Test Suite (RHBZ#1840578)
d9fc53
c342a4
* Fri Nov 13 2020 Evgenii Kolesnikov <ekolesni@redhat.com> - 1.3.4-4
c342a4
- Use MALLOC_CHECK_=3 while executing Test Suite (RHBZ#1891770)
c342a4
c342a4
* Tue Nov 10 2020 Jan Černý <jcerny@redhat.com> - 1.3.4-3
c342a4
- Fix memory allocation (RHBZ#1891770)
c342a4
c342a4
* Mon Oct 26 2020 Evgenii Kolesnikov <ekolesni@redhat.com> - 1.3.4-2
c342a4
- Fix problems uncovered by the Coverity Scan (RHBZ#1887794)
c342a4
8143af
* Wed Oct 14 2020 Evgenii Kolesnikov <ekolesni@redhat.com> - 1.3.4-1
8143af
- Upgrade to the latest upstream release (RHBZ#1887794)
8143af
- Treat GPFS as a remote file system (RHBZ#1840578, RHBZ#1840579)
8143af
- Fixed the most problematic memory issues that were causing OOM situations
8143af
  for systems with large amount of files (RHBZ#1824152)
8143af
- Proper handling of OVALs with circular dependencies between definitions (RHBZ#1812476)
8143af
37bf60
* Wed Aug 19 2020 Jan Černý <jcerny@redhat.com> - 1.3.3-5
37bf60
- Detect remote file systems correctly (RHBZ#1870087)
37bf60
901647
* Mon Aug 03 2020 Jan Černý <jcerny@redhat.com> - 1.3.3-4
901647
- Fix memory leaks in rpmverifyfile probe (RHBZ#1861301)
901647
df9d1c
* Tue Jul 21 2020 Matěj Týč <matyc@redhat.com> - 1.3.3-3
df9d1c
- Added support for fetching remote content with compression (RHBZ#1855708)
df9d1c
a39e27
* Thu Jun 25 2020 Matěj Týč <matyc@redhat.com> - 1.3.3-2
a39e27
- Prevent unwanted recursion that could crash the scanner (RHBZ#1686370)
a39e27
788673
* Mon May 04 2020 Evgeny Kolesnikov <ekolesni@redhat.com> - 1.3.3-1
788673
- Upgrade to the latest upstream release (rhbz#1829761)
788673
- Added a Python script that can be used for CLI tailoring (autotailor)
788673
- Added timezone to XCCDF TestResult start/end time
788673
- Added yamlfilecontent independent probe (proposal/draft implementation)
788673
- Added ability to generate `machineconfig` fix
788673
- Introduced `urn:xccdf:fix:script:kubernetes` fix type in XCCDF
788673
- Fixed filepath pattern matching in offline mode in textfilecontent58 probe
788673
- Fixed #170: The rpmverifyfile probe can't verify files from '/bin' directory
788673
- Fixed #1512: Severity refinement lost in generated guide
788673
- Fixed #1453: Pointer lost in Swig API
788673
- The data system_info probe return for offline and online modes is consistent and actual
788673
- Evaluation Characteristics of the XCCDF report are now consistent with OVAL entities
788673
  from system_info probe
788673
0b628f
* Fri Mar 27 2020 Jan Černý <jcerny@redhat.com> - 1.3.2-9
0b628f
- Generate HTML guides from tailored profiles (RHBZ#1743835)
0b628f
0b628f
* Wed Mar 18 2020 Jan Černý <jcerny@redhat.com> - 1.3.2-8
0b628f
- Fix tests for rpmverifyfileprobe (RHBZ#1814726)
0b628f
0b628f
* Thu Mar 12 2020 Jan Černý <jcerny@redhat.com> - 1.3.2-7
0b628f
- Fix segmentation fault in systemdunitdependency_probe (RHBZ#1793050)
0b628f
- Fix crash in textfilecontent probe (RHBZ#1686467)
0b628f
- Do not drop empty lines from Ansible remediations (RHBZ#1795563)
0b628f
- Fix oscap-ssh --sudo (RHBZ#1803116)
0b628f
- Remove useless warnings (RHBZ#1764139)
0b628f
2f7d90
* Thu Jan 23 2020 Jan Černý <jcerny@redhat.com> - 1.3.2-6
2f7d90
- Fix FindACL.cmake
2f7d90
2f7d90
* Tue Jan 21 2020 Matěj Týč <matyc@redhat.com> - 1.3.2-5
2f7d90
- Added more exhaustive package dependencies.
2f7d90
- Added the covscan/UX patch.
2f7d90
2f7d90
* Mon Jan 20 2020 Evgeny Kolesnikov <ekolesni@redhat.com> - 1.3.2-4
2f7d90
- Added patch: utils/oscap-podman: Detect ambiguous scan target
2f7d90
2f7d90
* Mon Jan 20 2020 Evgeny Kolesnikov <ekolesni@redhat.com> - 1.3.2-3
2f7d90
- Refined requirements
2f7d90
2f7d90
* Sun Jan 19 2020 Evgeny Kolesnikov <ekolesni@redhat.com> - 1.3.2-2
2f7d90
- Added patch: Fix case where CMake couldn't find libacl or xattr.h
2f7d90
2f7d90
* Wed Jan 15 2020 Evgeny Kolesnikov <ekolesni@redhat.com> - 1.3.2-1
2f7d90
- Upgrade to the latest upstream release (rhbz#1778296)
2f7d90
- Offline mode support for environmentvariable58 probe (rhbz#1493614)
2f7d90
- The oscap-docker wrapper is available without Atomic
2f7d90
- Improved support of multi-check rules (report, remediations, console output) (rhbz#1771438)
2f7d90
- Improved HTML report look and feel, including printed version (rhbz#1640839)
2f7d90
- Less clutter in verbose mode output; some warnings and errors demoted to verbose mode levels
2f7d90
- Probe rpmverifyfile uses and returns canonical paths (rhbz#1776308)
2f7d90
- Improved a11y of HTML reports and guides (rhbz#1767382)
2f7d90
- Fixes and improvements for SWIG Python bindings (rhbz#1753603)
2f7d90
- #1403 fixed: Scanner would not apply remediation for multicheck rules (verbosity)
2f7d90
- Fixed URL link mechanism for Red Hat Errata
2f7d90
- New STIG Viewer URI: public.cyber.mil
2f7d90
- Probe selinuxsecuritycontext would not check if SELinux is enabled
2f7d90
- Scanner would provide information about unsupported OVAL objects
2f7d90
- Added more tests for offline mode (probes, remediation) (rhbz#1618489)
2f7d90
- #528 fixed: Eval SCE script when /tmp is in mode noexec
2f7d90
- #1173, RHBZ#1603347 fixed: Double chdir/chroot in probe rpmverifypackage (rhbz#1636431) 
2f7d90
2f7d90
* Wed Dec 18 2019 Vojtech Polasek <vpolasek@redhat.com> - 1.3.1-3
2f7d90
- put back openscap-chroot, openscap-podman and openscap-vm files
2f7d90
2f7d90
* Fri Nov 01 2019 Vojtech Polasek <vpolasek@redhat.com> - 1.3.1-2
2f7d90
- Fixed XSLT template making rule details in reports accessible for screenreader users (#1767382)
2f7d90
2f7d90
* Fri Jun 14 2019 Evgeny Kolesnikov <ekolesni@redhat.com> - 1.3.1-1
2f7d90
- Bumped the package release number
2f7d90
2f7d90
* Thu Jun 13 2019 Evgeny Kolesnikov <ekolesni@redhat.com> - 1.3.1-0
2f7d90
- Upgrade to the latest upstream release (rhbz#1718826)
2f7d90
- Support for SCAP 1.3 Source Datastreams (evaluating, XML schemas, validation) (rhbz#1709429)
2f7d90
- Tailoring files are included in ARF result files
2f7d90
- Remote filesystems mounted using `autofs` direct maps are not recognized as local filesystems (rhbz#1655943)
2f7d90
- Offline scan utilizing rpmverifyfile probe fails in fchdir and aborts (rhbz#1636431)
2f7d90
2f7d90
* Wed Jan 16 2019 Gabriel Becker <ggasparb@redhat.com> - 1.3.0-7
2f7d90
- Removed oscap-vm binary and manpage files from build as they will not be supported by RHEL-8.0.0.
2f7d90
- Explicitly specify which files should be in openscap-utils subpackage.
2f7d90
2f7d90
* Mon Jan 14 2019 Gabriel Becker <ggasparb@redhat.com> - 1.3.0-6
2f7d90
- Removed containers package as RHEL-8.0.0 will not support it.
2f7d90
- Removed oscap-chroot binary and manpage from utils package as RHEL-8.0.0 will not support it.
2f7d90
2f7d90
* Mon Oct 15 2018 Jan Černý <jcerny@redhat.com> - 1.3.0-5
2f7d90
- Fixed unresolved symbols in SCE library
2f7d90
2f7d90
* Fri Oct 12 2018 Matěj Týč <matyc@redhat.com> - 1.3.0-4
2f7d90
- Fixed a sudo regression in oscap-ssh.
2f7d90
- Updated test to work with newer versions of procps.
2f7d90
- Updated the man page.
2f7d90
2f7d90
* Tue Oct 09 2018 Matěj Týč <matyc@redhat.com> - 1.3.0-3
2f7d90
- Fixed memory error in SWIG (RHBZ#1607014)
2f7d90
2f7d90
* Tue Oct 09 2018 Jan Černý <jcerny@redhat.com> - 1.3.0-2
2f7d90
- Drop openscap-perl subpackage (RHBZ#1624396)
2f7d90
2f7d90
* Mon Oct 08 2018 Jan Černý <jcerny@redhat.com> - 1.3.0-1
2f7d90
- upgrade to the latest upstream release
2f7d90
- list subpackages removed in 1.3.0_alpha1-1 as obsoleted
2f7d90
2f7d90
* Fri Aug 10 2018 Jan Černý <jcerny@redhat.com> - 1.3.0_alpha2-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Thu Aug 09 2018 Jan Černý <jcerny@redhat.com> - 1.3.0_alpha1-3
2f7d90
- Add RHEL8 CPE (until RHEL8 public beta downstream patch only)
2f7d90
2f7d90
* Fri Jul 27 2018 Jan Černý <jcerny@redhat.com> - 1.3.0_alpha1-2
2f7d90
- Use AsciiDoc instead of AsciiDoctor (RHBZ#1607541)
2f7d90
2f7d90
* Fri Jul 20 2018 Jan Černý <jcerny@redhat.com> - 1.3.0_alpha1-1
2f7d90
- upgrade to the latest upstream release
2f7d90
- change specfile to use CMake
2f7d90
- dropped commands in the spec file that are no longer relevant
2f7d90
- dropped subpackages in the spec file that are no longer relevant
2f7d90
2f7d90
* Fri May 18 2018 Jan Černý <jcerny@redhat.com> - 1.2.16-5
2f7d90
- Use pathfix.py instead of a downstream patch to fix shebang
2f7d90
2f7d90
* Thu May 17 2018 Jan Černý <jcerny@redhat.com> - 1.2.16-4
2f7d90
- Remove Python 2 dependencies
2f7d90
2f7d90
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.16-3
2f7d90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2f7d90
2f7d90
* Fri Jan 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.2.16-2
2f7d90
- Update Python 2 dependency declarations to new packaging standards
2f7d90
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
2f7d90
2f7d90
* Tue Nov 14 2017 jcerny@redhat.com - 1.2.16-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Thu Oct 05 2017 Martin Preisler <mpreisle@redhat.com> - 1.2.15-2
2f7d90
- moved oscap-chroot to openscap-scanner because it's a thin wrapper script with no dependencies
2f7d90
2f7d90
* Fri Aug 25 2017 Jan Černý <jcerny@redhat.com> - 1.2.15-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.14-9
2f7d90
- Add Provides for the old name without %%_isa
2f7d90
2f7d90
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.14-8
2f7d90
- Python 2 binary package renamed to python2-openscap
2f7d90
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
2f7d90
2f7d90
* Fri Aug 11 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.2.14-7
2f7d90
- Rebuilt after RPM update (№ 3)
2f7d90
2f7d90
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.2.14-6
2f7d90
- Rebuilt for RPM soname bump
2f7d90
2f7d90
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.2.14-5
2f7d90
- Rebuilt for RPM soname bump
2f7d90
2f7d90
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-4
2f7d90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2f7d90
2f7d90
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-3
2f7d90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2f7d90
2f7d90
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.2.14-2
2f7d90
- Perl 5.26 rebuild
2f7d90
2f7d90
* Tue Mar 21 2017 Martin Preisler <mpreisle@redhat.com> - 1.2.14-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.13-2
2f7d90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2f7d90
2f7d90
* Thu Jan 05 2017 Martin Preisler <mpreisle@redhat.com> - 1.2.13-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.2.12-2
2f7d90
- Rebuild for Python 3.6
2f7d90
2f7d90
* Tue Nov 22 2016 Martin Preisler <mpreisle@redhat.com> - 1.2.12-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Wed Oct 19 2016 Martin Preisler <mpreisle@redhat.com> - 1.2.11-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.10-2
2f7d90
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
2f7d90
2f7d90
* Tue Jul 12 2016 Martin Preisler <mpreisle@redhat.com> - 1.2.10-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.2.9-2
2f7d90
- Perl 5.24 rebuild
2f7d90
2f7d90
* Fri Apr 22 2016 Martin Preisler <mpreisle@redhat.com> - 1.2.9-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-2
2f7d90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2f7d90
2f7d90
* Mon Jan 18 2016 Šimon Lukašík <slukasik@redhat.com> - 1.2.8-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Thu Dec 03 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.7-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6-4
2f7d90
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
2f7d90
2f7d90
* Tue Oct 13 2015 Zbyněk Moravec <zmoravec@redhat.com> - 1.2.6-3
2f7d90
- fix oscap-docker shebang
2f7d90
2f7d90
* Wed Oct 07 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.6-2
2f7d90
- put oscap-docker to openscap-containers subpackage
2f7d90
- do not require atomic at all
2f7d90
2f7d90
* Mon Oct 05 2015 Zbyněk Moravec <zmoravec@redhat.com> - 1.2.6-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Wed Jul 29 2015 Martin Preisler <mpreisle@redhat.com> - 1.2.5-2
2f7d90
- rebuilt because of librpm and librpmio ABI break
2f7d90
2f7d90
* Mon Jul 06 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.5-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Sat Jun 20 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.4-1
2f7d90
- upgrade to the latest upstream release.
2f7d90
- Content of selinux package has been purged.
2f7d90
2f7d90
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-3
2f7d90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2f7d90
2f7d90
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.2.3-2
2f7d90
- Perl 5.22 rebuild
2f7d90
2f7d90
* Fri May 01 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.3-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Thu Apr 02 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.2-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Sat Jan 10 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.1-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Tue Dec 02 2014 Šimon Lukašík <slukasik@redhat.com> - 1.2.0-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Fri Sep 26 2014 Šimon Lukašík <slukasik@redhat.com> - 1.1.1-1
2f7d90
- upgrade to the latest upstream release
2f7d90
2f7d90
* Fri Sep 05 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.1.0-2
2f7d90
- Perl 5.20 rebuild
2f7d90
2f7d90
* Wed Sep 03 2014 Šimon Lukašík <slukasik@redhat.com> - 1.1.0-1
2f7d90
- upgrade
2f7d90
2f7d90
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.0.9-4
2f7d90
- Perl 5.20 rebuild
2f7d90
2f7d90
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-3
2f7d90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2f7d90
2f7d90
* Tue Jul 01 2014 Šimon Lukašík <slukasik@redhat.com> - 1.0.9-2
2f7d90
- Extract oscap tool to a separate package (rhbz#1115116)
2f7d90
2f7d90
* Wed Jun 25 2014 Martin Preisler <mpreisle@redhat.com> - 1.0.9-1
2f7d90
- upgrade
2f7d90
2f7d90
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.8-2
2f7d90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2f7d90
2f7d90
* Wed Mar 26 2014 Šimon Lukašík <slukasik@redhat.com> - 1.0.8-1
2f7d90
- upgrade
2f7d90
2f7d90
* Thu Mar 20 2014 Šimon Lukašík <slukasik@redhat.com> - 1.0.7-1
2f7d90
- upgrade
2f7d90
2f7d90
* Wed Mar 19 2014 Šimon Lukašík <slukasik@redhat.com> - 1.0.6-1
2f7d90
- upgrade
2f7d90
2f7d90
* Fri Mar 14 2014 Šimon Lukašík <slukasik@redhat.com> - 1.0.5-1
2f7d90
- upgrade
2f7d90
2f7d90
* Thu Feb 13 2014 Šimon Lukašík <slukasik@redhat.com> - 1.0.4-1
2f7d90
- upgrade
2f7d90
2f7d90
* Tue Jan 14 2014 Šimon Lukašík <slukasik@redhat.com> - 1.0.3-1
2f7d90
- upgrade
2f7d90
- This upstream release addresses: #1052142
2f7d90
2f7d90
* Fri Jan 10 2014 Šimon Lukašík <slukasik@redhat.com> - 1.0.2-1
2f7d90
- upgrade
2f7d90
- This upstream release addresses: #1018291, #1029879, #1026833
2f7d90
2f7d90
* Thu Nov 28 2013 Šimon Lukašík <slukasik@redhat.com> - 1.0.1-1
2f7d90
- upgrade
2f7d90
2f7d90
* Tue Nov 26 2013 Šimon Lukašík <slukasik@redhat.com> - 1.0.0-3
2f7d90
- expand LT_CURRENT_MINUS_AGE correctly
2f7d90
2f7d90
* Thu Nov 21 2013 Šimon Lukašík <slukasik@redhat.com> - 1.0.0-2
2f7d90
- dlopen libopenscap_sce.so.{current-age} explicitly
2f7d90
  That allows for SCE to work without openscap-engine-sce-devel
2f7d90
2f7d90
* Tue Nov 19 2013 Šimon Lukašík <slukasik@redhat.com> - 1.0.0-1
2f7d90
- upgrade
2f7d90
- package openscap-engine-sce-devel separately
2f7d90
2f7d90
* Fri Nov 15 2013 Šimon Lukašík <slukasik@redhat.com> - 0.9.13-7
2f7d90
- do not obsolete openscap-conten just drop it (#1028706)
2f7d90
  scap-security-guide will bring the Obsoletes tag
2f7d90
2f7d90
* Thu Nov 14 2013 Šimon Lukašík <slukasik@redhat.com> - 0.9.13-6
2f7d90
- only non-noarch packages should be requiring specific architecture
2f7d90
2f7d90
* Sat Nov 09 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.13-5
2f7d90
- specify architecture when requiring base package
2f7d90
2f7d90
* Fri Nov 08 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.13-4
2f7d90
- specify dependency between engine and devel sub-package
2f7d90
2f7d90
* Fri Nov 08 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.13-3
2f7d90
- correct openscap-utils dependencies
2f7d90
2f7d90
* Fri Nov 08 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.13-2
2f7d90
- drop openscap-content package (use scap-security-guide instead)
2f7d90
2f7d90
* Fri Nov 08 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.13-1
2f7d90
- upgrade
2f7d90
2f7d90
* Thu Sep 26 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.12-2
2f7d90
- Start building SQL probes for Fedora
2f7d90
2f7d90
* Wed Sep 11 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.12-1
2f7d90
- upgrade
2f7d90
2f7d90
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.11-2
2f7d90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2f7d90
2f7d90
* Thu Jul 18 2013 Petr Lautrbach <plautrba@redhat.com> 0.9.11-1
2f7d90
- upgrade
2f7d90
2f7d90
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.9.10-2
2f7d90
- Perl 5.18 rebuild
2f7d90
2f7d90
* Mon Jul 15 2013 Petr Lautrbach <plautrba@redhat.com> 0.9.10-1
2f7d90
- upgrade
2f7d90
2f7d90
* Mon Jun 17 2013 Petr Lautrbach <plautrba@redhat.com> 0.9.8-1
2f7d90
- upgrade
2f7d90
2f7d90
* Fri Apr 26 2013 Petr Lautrbach <plautrba@redhat.com> 0.9.7-1
2f7d90
- upgrade
2f7d90
- add openscap-selinux sub-package
2f7d90
2f7d90
* Wed Apr 24 2013 Petr Lautrbach <plautrba@redhat.com> 0.9.6-1
2f7d90
- upgrade
2f7d90
2f7d90
* Wed Mar 20 2013 Petr Lautrbach <plautrba@redhat.com> 0.9.5-1
2f7d90
- upgrade
2f7d90
2f7d90
* Mon Mar 04 2013 Petr Lautrbach <plautrba@redhat.com> 0.9.4.1-1
2f7d90
- upgrade
2f7d90
2f7d90
* Tue Feb 26 2013 Petr Lautrbach <plautrba@redhat.com> 0.9.4-1
2f7d90
- upgrade
2f7d90
2f7d90
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3-2
2f7d90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2f7d90
2f7d90
* Mon Dec 17 2012 Petr Lautrbach <plautrba@redhat.com> 0.9.3-1
2f7d90
- upgrade
2f7d90
2f7d90
* Wed Nov 21 2012 Petr Lautrbach <plautrba@redhat.com> 0.9.2-1
2f7d90
- upgrade
2f7d90
2f7d90
* Mon Oct 22 2012 Petr Lautrbach <plautrba@redhat.com> 0.9.1-1
2f7d90
- upgrade
2f7d90
2f7d90
* Tue Sep 25 2012 Peter Vrabec <pvrabec@redhat.com> 0.9.0-1
2f7d90
- upgrade
2f7d90
2f7d90
* Mon Aug 27 2012 Petr Lautrbach <plautrba@redhat.com> 0.8.5-1
2f7d90
- upgrade
2f7d90
2f7d90
* Tue Aug 07 2012 Petr Lautrbach <plautrba@redhat.com> 0.8.4-1
2f7d90
- upgrade
2f7d90
2f7d90
* Tue Jul 31 2012 Petr Lautrbach <plautrba@redhat.com> 0.8.3-2
2f7d90
- fix Profile and  @hidden issue
2f7d90
2f7d90
* Mon Jul 30 2012 Petr Lautrbach <plautrba@redhat.com> 0.8.3-1
2f7d90
- upgrade
2f7d90
2f7d90
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
2f7d90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2f7d90
2f7d90
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 0.8.2-2
2f7d90
- Perl 5.16 rebuild
2f7d90
2f7d90
* Fri Mar 30 2012 Petr Lautrbach <plautrba@redhat.com> 0.8.2-1
2f7d90
- upgrade
2f7d90
2f7d90
* Tue Feb 21 2012 Peter Vrabec <pvrabec@redhat.com> 0.8.1-1
2f7d90
- upgrade
2f7d90
2f7d90
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 0.8.0-3
2f7d90
- Rebuild against PCRE 8.30
2f7d90
2f7d90
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-2
2f7d90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2f7d90
2f7d90
* Tue Oct 11 2011 Peter Vrabec <pvrabec@redhat.com> 0.8.0-1
2f7d90
- upgrade
2f7d90
2f7d90
* Mon Jul 25 2011 Peter Vrabec <pvrabec@redhat.com> 0.7.4-1
2f7d90
- upgrade
2f7d90
2f7d90
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.7.3-3
2f7d90
- Perl mass rebuild
2f7d90
2f7d90
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.7.3-2
2f7d90
- Perl mass rebuild
2f7d90
2f7d90
* Fri Jun 24 2011 Peter Vrabec <pvrabec@redhat.com> 0.7.3-1
2f7d90
- upgrade
2f7d90
2f7d90
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.7.2-3
2f7d90
- Perl mass rebuild
2f7d90
2f7d90
* Fri Jun 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.7.2-2
2f7d90
- Perl 5.14 mass rebuild
2f7d90
2f7d90
* Wed Apr 20 2011 Peter Vrabec <pvrabec@redhat.com> 0.7.2-1
2f7d90
- upgrade
2f7d90
2f7d90
* Fri Mar 11 2011 Peter Vrabec <pvrabec@redhat.com> 0.7.1-1
2f7d90
- upgrade
2f7d90
2f7d90
* Thu Feb 10 2011 Peter Vrabec <pvrabec@redhat.com> 0.7.0-1
2f7d90
- upgrade
2f7d90
2f7d90
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-2
2f7d90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2f7d90
2f7d90
* Mon Jan 31 2011 Peter Vrabec <pvrabec@redhat.com> 0.6.8-1
2f7d90
- upgrade
2f7d90
2f7d90
* Fri Jan 14 2011 Peter Vrabec <pvrabec@redhat.com> 0.6.7-1
2f7d90
- upgrade
2f7d90
2f7d90
* Wed Oct 20 2010 Peter Vrabec <pvrabec@redhat.com> 0.6.4-1
2f7d90
- upgrade
2f7d90
2f7d90
* Tue Sep 14 2010 Peter Vrabec <pvrabec@redhat.com> 0.6.3-1
2f7d90
- upgrade
2f7d90
2f7d90
* Fri Aug 27 2010 Peter Vrabec <pvrabec@redhat.com> 0.6.2-1
2f7d90
- upgrade
2f7d90
2f7d90
* Wed Jul 14 2010 Peter Vrabec <pvrabec@redhat.com> 0.6.0-1
2f7d90
- upgrade
2f7d90
2f7d90
* Wed May 26 2010 Peter Vrabec <pvrabec@redhat.com> 0.5.11-1
2f7d90
- upgrade
2f7d90
2f7d90
* Fri May 07 2010 Peter Vrabec <pvrabec@redhat.com> 0.5.10-1
2f7d90
- upgrade
2f7d90
2f7d90
* Fri Apr 16 2010 Peter Vrabec <pvrabec@redhat.com> 0.5.9-1
2f7d90
- upgrade
2f7d90
2f7d90
* Fri Feb 26 2010 Peter Vrabec <pvrabec@redhat.com> 0.5.7-1
2f7d90
- upgrade
2f7d90
- new utils package
2f7d90
2f7d90
* Mon Jan 04 2010 Peter Vrabec <pvrabec@redhat.com> 0.5.6-1
2f7d90
- upgrade
2f7d90
2f7d90
* Tue Sep 29 2009 Peter Vrabec <pvrabec@redhat.com> 0.5.3-1
2f7d90
- upgrade
2f7d90
2f7d90
* Wed Aug 19 2009 Peter Vrabec <pvrabec@redhat.com> 0.5.2-1
2f7d90
- upgrade
2f7d90
2f7d90
* Mon Aug 03 2009 Peter Vrabec <pvrabec@redhat.com> 0.5.1-2
2f7d90
- add rpm-devel requirement
2f7d90
2f7d90
* Mon Aug 03 2009 Peter Vrabec <pvrabec@redhat.com> 0.5.1-1
2f7d90
- upgrade
2f7d90
2f7d90
* Thu Apr 30 2009 Peter Vrabec <pvrabec@redhat.com> 0.3.3-1
2f7d90
- upgrade
2f7d90
2f7d90
* Thu Apr 23 2009 Peter Vrabec <pvrabec@redhat.com> 0.3.2-1
2f7d90
- upgrade
2f7d90
2f7d90
* Sun Mar 29 2009 Peter Vrabec <pvrabec@redhat.com> 0.1.4-1
2f7d90
- upgrade
2f7d90
2f7d90
* Fri Mar 27 2009 Peter Vrabec <pvrabec@redhat.com> 0.1.3-2
2f7d90
- spec file fixes (#491892)
2f7d90
2f7d90
* Tue Mar 24 2009 Peter Vrabec <pvrabec@redhat.com> 0.1.3-1
2f7d90
- upgrade
2f7d90
2f7d90
* Thu Jan 15 2009 Tomas Heinrich <theinric@redhat.com> 0.1.1-1
2f7d90
- Initial rpm