2009-04-24 08:39:51 +00:00
|
|
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
2009-03-31 07:40:00 +00:00
|
|
|
|
2015-10-04 22:35:38 +00:00
|
|
|
%if 0%{?fedora} <= 22 || (0%{?rhel} != 0 && 0%{?rhel} <= 7)
|
2015-10-13 10:46:47 +00:00
|
|
|
%global oscapdocker_pypkg %{__python2}
|
2015-10-04 22:35:38 +00:00
|
|
|
%global oscapdocker_pysitelib %{python_sitelib}
|
|
|
|
%else
|
2015-10-13 10:46:47 +00:00
|
|
|
%global oscapdocker_pypkg %{__python3}
|
2015-10-04 22:35:38 +00:00
|
|
|
%global oscapdocker_pysitelib %{python3_sitelib}
|
|
|
|
%endif
|
|
|
|
|
2013-04-26 14:26:01 +00:00
|
|
|
%define relabel_files() \
|
|
|
|
restorecon -R /usr/bin/oscap /usr/libexec/openscap; \
|
|
|
|
|
2009-03-31 07:40:00 +00:00
|
|
|
Name: openscap
|
2018-05-29 10:49:26 +00:00
|
|
|
Version: 1.2.17
|
2018-06-19 08:49:01 +00:00
|
|
|
Release: 2%{?dist}
|
2009-03-31 07:40:00 +00:00
|
|
|
Summary: Set of open source libraries enabling integration of the SCAP line of standards
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://www.open-scap.org/
|
2012-03-30 19:27:33 +00:00
|
|
|
Source0: http://fedorahosted.org/releases/o/p/openscap/%{name}-%{version}.tar.gz
|
2016-06-24 07:49:25 +00:00
|
|
|
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
|
2011-10-13 08:16:21 +00:00
|
|
|
BuildRequires: libselinux-devel libcap-devel
|
2011-07-26 12:15:47 +00:00
|
|
|
BuildRequires: libblkid-devel
|
2014-12-02 09:37:15 +00:00
|
|
|
BuildRequires: bzip2-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
|
2009-03-31 07:40:00 +00:00
|
|
|
Requires(post): /sbin/ldconfig
|
|
|
|
Requires(postun): /sbin/ldconfig
|
|
|
|
|
|
|
|
%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}
|
|
|
|
Group: Development/Libraries
|
2013-11-09 22:46:15 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2011-01-20 13:45:40 +00:00
|
|
|
Requires: libxml2-devel
|
2011-03-11 15:41:14 +00:00
|
|
|
Requires: pkgconfig
|
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}.
|
|
|
|
|
2017-08-19 13:39:04 +00:00
|
|
|
%package -n python2-openscap
|
|
|
|
%{?python_provide:%python_provide python2-openscap}
|
|
|
|
# Remove before F30
|
2017-08-20 14:39:26 +00:00
|
|
|
Provides: %{name}-python = %{version}-%{release}
|
2017-08-19 13:39:04 +00:00
|
|
|
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-python < %{version}-%{release}
|
2014-09-03 07:11:25 +00:00
|
|
|
Summary: Python 2 bindings for %{name}
|
2009-03-31 07:40:00 +00:00
|
|
|
Group: Development/Libraries
|
2013-11-09 22:46:15 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2018-01-12 12:33:01 +00:00
|
|
|
BuildRequires: python2-devel
|
2009-03-31 07:40:00 +00:00
|
|
|
|
2017-08-19 13:39:04 +00:00
|
|
|
%description -n python2-openscap
|
2009-03-31 07:40:00 +00:00
|
|
|
The %{name}-python package contains the bindings so that %{name}
|
|
|
|
libraries can be used by python.
|
|
|
|
|
2014-09-03 07:11:25 +00:00
|
|
|
%package python3
|
|
|
|
Summary: Python 3 bindings for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
|
|
|
%description python3
|
|
|
|
The %{name}-python3 package contains the bindings so that %{name}
|
|
|
|
libraries can be used by python3.
|
|
|
|
|
2009-04-24 08:39:51 +00:00
|
|
|
%package perl
|
|
|
|
Summary: Perl bindings for %{name}
|
|
|
|
Group: Development/Libraries
|
2013-11-09 22:46:15 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2011-03-11 15:41:14 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
2009-04-30 11:57:28 +00:00
|
|
|
BuildRequires: perl-devel
|
2009-04-24 08:39:51 +00:00
|
|
|
|
|
|
|
%description perl
|
|
|
|
The %{name}-perl package contains the bindings so that %{name}
|
|
|
|
libraries can be used by perl.
|
|
|
|
|
2011-04-20 12:03:34 +00:00
|
|
|
|
2014-07-01 15:23:57 +00:00
|
|
|
%package scanner
|
|
|
|
Summary: OpenSCAP Scanner Tool (oscap)
|
2010-02-26 13:51:35 +00:00
|
|
|
Group: Applications/System
|
2013-11-09 22:46:15 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2012-10-22 11:49:47 +00:00
|
|
|
Requires: libcurl >= 7.12.0
|
|
|
|
BuildRequires: libcurl-devel >= 7.12.0
|
2015-07-06 11:20:10 +00:00
|
|
|
Obsoletes: openscap-selinux
|
|
|
|
Obsoletes: openscap-selinux-compat
|
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
|
|
|
|
Group: Applications/System
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: rpmdevtools rpm-build
|
|
|
|
Requires: %{name}-scanner%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%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.
|
|
|
|
|
2012-02-22 19:37:04 +00:00
|
|
|
%package content-sectool
|
|
|
|
Summary: Sectool content
|
|
|
|
Group: Applications/System
|
2013-11-14 16:23:57 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name}-engine-sce
|
2013-09-12 09:43:25 +00:00
|
|
|
BuildArch: noarch
|
2012-02-22 19:37:04 +00:00
|
|
|
|
|
|
|
%description content-sectool
|
|
|
|
SCAP/SCE content that conforms to sectool checks.
|
2011-04-20 12:03:34 +00:00
|
|
|
|
|
|
|
%package extra-probes
|
|
|
|
Summary: SCAP probes
|
|
|
|
Group: Applications/System
|
2013-11-09 22:46:15 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2011-04-20 12:03:34 +00:00
|
|
|
BuildRequires: openldap-devel
|
2011-10-13 08:16:21 +00:00
|
|
|
BuildRequires: GConf2-devel
|
2011-04-20 12:03:34 +00:00
|
|
|
|
|
|
|
%description extra-probes
|
|
|
|
The %{name}-extra-probes package contains additional probes that are not
|
|
|
|
commonly used and require additional dependencies.
|
|
|
|
|
2013-09-26 15:07:07 +00:00
|
|
|
%package extra-probes-sql
|
|
|
|
Summary: SCAP probes for Database
|
|
|
|
Group: Applications/System
|
2013-11-09 22:46:15 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-09-26 15:07:07 +00:00
|
|
|
BuildRequires: opendbx-devel
|
|
|
|
|
|
|
|
%description extra-probes-sql
|
|
|
|
The %{name}-extra-probes-sql package contains additional OpenSCAP probes
|
|
|
|
for querying database objects. Users are advised to install appropriate
|
|
|
|
opendbx backend package along this one.
|
|
|
|
|
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
|
2013-11-08 10:36:22 +00:00
|
|
|
Group: Applications/System
|
2013-11-09 22:46:15 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{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
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-engine-sce%{?_isa} = %{version}-%{release}
|
|
|
|
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
|
|
|
|
Group: Applications/System
|
|
|
|
Requires: %{name} = %{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
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2011-07-26 12:15:47 +00:00
|
|
|
%ifarch sparc64
|
|
|
|
#sparc64 need big PIE
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fPIE"
|
|
|
|
export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
|
|
|
%else
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fpie"
|
|
|
|
export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
|
|
|
%endif
|
|
|
|
|
2015-10-04 22:35:38 +00:00
|
|
|
%configure --enable-sce --enable-perl --enable-python3 preferred_python=%{oscapdocker_pypkg}
|
2011-07-26 12:15:47 +00:00
|
|
|
|
2009-03-31 07:40:00 +00:00
|
|
|
make %{?_smp_mflags}
|
2010-09-07 11:54:03 +00:00
|
|
|
# Remove shebang from bash-completion script
|
|
|
|
sed -i '/^#!.*bin/,+1 d' dist/bash_completion.d/oscap
|
2009-03-31 07:40:00 +00:00
|
|
|
|
2011-10-13 08:16:21 +00:00
|
|
|
%check
|
|
|
|
#to run make check use "--with check"
|
|
|
|
%if %{?_with_check:1}%{!?_with_check:0}
|
|
|
|
make check
|
|
|
|
%endif
|
2010-12-01 13:39:54 +00:00
|
|
|
|
2009-03-31 07:40:00 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2010-03-24 15:30:11 +00:00
|
|
|
|
2011-03-11 15:41:14 +00:00
|
|
|
make install INSTALL='install -p' DESTDIR=$RPM_BUILD_ROOT
|
2010-03-24 15:30:11 +00:00
|
|
|
|
2011-04-20 12:03:34 +00:00
|
|
|
# remove content for another OS
|
|
|
|
rm $RPM_BUILD_ROOT/%{_datadir}/openscap/scap-rhel6-oval.xml
|
|
|
|
rm $RPM_BUILD_ROOT/%{_datadir}/openscap/scap-rhel6-xccdf.xml
|
2013-11-08 12:13:47 +00:00
|
|
|
rm $RPM_BUILD_ROOT/%{_datadir}/openscap/scap-fedora14-oval.xml
|
|
|
|
rm $RPM_BUILD_ROOT/%{_datadir}/openscap/scap-fedora14-xccdf.xml
|
2011-04-20 12:03:34 +00:00
|
|
|
|
2010-09-07 11:54:03 +00:00
|
|
|
# bash-completion script
|
2011-03-11 15:41:14 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/bash_completion.d
|
2010-09-07 11:54:03 +00:00
|
|
|
install -pm 644 dist/bash_completion.d/oscap $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/oscap
|
|
|
|
|
2009-03-31 07:40:00 +00:00
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2015-11-23 10:53:23 +00:00
|
|
|
%doc AUTHORS ChangeLog NEWS README.md
|
|
|
|
%license COPYING
|
2013-11-08 10:36:22 +00:00
|
|
|
%{_libdir}/libopenscap.so.*
|
2011-07-26 12:15:47 +00:00
|
|
|
%{_libexecdir}/openscap/probe_dnscache
|
|
|
|
%{_libexecdir}/openscap/probe_environmentvariable
|
|
|
|
%{_libexecdir}/openscap/probe_environmentvariable58
|
2011-04-20 12:03:34 +00:00
|
|
|
%{_libexecdir}/openscap/probe_family
|
|
|
|
%{_libexecdir}/openscap/probe_file
|
2011-10-13 08:16:21 +00:00
|
|
|
%{_libexecdir}/openscap/probe_fileextendedattribute
|
2011-04-20 12:03:34 +00:00
|
|
|
%{_libexecdir}/openscap/probe_filehash
|
2011-07-26 12:15:47 +00:00
|
|
|
%{_libexecdir}/openscap/probe_filehash58
|
2011-10-13 08:16:21 +00:00
|
|
|
%{_libexecdir}/openscap/probe_iflisteners
|
2011-04-20 12:03:34 +00:00
|
|
|
%{_libexecdir}/openscap/probe_inetlisteningservers
|
|
|
|
%{_libexecdir}/openscap/probe_interface
|
2011-07-26 12:15:47 +00:00
|
|
|
%{_libexecdir}/openscap/probe_partition
|
2011-04-20 12:03:34 +00:00
|
|
|
%{_libexecdir}/openscap/probe_password
|
|
|
|
%{_libexecdir}/openscap/probe_process
|
2011-10-13 08:16:21 +00:00
|
|
|
%{_libexecdir}/openscap/probe_process58
|
|
|
|
%{_libexecdir}/openscap/probe_routingtable
|
2011-04-20 12:03:34 +00:00
|
|
|
%{_libexecdir}/openscap/probe_rpminfo
|
2011-10-13 08:16:21 +00:00
|
|
|
%{_libexecdir}/openscap/probe_rpmverify
|
2012-07-30 11:19:23 +00:00
|
|
|
%{_libexecdir}/openscap/probe_rpmverifyfile
|
2012-08-28 13:38:29 +00:00
|
|
|
%{_libexecdir}/openscap/probe_rpmverifypackage
|
2011-04-20 12:03:34 +00:00
|
|
|
%{_libexecdir}/openscap/probe_runlevel
|
2011-07-26 12:15:47 +00:00
|
|
|
%{_libexecdir}/openscap/probe_selinuxboolean
|
2011-10-13 08:16:21 +00:00
|
|
|
%{_libexecdir}/openscap/probe_selinuxsecuritycontext
|
2011-04-20 12:03:34 +00:00
|
|
|
%{_libexecdir}/openscap/probe_shadow
|
2015-06-20 20:36:53 +00:00
|
|
|
%{_libexecdir}/openscap/probe_symlink
|
2011-07-26 12:15:47 +00:00
|
|
|
%{_libexecdir}/openscap/probe_sysctl
|
2011-04-20 12:03:34 +00:00
|
|
|
%{_libexecdir}/openscap/probe_system_info
|
2014-09-03 07:11:25 +00:00
|
|
|
%{_libexecdir}/openscap/probe_systemdunitdependency
|
|
|
|
%{_libexecdir}/openscap/probe_systemdunitproperty
|
2011-04-20 12:03:34 +00:00
|
|
|
%{_libexecdir}/openscap/probe_textfilecontent
|
|
|
|
%{_libexecdir}/openscap/probe_textfilecontent54
|
|
|
|
%{_libexecdir}/openscap/probe_uname
|
2011-07-26 12:15:47 +00:00
|
|
|
%{_libexecdir}/openscap/probe_variable
|
2011-04-20 12:03:34 +00:00
|
|
|
%{_libexecdir}/openscap/probe_xinetd
|
|
|
|
%{_libexecdir}/openscap/probe_xmlfilecontent
|
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
|
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
|
|
|
|
2017-08-19 13:39:04 +00:00
|
|
|
%files -n python2-openscap
|
2009-03-31 07:40:00 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{python_sitearch}/*
|
|
|
|
|
2014-09-03 07:11:25 +00:00
|
|
|
%files python3
|
|
|
|
%{python3_sitearch}/*
|
|
|
|
|
2009-04-24 08:39:51 +00:00
|
|
|
%files perl
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{perl_vendorarch}/*
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
|
2009-03-31 07:40:00 +00:00
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
2011-03-11 15:41:14 +00:00
|
|
|
%doc docs/{html,examples}/
|
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
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_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
|
|
|
|
%{_mandir}/man8/oscap.8.gz
|
|
|
|
%{_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
|
|
|
|
|
2010-02-26 13:51:35 +00:00
|
|
|
%files utils
|
|
|
|
%defattr(-,root,root,-)
|
2011-03-11 15:41:14 +00:00
|
|
|
%doc docs/oscap-scan.cron
|
2010-12-01 13:39:54 +00:00
|
|
|
%{_mandir}/man8/*
|
2014-07-01 15:23:57 +00:00
|
|
|
%exclude %{_mandir}/man8/oscap.8.gz
|
2015-10-04 22:35:38 +00:00
|
|
|
%exclude %{_mandir}/man8/oscap-docker.8.gz
|
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
|
|
|
|
2012-02-22 19:37:04 +00:00
|
|
|
%files content-sectool
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/openscap/sectool-sce
|
|
|
|
|
2011-04-20 12:03:34 +00:00
|
|
|
%files extra-probes
|
|
|
|
%{_libexecdir}/openscap/probe_ldap57
|
2011-10-13 08:16:21 +00:00
|
|
|
%{_libexecdir}/openscap/probe_gconf
|
2011-04-20 12:03:34 +00:00
|
|
|
|
2013-09-26 15:07:07 +00:00
|
|
|
%files extra-probes-sql
|
|
|
|
%{_libexecdir}/openscap/probe_sql
|
|
|
|
%{_libexecdir}/openscap/probe_sql57
|
|
|
|
|
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
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/oscap-docker
|
|
|
|
%{_mandir}/man8/oscap-docker.8.gz
|
|
|
|
%{oscapdocker_pysitelib}/oscap_docker_python/*
|
|
|
|
|
2009-03-31 07:40:00 +00:00
|
|
|
%changelog
|
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
|
|
|
|