2009-03-31 07:40:00 +00:00
|
|
|
Name: openscap
|
2022-01-20 22:43:15 +00:00
|
|
|
Version: 1.3.6
|
2022-02-04 18:37:52 +00:00
|
|
|
Release: 4%{?dist}
|
2019-05-20 09:14:07 +00:00
|
|
|
Epoch: 1
|
2009-03-31 07:40:00 +00:00
|
|
|
Summary: Set of open source libraries enabling integration of the SCAP line of standards
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://www.open-scap.org/
|
2018-07-18 11:05:41 +00:00
|
|
|
Source0: https://github.com/OpenSCAP/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
2022-01-31 14:19:14 +00:00
|
|
|
Patch1: openscap-1.3.7-pr-1841-fix-shellcheck-warning.patch
|
|
|
|
Patch2: openscap-1.3.7-pr-1843-prevent-fails-of-epoch-test.patch
|
2022-02-01 16:07:11 +00:00
|
|
|
Patch3: openscap-1.3.7-pr-1844-prevent-fails-of-epoch-test-2.patch
|
2022-02-04 18:37:52 +00:00
|
|
|
Patch4: openscap-1.3.7-pr-1846-prevent-file-permissions-errors.patch
|
2022-01-20 22:43:15 +00:00
|
|
|
BuildRequires: make
|
2018-07-18 11:05:41 +00:00
|
|
|
BuildRequires: cmake >= 2.6
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: swig libxml2-devel libxslt-devel perl-generators perl-XML-Parser
|
2010-01-02 20:49:54 +00:00
|
|
|
BuildRequires: rpm-devel
|
2010-12-01 13:39:54 +00:00
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
BuildRequires: pcre-devel
|
2011-04-20 12:03:34 +00:00
|
|
|
BuildRequires: libacl-devel
|
2020-04-09 14:18:33 +00:00
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
BuildRequires: libcap-devel
|
2011-07-26 12:15:47 +00:00
|
|
|
BuildRequires: libblkid-devel
|
2014-12-02 09:37:15 +00:00
|
|
|
BuildRequires: bzip2-devel
|
2018-08-13 07:05:20 +00:00
|
|
|
BuildRequires: asciidoc
|
2018-07-18 11:05:41 +00:00
|
|
|
BuildRequires: openldap-devel
|
2020-04-09 14:18:33 +00:00
|
|
|
BuildRequires: glib2-devel
|
2018-07-18 11:05:41 +00:00
|
|
|
BuildRequires: dbus-devel
|
2020-05-04 09:29:55 +00:00
|
|
|
BuildRequires: libyaml-devel
|
2021-04-23 12:36:21 +00:00
|
|
|
BuildRequires: xmlsec1-devel xmlsec1-openssl-devel
|
2012-09-25 15:36:05 +00:00
|
|
|
%if %{?_with_check:1}%{!?_with_check:0}
|
|
|
|
BuildRequires: perl-XML-XPath
|
2014-12-02 09:37:15 +00:00
|
|
|
BuildRequires: bzip2
|
2012-09-25 15:36:05 +00:00
|
|
|
%endif
|
2020-04-09 14:18:33 +00:00
|
|
|
Requires: bash
|
|
|
|
Requires: bzip2-libs
|
|
|
|
Requires: dbus
|
|
|
|
Requires: glib2
|
|
|
|
Requires: libacl
|
|
|
|
Requires: libblkid
|
|
|
|
Requires: libcap
|
|
|
|
Requires: libselinux
|
|
|
|
Requires: openldap
|
|
|
|
Requires: popt
|
|
|
|
# Fedora has procps-ng, which provides procps
|
|
|
|
Requires: procps
|
2021-04-23 12:36:21 +00:00
|
|
|
Requires: xmlsec1 xmlsec1-openssl
|
2009-03-31 07:40:00 +00:00
|
|
|
|
|
|
|
%description
|
2012-09-25 15:36:05 +00:00
|
|
|
OpenSCAP is a set of open source libraries providing an easier path
|
|
|
|
for integration of the SCAP line of standards. SCAP is a line of standards
|
|
|
|
managed by NIST with the goal of providing a standard language
|
2009-03-31 07:40:00 +00:00
|
|
|
for the expression of Computer Network Defense related information.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
2019-05-20 09:14:07 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
2011-01-20 13:45:40 +00:00
|
|
|
Requires: libxml2-devel
|
2011-03-11 15:41:14 +00:00
|
|
|
Requires: pkgconfig
|
2018-07-18 11:05:41 +00:00
|
|
|
BuildRequires: doxygen
|
2009-03-31 07:40:00 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
2014-09-03 07:11:25 +00:00
|
|
|
%package python3
|
|
|
|
Summary: Python 3 bindings for %{name}
|
2019-05-20 09:14:07 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
2014-09-03 07:11:25 +00:00
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
|
|
|
%description python3
|
|
|
|
The %{name}-python3 package contains the bindings so that %{name}
|
|
|
|
libraries can be used by python3.
|
|
|
|
|
2014-07-01 15:23:57 +00:00
|
|
|
%package scanner
|
|
|
|
Summary: OpenSCAP Scanner Tool (oscap)
|
2019-05-20 09:14:07 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
2012-10-22 11:49:47 +00:00
|
|
|
Requires: libcurl >= 7.12.0
|
|
|
|
BuildRequires: libcurl-devel >= 7.12.0
|
2010-02-26 13:51:35 +00:00
|
|
|
|
2014-07-01 15:23:57 +00:00
|
|
|
%description scanner
|
|
|
|
The %{name}-scanner package contains oscap command-line tool. The oscap
|
2012-12-17 12:44:37 +00:00
|
|
|
is configuration and vulnerability scanner, capable of performing
|
|
|
|
compliance checking using SCAP content.
|
2011-04-20 12:03:34 +00:00
|
|
|
|
2014-07-01 15:23:57 +00:00
|
|
|
%package utils
|
|
|
|
Summary: OpenSCAP Utilities
|
2019-05-20 09:14:07 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
2014-07-01 15:23:57 +00:00
|
|
|
Requires: rpmdevtools rpm-build
|
2019-05-20 09:14:07 +00:00
|
|
|
Requires: %{name}-scanner%{?_isa} = %{epoch}:%{version}-%{release}
|
2014-07-01 15:23:57 +00:00
|
|
|
|
|
|
|
%description utils
|
|
|
|
The %{name}-utils package contains command-line tools build on top
|
|
|
|
of OpenSCAP library. Historically, openscap-utils included oscap
|
|
|
|
tool which is now separated to %{name}-scanner sub-package.
|
|
|
|
|
2013-11-08 10:36:22 +00:00
|
|
|
%package engine-sce
|
2013-11-09 20:44:17 +00:00
|
|
|
Summary: Script Check Engine plug-in for OpenSCAP
|
2019-05-20 09:14:07 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
2013-11-08 10:36:22 +00:00
|
|
|
|
|
|
|
%description engine-sce
|
|
|
|
The Script Check Engine is non-standard extension to SCAP protocol. This
|
|
|
|
engine allows content authors to avoid OVAL language and write their assessment
|
|
|
|
commands using a scripting language (Bash, Perl, Python, Ruby, ...).
|
|
|
|
|
2013-11-19 11:03:24 +00:00
|
|
|
%package engine-sce-devel
|
|
|
|
Summary: Development files for %{name}-engine-sce
|
2019-05-20 09:14:07 +00:00
|
|
|
Requires: %{name}-devel%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: %{name}-engine-sce%{?_isa} = %{epoch}:%{version}-%{release}
|
2013-11-19 11:03:24 +00:00
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description engine-sce-devel
|
|
|
|
The %{name}-engine-sce-devel package contains libraries and header files
|
|
|
|
for developing applications that use %{name}-engine-sce.
|
|
|
|
|
2015-10-04 22:35:38 +00:00
|
|
|
%package containers
|
|
|
|
Summary: Utils for scanning containers
|
2019-05-20 09:14:07 +00:00
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
2015-10-07 11:12:36 +00:00
|
|
|
Requires: %{name}-scanner
|
2015-10-04 22:35:38 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description containers
|
|
|
|
Tool for scanning Atomic containers.
|
|
|
|
|
2009-03-31 07:40:00 +00:00
|
|
|
%prep
|
2019-06-11 14:09:07 +00:00
|
|
|
%autosetup -p1
|
2009-03-31 07:40:00 +00:00
|
|
|
|
|
|
|
%build
|
2020-05-27 14:52:35 +00:00
|
|
|
# gconf is a legacy system not used any more, and it blocks testing of oscap-anaconda-addon
|
|
|
|
# as gconf is no longer part of the installation medium
|
2020-12-09 12:10:52 +00:00
|
|
|
%cmake \
|
|
|
|
-DENABLE_PERL=OFF \
|
|
|
|
-DENABLE_DOCS=ON \
|
|
|
|
-DOPENSCAP_PROBE_UNIX_GCONF=OFF \
|
|
|
|
-DGCONF_LIBRARY=
|
2020-07-14 02:21:58 +00:00
|
|
|
%cmake_build
|
2018-08-13 07:05:20 +00:00
|
|
|
make docs
|
2009-03-31 07:40:00 +00:00
|
|
|
|
2011-10-13 08:16:21 +00:00
|
|
|
%check
|
|
|
|
%if %{?_with_check:1}%{!?_with_check:0}
|
2018-07-18 11:05:41 +00:00
|
|
|
ctest -V %{?_smp_mflags}
|
2011-10-13 08:16:21 +00:00
|
|
|
%endif
|
2010-12-01 13:39:54 +00:00
|
|
|
|
2009-03-31 07:40:00 +00:00
|
|
|
%install
|
2020-07-14 02:21:58 +00:00
|
|
|
%cmake_install
|
2010-03-24 15:30:11 +00:00
|
|
|
|
2018-07-18 11:05:41 +00:00
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
2011-04-20 12:03:34 +00:00
|
|
|
|
2018-07-18 11:05:41 +00:00
|
|
|
# fix python shebangs
|
|
|
|
pathfix.py -i %{__python3} -p -n $RPM_BUILD_ROOT%{_bindir}/scap-as-rpm
|
2010-09-07 11:54:03 +00:00
|
|
|
|
2019-01-22 17:40:35 +00:00
|
|
|
%ldconfig_scriptlets
|
2009-03-31 07:40:00 +00:00
|
|
|
|
2022-01-20 22:43:15 +00:00
|
|
|
# enable oscap-remediate.service here for now
|
|
|
|
# https://github.com/hughsie/PackageKit/issues/401
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1833176
|
|
|
|
mkdir -p %{buildroot}%{_unitdir}/system-update.target.wants/
|
|
|
|
ln -sf ../oscap-remediate.service %{buildroot}%{_unitdir}/system-update.target.wants/oscap-remediate.service
|
|
|
|
|
2009-03-31 07:40:00 +00:00
|
|
|
%files
|
2018-07-18 11:05:41 +00:00
|
|
|
%doc AUTHORS NEWS README.md
|
2015-11-23 10:53:23 +00:00
|
|
|
%license COPYING
|
2018-07-18 11:05:41 +00:00
|
|
|
%doc %{_pkgdocdir}/manual/
|
2011-03-11 15:41:14 +00:00
|
|
|
%dir %{_datadir}/openscap
|
|
|
|
%dir %{_datadir}/openscap/schemas
|
|
|
|
%dir %{_datadir}/openscap/xsl
|
2012-12-17 12:44:37 +00:00
|
|
|
%dir %{_datadir}/openscap/cpe
|
2018-07-18 11:05:41 +00:00
|
|
|
%{_libdir}/libopenscap.so.*
|
2010-07-15 09:16:14 +00:00
|
|
|
%{_datadir}/openscap/schemas/*
|
2010-09-07 11:54:03 +00:00
|
|
|
%{_datadir}/openscap/xsl/*
|
2012-12-17 12:44:37 +00:00
|
|
|
%{_datadir}/openscap/cpe/*
|
2009-03-31 07:40:00 +00:00
|
|
|
|
2014-09-03 07:11:25 +00:00
|
|
|
%files python3
|
|
|
|
%{python3_sitearch}/*
|
|
|
|
|
2009-03-31 07:40:00 +00:00
|
|
|
%files devel
|
2018-07-18 11:05:41 +00:00
|
|
|
%doc %{_pkgdocdir}/html/
|
2013-11-19 11:03:24 +00:00
|
|
|
%{_libdir}/libopenscap.so
|
2010-12-01 13:39:54 +00:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2013-11-19 11:03:24 +00:00
|
|
|
%{_includedir}/openscap
|
|
|
|
%exclude %{_includedir}/openscap/sce_engine_api.h
|
|
|
|
|
|
|
|
%files engine-sce-devel
|
|
|
|
%{_libdir}/libopenscap_sce.so
|
|
|
|
%{_includedir}/openscap/sce_engine_api.h
|
2009-03-31 07:40:00 +00:00
|
|
|
|
2014-07-01 15:23:57 +00:00
|
|
|
%files scanner
|
2019-06-11 14:09:07 +00:00
|
|
|
%{_mandir}/man8/oscap.8*
|
2014-07-01 15:23:57 +00:00
|
|
|
%{_bindir}/oscap
|
2017-10-05 18:27:27 +00:00
|
|
|
%{_bindir}/oscap-chroot
|
2014-07-01 15:23:57 +00:00
|
|
|
%{_sysconfdir}/bash_completion.d
|
2022-01-20 22:43:15 +00:00
|
|
|
%{_libexecdir}/oscap-remediate
|
|
|
|
%{_unitdir}/oscap-remediate.service
|
|
|
|
%{_unitdir}/system-update.target.wants/
|
2014-07-01 15:23:57 +00:00
|
|
|
|
2010-02-26 13:51:35 +00:00
|
|
|
%files utils
|
2011-03-11 15:41:14 +00:00
|
|
|
%doc docs/oscap-scan.cron
|
2010-12-01 13:39:54 +00:00
|
|
|
%{_mandir}/man8/*
|
2019-06-11 14:09:07 +00:00
|
|
|
%exclude %{_mandir}/man8/oscap.8*
|
|
|
|
%exclude %{_mandir}/man8/oscap-docker.8*
|
2010-12-01 13:39:54 +00:00
|
|
|
%{_bindir}/*
|
2014-07-01 15:23:57 +00:00
|
|
|
%exclude %{_bindir}/oscap
|
2015-10-04 22:35:38 +00:00
|
|
|
%exclude %{_bindir}/oscap-docker
|
2017-10-05 18:27:27 +00:00
|
|
|
%exclude %{_bindir}/oscap-chroot
|
2010-12-01 13:39:54 +00:00
|
|
|
|
2013-11-08 10:36:22 +00:00
|
|
|
%files engine-sce
|
|
|
|
%{_libdir}/libopenscap_sce.so.*
|
|
|
|
|
2015-10-04 22:35:38 +00:00
|
|
|
%files containers
|
|
|
|
%{_bindir}/oscap-docker
|
2019-06-11 14:09:07 +00:00
|
|
|
%{_mandir}/man8/oscap-docker.8*
|
2018-07-18 11:05:41 +00:00
|
|
|
%{python3_sitelib}/oscap_docker_python/*
|
2019-06-13 10:00:03 +00:00
|
|
|
%{_bindir}/oscap-podman
|
|
|
|
%{_mandir}/man8/oscap-podman.8*
|
2015-10-04 22:35:38 +00:00
|
|
|
|
2009-03-31 07:40:00 +00:00
|
|
|
%changelog
|
2022-02-04 18:37:52 +00:00
|
|
|
* Fri Feb 4 2022 Evgenii Kolesnikov <ekolesni@redhat.com> - 1:1.3.6-4
|
|
|
|
- Prevent file permissions errors
|
|
|
|
|
2022-02-01 16:07:11 +00:00
|
|
|
* Tue Feb 1 2022 Evgenii Kolesnikov <ekolesni@redhat.com> - 1:1.3.6-3
|
|
|
|
- Prevent fails of test_ds_misc.sh (bis)
|
|
|
|
|
2022-01-31 14:19:14 +00:00
|
|
|
* Mon Jan 31 2022 Evgenii Kolesnikov <ekolesni@redhat.com> - 1:1.3.6-2
|
|
|
|
- Fix coverity issues
|
|
|
|
- Prevent fails of test_ds_misc.sh
|
|
|
|
|
2022-01-20 22:43:15 +00:00
|
|
|
* Thu Jan 20 2022 Evgenii Kolesnikov <ekolesni@redhat.com> - 1:1.3.6-1
|
|
|
|
- Update to the latest upstream release
|
|
|
|
|
2022-01-20 22:27:39 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.5-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-22 17:19:09 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.5-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-25 15:18:36 +00:00
|
|
|
* Fri Jun 25 2021 Jan Černý <jcerny@redhat.com> - 1:1.3.5-5
|
|
|
|
- Do not set RPATH (rhbz#1967200)
|
|
|
|
|
2021-06-16 21:00:49 +00:00
|
|
|
* Wed Jun 16 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:1.3.5-4
|
|
|
|
- Skip RPATH check temporarily
|
|
|
|
|
2021-06-04 18:14:00 +00:00
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1:1.3.5-3
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
2021-04-26 11:47:17 +00:00
|
|
|
* Mon Apr 26 2021 Jan Černý <jcerny@redhat.com> - 1:1.3.5-2
|
|
|
|
- Waive the known issue with hugepages on ppc64/ppc64le
|
|
|
|
|
2021-04-23 12:36:21 +00:00
|
|
|
* Fri Apr 23 2021 Jan Černý <jcerny@redhat.com> - 1:1.3.5-1
|
|
|
|
- Update to the latest upstream release
|
|
|
|
|
2021-01-26 22:34:46 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-12-09 12:10:52 +00:00
|
|
|
* Wed Dec 09 2020 Jan Černý <jcerny@redhat.com> - 1:1.3.4-3
|
|
|
|
- Remove dependency on GConf2
|
|
|
|
- Update cmake command
|
|
|
|
|
2020-11-03 18:58:23 +00:00
|
|
|
* Tue Nov 03 2020 Evgenii Kolesnikov <ekolesni@redhat.com> - 1.3.4-2
|
|
|
|
- Fix problems uncovered by the Coverity Scan
|
|
|
|
- Fix field names handling in yamlfilecontent probe
|
|
|
|
|
2020-10-07 20:39:38 +00:00
|
|
|
* Wed Oct 07 2020 Evgenii Kolesnikov <ekolesni@redhat.com> - 1:1.3.4-1
|
|
|
|
- Upgrade to the latest upstream release
|
|
|
|
|
2020-05-27 14:52:35 +00:00
|
|
|
* Thu Aug 27 2020 Jan Černý <jcerny@redhat.com> - 1:1.3.3-6
|
|
|
|
- Disabled the gconf probe, and removed the gconf dependency.
|
|
|
|
gconf is a legacy system not used any more, and it blocks testing of oscap-anaconda-addon
|
|
|
|
as gconf is no longer part of the installation medium for Fedora 32
|
|
|
|
|
2020-07-28 12:47:19 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-14 02:21:58 +00:00
|
|
|
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1:1.3.3-4
|
|
|
|
- Update spec file to use new cmake macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds
|
|
|
|
|
2020-05-26 00:54:56 +00:00
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1:1.3.3-3
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
2020-05-04 09:29:55 +00:00
|
|
|
* Mon May 04 2020 Jan Černý <jcerny@redhat.com> - 1:1.3.3-2
|
|
|
|
- Add libyaml-devel as a dependency to enable yamlfilecontent probe
|
|
|
|
|
2020-04-30 09:05:28 +00:00
|
|
|
* Thu Apr 30 2020 Jan Černý <jcerny@redhat.com> - 1:1.3.3-1
|
|
|
|
- Upgrade to the latest upstream release
|
|
|
|
|
2020-04-09 14:18:33 +00:00
|
|
|
* Thu Apr 09 2020 Matěj Týč <matyc@redhat.com> - 1:1.3.2-5
|
|
|
|
- Made the spec file requirements section copy-paste of the RHEL8 section.
|
|
|
|
- Cleaned the spec file up from ancient obsoletes.
|
|
|
|
|
2020-01-29 20:23:05 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-27 09:54:51 +00:00
|
|
|
* Mon Jan 27 2020 Jan Černý <jcerny@redhat.com> - 1:1.3.2-3
|
|
|
|
- Fix duplicate global variables (RHBZ#1793914)
|
|
|
|
|
2020-01-15 16:11:55 +00:00
|
|
|
* Wed Jan 15 2020 Jan Černý <jcerny@redhat.com> - 1:1.3.2-2
|
|
|
|
- Do not use C++ keyword operator as a function parameter name
|
|
|
|
|
2020-01-14 11:29:56 +00:00
|
|
|
* Tue Jan 14 2020 Jan Černý <jcerny@redhat.com> - 1:1.3.2-1
|
|
|
|
- Upgrade to the latest upstream release
|
|
|
|
|
2019-10-03 11:57:48 +00:00
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1:1.3.1-4
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
2019-08-19 08:21:20 +00:00
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1:1.3.1-3
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-07-25 23:33:42 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-13 10:00:03 +00:00
|
|
|
* Thu Jun 13 2019 Jan Černý <jcerny@redhat.com> - 1:1.3.1-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2019-06-10 22:13:21 +00:00
|
|
|
* Mon Jun 10 22:13:21 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.3.0-7
|
|
|
|
- Rebuild for RPM 4.15
|
|
|
|
|
2019-06-10 15:42:04 +00:00
|
|
|
* Mon Jun 10 15:42:04 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.3.0-6
|
|
|
|
- Rebuild for RPM 4.15
|
|
|
|
|
2019-06-01 18:20:26 +00:00
|
|
|
* Sat Jun 01 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.3.0-5
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
2019-05-20 09:14:07 +00:00
|
|
|
* Mon May 20 2019 Jan Černý <jcerny@redhat.com> - 1.3.0-4
|
|
|
|
- Upgrade the Epoch to align with F30
|
|
|
|
|
2019-02-01 17:30:15 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-10-19 15:11:02 +00:00
|
|
|
* Fri Oct 19 2018 Matěj Týč <matyc@redhat.com> - 1.3.0-2
|
|
|
|
- Removed the openscap-perl package to be on par with RHEL.
|
|
|
|
|
2018-10-09 11:56:07 +00:00
|
|
|
* Tue Oct 09 2018 Jan Černý <jcerny@redhat.com> - 1.3.0-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2018-09-10 06:58:12 +00:00
|
|
|
* Mon Sep 10 2018 Jan Černý <jcerny@redhat.com> - 1.3.0_alpha2-2
|
|
|
|
- List subpackages removed in 1.3.0_alpha1-1 as obsoleted (RHBZ#1626801)
|
|
|
|
|
2018-08-13 07:05:20 +00:00
|
|
|
* Mon Aug 13 2018 Jan Černý <jcerny@redhat.com> - 1.3.0_alpha2-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2018-07-25 07:32:26 +00:00
|
|
|
* Wed Jul 25 2018 Jan Černý <jcerny@redhat.com> - 1.3.0_alpha1-2
|
|
|
|
- removed python2-openscap subpackage
|
|
|
|
|
2018-07-18 11:05:41 +00:00
|
|
|
* Wed Jul 18 2018 Jan Černý <jcerny@redhat.com> - 1.3.0_alpha1-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
- change specfile to use CMake
|
|
|
|
- dropped commands in the spec file that are no longer relevant
|
|
|
|
- dropped subpackages in the spec file that are no longer relevant
|
|
|
|
|
2018-07-13 15:10:42 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.17-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-03 10:35:57 +00:00
|
|
|
* Tue Jul 03 2018 Petr Pisar <ppisar@redhat.com> - 1.2.17-4
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
2018-06-29 19:50:27 +00:00
|
|
|
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.2.17-3
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
2018-06-19 08:49:01 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.2.17-2
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-05-29 10:49:26 +00:00
|
|
|
* Tue May 29 2018 Jan Černý <jcerny@redhat.com> - 1.2.17-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2018-02-08 17:47:21 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.16-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-12 12:33:01 +00:00
|
|
|
* Fri Jan 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.2.16-2
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
2017-11-14 13:37:38 +00:00
|
|
|
* Tue Nov 14 2017 jcerny@redhat.com - 1.2.16-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2017-10-05 18:27:27 +00:00
|
|
|
* Thu Oct 05 2017 Martin Preisler <mpreisle@redhat.com> - 1.2.15-2
|
|
|
|
- moved oscap-chroot to openscap-scanner because it's a thin wrapper script with no dependencies
|
|
|
|
|
2017-08-25 15:16:45 +00:00
|
|
|
* Fri Aug 25 2017 Jan Černý <jcerny@redhat.com> - 1.2.15-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2017-08-20 14:39:26 +00:00
|
|
|
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.14-9
|
|
|
|
- Add Provides for the old name without %%_isa
|
|
|
|
|
2017-08-19 13:39:04 +00:00
|
|
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.14-8
|
|
|
|
- Python 2 binary package renamed to python2-openscap
|
|
|
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
|
|
2017-08-11 07:54:10 +00:00
|
|
|
* Fri Aug 11 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.2.14-7
|
|
|
|
- Rebuilt after RPM update (№ 3)
|
|
|
|
|
2017-08-10 20:11:01 +00:00
|
|
|
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.2.14-6
|
|
|
|
- Rebuilt for RPM soname bump
|
|
|
|
|
2017-08-10 18:28:46 +00:00
|
|
|
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.2.14-5
|
|
|
|
- Rebuilt for RPM soname bump
|
|
|
|
|
2017-08-03 04:35:25 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 01:52:10 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-04 08:13:55 +00:00
|
|
|
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.2.14-2
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
2017-03-21 17:56:37 +00:00
|
|
|
* Tue Mar 21 2017 Martin Preisler <mpreisle@redhat.com> - 1.2.14-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2017-02-11 00:57:04 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.13-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-05 20:19:08 +00:00
|
|
|
* Thu Jan 05 2017 Martin Preisler <mpreisle@redhat.com> - 1.2.13-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2016-12-19 17:20:36 +00:00
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.2.12-2
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-11-22 22:12:15 +00:00
|
|
|
* Tue Nov 22 2016 Martin Preisler <mpreisle@redhat.com> - 1.2.12-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2016-10-19 19:54:17 +00:00
|
|
|
* Wed Oct 19 2016 Martin Preisler <mpreisle@redhat.com> - 1.2.11-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2016-07-19 08:09:03 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.10-2
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-07-12 20:46:14 +00:00
|
|
|
* Tue Jul 12 2016 Martin Preisler <mpreisle@redhat.com> - 1.2.10-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2016-05-17 01:58:04 +00:00
|
|
|
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.2.9-2
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
2016-04-22 15:19:19 +00:00
|
|
|
* Fri Apr 22 2016 Martin Preisler <mpreisle@redhat.com> - 1.2.9-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2016-02-04 11:32:52 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-18 17:06:01 +00:00
|
|
|
* Mon Jan 18 2016 Šimon Lukašík <slukasik@redhat.com> - 1.2.8-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2015-12-03 09:57:40 +00:00
|
|
|
* Thu Dec 03 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.7-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2015-11-10 14:50:55 +00:00
|
|
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
|
|
2015-10-13 10:46:47 +00:00
|
|
|
* Tue Oct 13 2015 Zbyněk Moravec <zmoravec@redhat.com> - 1.2.6-3
|
|
|
|
- fix oscap-docker shebang
|
|
|
|
|
2015-10-07 11:12:36 +00:00
|
|
|
* Wed Oct 07 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.6-2
|
|
|
|
- put oscap-docker to openscap-containers subpackage
|
2015-10-07 11:59:48 +00:00
|
|
|
- do not require atomic at all
|
2015-10-07 11:12:36 +00:00
|
|
|
|
2015-10-04 22:35:38 +00:00
|
|
|
* Mon Oct 05 2015 Zbyněk Moravec <zmoravec@redhat.com> - 1.2.6-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2015-07-29 11:25:15 +00:00
|
|
|
* Wed Jul 29 2015 Martin Preisler <mpreisle@redhat.com> - 1.2.5-2
|
|
|
|
- rebuilt because of librpm and librpmio ABI break
|
|
|
|
|
2015-07-06 11:20:10 +00:00
|
|
|
* Mon Jul 06 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.5-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2015-06-20 20:36:53 +00:00
|
|
|
* Sat Jun 20 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.4-1
|
|
|
|
- upgrade to the latest upstream release.
|
|
|
|
- Content of selinux package has been purged.
|
|
|
|
|
2015-06-18 00:04:31 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-06 15:52:34 +00:00
|
|
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.2.3-2
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2015-05-01 13:57:06 +00:00
|
|
|
* Fri May 01 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.3-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2015-04-02 13:37:18 +00:00
|
|
|
* Thu Apr 02 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.2-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2015-01-10 14:40:23 +00:00
|
|
|
* Sat Jan 10 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.1-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2014-12-02 09:37:15 +00:00
|
|
|
* Tue Dec 02 2014 Šimon Lukašík <slukasik@redhat.com> - 1.2.0-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2014-09-26 11:45:34 +00:00
|
|
|
* Fri Sep 26 2014 Šimon Lukašík <slukasik@redhat.com> - 1.1.1-1
|
|
|
|
- upgrade to the latest upstream release
|
|
|
|
|
2014-09-05 14:56:54 +00:00
|
|
|
* Fri Sep 05 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.1.0-2
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-09-03 07:11:25 +00:00
|
|
|
* Wed Sep 03 2014 Šimon Lukašík <slukasik@redhat.com> - 1.1.0-1
|
|
|
|
- upgrade
|
|
|
|
|
2014-08-28 18:55:03 +00:00
|
|
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.0.9-4
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-08-17 14:04:12 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-01 15:23:57 +00:00
|
|
|
* Tue Jul 01 2014 Šimon Lukašík <slukasik@redhat.com> - 1.0.9-2
|
|
|
|
- Extract oscap tool to a separate package (rhbz#1115116)
|
|
|
|
|
2014-06-25 14:09:20 +00:00
|
|
|
* Wed Jun 25 2014 Martin Preisler <mpreisle@redhat.com> - 1.0.9-1
|
|
|
|
- upgrade
|
|
|
|
|
2014-06-07 16:53:13 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-26 09:43:41 +00:00
|
|
|
* Wed Mar 26 2014 Šimon Lukašík <slukasik@redhat.com> - 1.0.8-1
|
|
|
|
- upgrade
|
|
|
|
|
2014-03-20 10:00:41 +00:00
|
|
|
* Thu Mar 20 2014 Šimon Lukašík <slukasik@redhat.com> - 1.0.7-1
|
|
|
|
- upgrade
|
|
|
|
|
2014-03-19 09:07:33 +00:00
|
|
|
* Wed Mar 19 2014 Šimon Lukašík <slukasik@redhat.com> - 1.0.6-1
|
|
|
|
- upgrade
|
|
|
|
|
2014-03-14 14:45:12 +00:00
|
|
|
* Fri Mar 14 2014 Šimon Lukašík <slukasik@redhat.com> - 1.0.5-1
|
|
|
|
- upgrade
|
|
|
|
|
2014-02-13 14:23:08 +00:00
|
|
|
* Thu Feb 13 2014 Šimon Lukašík <slukasik@redhat.com> - 1.0.4-1
|
|
|
|
- upgrade
|
|
|
|
|
2014-01-14 15:58:07 +00:00
|
|
|
* Tue Jan 14 2014 Šimon Lukašík <slukasik@redhat.com> - 1.0.3-1
|
|
|
|
- upgrade
|
|
|
|
- This upstream release addresses: #1052142
|
|
|
|
|
2014-01-10 09:49:46 +00:00
|
|
|
* Fri Jan 10 2014 Šimon Lukašík <slukasik@redhat.com> - 1.0.2-1
|
|
|
|
- upgrade
|
|
|
|
- This upstream release addresses: #1018291, #1029879, #1026833
|
|
|
|
|
2013-11-28 11:43:57 +00:00
|
|
|
* Thu Nov 28 2013 Šimon Lukašík <slukasik@redhat.com> - 1.0.1-1
|
|
|
|
- upgrade
|
|
|
|
|
2013-11-26 15:51:04 +00:00
|
|
|
* Tue Nov 26 2013 Šimon Lukašík <slukasik@redhat.com> - 1.0.0-3
|
|
|
|
- expand LT_CURRENT_MINUS_AGE correctly
|
|
|
|
|
2013-11-24 19:24:13 +00:00
|
|
|
* Thu Nov 21 2013 Šimon Lukašík <slukasik@redhat.com> - 1.0.0-2
|
|
|
|
- dlopen libopenscap_sce.so.{current-age} explicitly
|
|
|
|
That allows for SCE to work without openscap-engine-sce-devel
|
|
|
|
|
2013-11-19 11:04:54 +00:00
|
|
|
* Tue Nov 19 2013 Šimon Lukašík <slukasik@redhat.com> - 1.0.0-1
|
|
|
|
- upgrade
|
|
|
|
- package openscap-engine-sce-devel separately
|
|
|
|
|
2013-11-15 10:39:29 +00:00
|
|
|
* Fri Nov 15 2013 Šimon Lukašík <slukasik@redhat.com> - 0.9.13-7
|
|
|
|
- do not obsolete openscap-conten just drop it (#1028706)
|
|
|
|
scap-security-guide will bring the Obsoletes tag
|
|
|
|
|
2013-11-14 16:23:57 +00:00
|
|
|
* Thu Nov 14 2013 Šimon Lukašík <slukasik@redhat.com> - 0.9.13-6
|
|
|
|
- only non-noarch packages should be requiring specific architecture
|
|
|
|
|
2013-11-09 22:46:15 +00:00
|
|
|
* Sat Nov 09 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.13-5
|
|
|
|
- specify architecture when requiring base package
|
|
|
|
|
2013-11-08 16:23:47 +00:00
|
|
|
* Fri Nov 08 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.13-4
|
|
|
|
- specify dependency between engine and devel sub-package
|
|
|
|
|
2013-11-08 15:02:49 +00:00
|
|
|
* Fri Nov 08 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.13-3
|
|
|
|
- correct openscap-utils dependencies
|
|
|
|
|
2013-11-08 12:13:47 +00:00
|
|
|
* Fri Nov 08 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.13-2
|
|
|
|
- drop openscap-content package (use scap-security-guide instead)
|
|
|
|
|
2013-11-08 10:36:22 +00:00
|
|
|
* Fri Nov 08 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.13-1
|
|
|
|
- upgrade
|
|
|
|
|
2013-09-26 15:07:07 +00:00
|
|
|
* Thu Sep 26 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.12-2
|
|
|
|
- Start building SQL probes for Fedora
|
|
|
|
|
2013-09-12 09:43:25 +00:00
|
|
|
* Wed Sep 11 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.12-1
|
|
|
|
- upgrade
|
|
|
|
|
2013-08-03 15:47:36 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.11-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-18 06:38:54 +00:00
|
|
|
* Thu Jul 18 2013 Petr Lautrbach <plautrba@redhat.com> 0.9.11-1
|
|
|
|
- upgrade
|
|
|
|
|
2013-07-17 11:26:40 +00:00
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.9.10-2
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-07-15 11:58:33 +00:00
|
|
|
* Mon Jul 15 2013 Petr Lautrbach <plautrba@redhat.com> 0.9.10-1
|
|
|
|
- upgrade
|
|
|
|
|
2013-06-17 07:42:08 +00:00
|
|
|
* Mon Jun 17 2013 Petr Lautrbach <plautrba@redhat.com> 0.9.8-1
|
|
|
|
- upgrade
|
|
|
|
|
2013-04-26 14:26:45 +00:00
|
|
|
* Fri Apr 26 2013 Petr Lautrbach <plautrba@redhat.com> 0.9.7-1
|
|
|
|
- upgrade
|
|
|
|
- add openscap-selinux sub-package
|
|
|
|
|
2013-04-24 11:50:28 +00:00
|
|
|
* Wed Apr 24 2013 Petr Lautrbach <plautrba@redhat.com> 0.9.6-1
|
|
|
|
- upgrade
|
|
|
|
|
2013-03-20 11:54:03 +00:00
|
|
|
* Wed Mar 20 2013 Petr Lautrbach <plautrba@redhat.com> 0.9.5-1
|
|
|
|
- upgrade
|
|
|
|
|
2013-03-04 15:27:47 +00:00
|
|
|
* Mon Mar 04 2013 Petr Lautrbach <plautrba@redhat.com> 0.9.4.1-1
|
|
|
|
- upgrade
|
|
|
|
|
2013-02-26 15:17:14 +00:00
|
|
|
* Tue Feb 26 2013 Petr Lautrbach <plautrba@redhat.com> 0.9.4-1
|
|
|
|
- upgrade
|
|
|
|
|
2013-02-14 09:27:43 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-12-17 12:44:37 +00:00
|
|
|
* Mon Dec 17 2012 Petr Lautrbach <plautrba@redhat.com> 0.9.3-1
|
|
|
|
- upgrade
|
|
|
|
|
2012-11-21 11:02:53 +00:00
|
|
|
* Wed Nov 21 2012 Petr Lautrbach <plautrba@redhat.com> 0.9.2-1
|
|
|
|
- upgrade
|
|
|
|
|
2012-10-22 11:49:47 +00:00
|
|
|
* Mon Oct 22 2012 Petr Lautrbach <plautrba@redhat.com> 0.9.1-1
|
|
|
|
- upgrade
|
|
|
|
|
2012-09-25 15:36:05 +00:00
|
|
|
* Tue Sep 25 2012 Peter Vrabec <pvrabec@redhat.com> 0.9.0-1
|
|
|
|
- upgrade
|
|
|
|
|
2012-08-28 13:38:29 +00:00
|
|
|
* Mon Aug 27 2012 Petr Lautrbach <plautrba@redhat.com> 0.8.5-1
|
|
|
|
- upgrade
|
|
|
|
|
2012-08-07 11:55:02 +00:00
|
|
|
* Tue Aug 07 2012 Petr Lautrbach <plautrba@redhat.com> 0.8.4-1
|
|
|
|
- upgrade
|
|
|
|
|
2012-07-31 12:46:29 +00:00
|
|
|
* Tue Jul 31 2012 Petr Lautrbach <plautrba@redhat.com> 0.8.3-2
|
|
|
|
- fix Profile and @hidden issue
|
|
|
|
|
2012-07-30 11:19:23 +00:00
|
|
|
* Mon Jul 30 2012 Petr Lautrbach <plautrba@redhat.com> 0.8.3-1
|
|
|
|
- upgrade
|
|
|
|
|
2012-07-20 07:02:13 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-08 13:35:13 +00:00
|
|
|
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 0.8.2-2
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-03-30 19:27:33 +00:00
|
|
|
* Fri Mar 30 2012 Petr Lautrbach <plautrba@redhat.com> 0.8.2-1
|
|
|
|
- upgrade
|
|
|
|
|
2012-02-22 19:37:04 +00:00
|
|
|
* Tue Feb 21 2012 Peter Vrabec <pvrabec@redhat.com> 0.8.1-1
|
|
|
|
- upgrade
|
|
|
|
|
2012-02-10 10:12:32 +00:00
|
|
|
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 0.8.0-3
|
|
|
|
- Rebuild against PCRE 8.30
|
|
|
|
|
2012-01-13 11:43:16 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-13 08:16:21 +00:00
|
|
|
* Tue Oct 11 2011 Peter Vrabec <pvrabec@redhat.com> 0.8.0-1
|
|
|
|
- upgrade
|
|
|
|
|
2011-07-26 12:15:47 +00:00
|
|
|
* Mon Jul 25 2011 Peter Vrabec <pvrabec@redhat.com> 0.7.4-1
|
|
|
|
- upgrade
|
|
|
|
|
2011-07-21 16:14:22 +00:00
|
|
|
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.7.3-3
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-07-20 09:17:57 +00:00
|
|
|
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.7.3-2
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-06-24 09:48:33 +00:00
|
|
|
* Fri Jun 24 2011 Peter Vrabec <pvrabec@redhat.com> 0.7.3-1
|
2011-04-20 12:03:34 +00:00
|
|
|
- upgrade
|
|
|
|
|
2011-06-17 13:53:22 +00:00
|
|
|
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.7.2-3
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-06-10 11:07:58 +00:00
|
|
|
* Fri Jun 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.7.2-2
|
|
|
|
- Perl 5.14 mass rebuild
|
|
|
|
|
2011-04-20 12:03:34 +00:00
|
|
|
* Wed Apr 20 2011 Peter Vrabec <pvrabec@redhat.com> 0.7.2-1
|
|
|
|
- upgrade
|
|
|
|
|
2011-03-11 15:41:14 +00:00
|
|
|
* Fri Mar 11 2011 Peter Vrabec <pvrabec@redhat.com> 0.7.1-1
|
|
|
|
- upgrade
|
|
|
|
|
2011-02-11 20:26:03 +00:00
|
|
|
* Thu Feb 10 2011 Peter Vrabec <pvrabec@redhat.com> 0.7.0-1
|
|
|
|
- upgrade
|
|
|
|
|
2011-02-09 03:26:44 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-01 09:19:00 +00:00
|
|
|
* Mon Jan 31 2011 Peter Vrabec <pvrabec@redhat.com> 0.6.8-1
|
|
|
|
- upgrade
|
|
|
|
|
2011-01-20 13:45:40 +00:00
|
|
|
* Fri Jan 14 2011 Peter Vrabec <pvrabec@redhat.com> 0.6.7-1
|
|
|
|
- upgrade
|
|
|
|
|
2010-10-20 15:27:01 +00:00
|
|
|
* Wed Oct 20 2010 Peter Vrabec <pvrabec@redhat.com> 0.6.4-1
|
|
|
|
- upgrade
|
|
|
|
|
2010-09-14 11:16:36 +00:00
|
|
|
* Tue Sep 14 2010 Peter Vrabec <pvrabec@redhat.com> 0.6.3-1
|
|
|
|
- upgrade
|
|
|
|
|
2010-09-07 11:54:03 +00:00
|
|
|
* Fri Aug 27 2010 Peter Vrabec <pvrabec@redhat.com> 0.6.2-1
|
|
|
|
- upgrade
|
|
|
|
|
2010-12-01 13:39:54 +00:00
|
|
|
* Wed Jul 14 2010 Peter Vrabec <pvrabec@redhat.com> 0.6.0-1
|
2010-07-01 14:30:55 +00:00
|
|
|
- upgrade
|
|
|
|
|
2010-05-26 15:48:18 +00:00
|
|
|
* Wed May 26 2010 Peter Vrabec <pvrabec@redhat.com> 0.5.11-1
|
|
|
|
- upgrade
|
|
|
|
|
2010-05-07 18:59:16 +00:00
|
|
|
* Fri May 07 2010 Peter Vrabec <pvrabec@redhat.com> 0.5.10-1
|
|
|
|
- upgrade
|
|
|
|
|
2010-04-16 15:28:12 +00:00
|
|
|
* Fri Apr 16 2010 Peter Vrabec <pvrabec@redhat.com> 0.5.9-1
|
|
|
|
- upgrade
|
|
|
|
|
2010-02-26 13:51:35 +00:00
|
|
|
* Fri Feb 26 2010 Peter Vrabec <pvrabec@redhat.com> 0.5.7-1
|
2010-01-04 16:10:41 +00:00
|
|
|
- upgrade
|
2010-02-26 13:51:35 +00:00
|
|
|
- new utils package
|
2010-01-04 16:10:41 +00:00
|
|
|
|
2010-02-26 13:51:35 +00:00
|
|
|
* Mon Jan 04 2010 Peter Vrabec <pvrabec@redhat.com> 0.5.6-1
|
2009-11-12 14:59:52 +00:00
|
|
|
- upgrade
|
|
|
|
|
|
|
|
* Tue Sep 29 2009 Peter Vrabec <pvrabec@redhat.com> 0.5.3-1
|
|
|
|
- upgrade
|
|
|
|
|
2009-08-19 15:40:55 +00:00
|
|
|
* Wed Aug 19 2009 Peter Vrabec <pvrabec@redhat.com> 0.5.2-1
|
|
|
|
- upgrade
|
|
|
|
|
2009-08-03 14:23:52 +00:00
|
|
|
* Mon Aug 03 2009 Peter Vrabec <pvrabec@redhat.com> 0.5.1-2
|
|
|
|
- add rpm-devel requirement
|
|
|
|
|
2009-08-03 13:59:47 +00:00
|
|
|
* Mon Aug 03 2009 Peter Vrabec <pvrabec@redhat.com> 0.5.1-1
|
|
|
|
- upgrade
|
2009-07-25 20:52:09 +00:00
|
|
|
|
2009-04-30 11:57:28 +00:00
|
|
|
* Thu Apr 30 2009 Peter Vrabec <pvrabec@redhat.com> 0.3.3-1
|
|
|
|
- upgrade
|
|
|
|
|
2009-04-24 08:39:51 +00:00
|
|
|
* Thu Apr 23 2009 Peter Vrabec <pvrabec@redhat.com> 0.3.2-1
|
|
|
|
- upgrade
|
|
|
|
|
2009-03-31 07:40:00 +00:00
|
|
|
* Sun Mar 29 2009 Peter Vrabec <pvrabec@redhat.com> 0.1.4-1
|
|
|
|
- upgrade
|
|
|
|
|
|
|
|
* Fri Mar 27 2009 Peter Vrabec <pvrabec@redhat.com> 0.1.3-2
|
|
|
|
- spec file fixes (#491892)
|
|
|
|
|
|
|
|
* Tue Mar 24 2009 Peter Vrabec <pvrabec@redhat.com> 0.1.3-1
|
|
|
|
- upgrade
|
|
|
|
|
|
|
|
* Thu Jan 15 2009 Tomas Heinrich <theinric@redhat.com> 0.1.1-1
|
|
|
|
- Initial rpm
|
2009-08-03 13:59:47 +00:00
|
|
|
|