openscap/openscap.spec

572 lines
17 KiB
RPMSpec
Raw Normal View History

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
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
2014-06-25 14:09:20 +00:00
Version: 1.0.9
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
2009-03-31 07:40:00 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2011-07-26 12:15:47 +00:00
BuildRequires: swig libxml2-devel libxslt-devel 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
2012-09-25 15:36:05 +00:00
%if %{?_with_check:1}%{!?_with_check:0}
BuildRequires: perl-XML-XPath
%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
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}.
%package python
Summary: Python bindings for %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
2012-09-25 15:36:05 +00:00
BuildRequires: python-devel
2009-03-31 07:40:00 +00:00
%description python
The %{name}-python package contains the bindings so that %{name}
libraries can be used by python.
2009-04-24 08:39:51 +00:00
%package perl
Summary: Perl bindings for %{name}
Group: Development/Libraries
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
%package scanner
Summary: OpenSCAP Scanner Tool (oscap)
2010-02-26 13:51:35 +00:00
Group: Applications/System
Requires: %{name}%{?_isa} = %{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
%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
%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
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
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.
%package extra-probes-sql
Summary: SCAP probes for Database
Group: Applications/System
Requires: %{name}%{?_isa} = %{version}-%{release}
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
Summary: Script Check Engine plug-in for OpenSCAP
2013-11-08 10:36:22 +00:00
Group: Applications/System
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, ...).
%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.
2013-04-26 14:26:01 +00:00
%package selinux
Summary: SELinux policy module for openscap
Group: System Environment/Base
Requires: %{name}-utils = %{version}-%{release}
Requires: policycoreutils, libselinux-utils
2013-04-26 15:17:58 +00:00
Requires(post): selinux-policy-base, policycoreutils
2013-04-26 14:26:01 +00:00
Requires(postun): policycoreutils
2013-04-26 15:17:58 +00:00
BuildRequires: selinux-policy-devel
2013-04-26 14:26:01 +00:00
BuildArch: noarch
%description selinux
This package installs and sets up the SELinux policy security module for openscap.
2010-12-01 13:39:54 +00:00
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
%configure --enable-sce --enable-perl --enable-selinux_policy
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
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 {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
2013-04-26 14:26:01 +00:00
%post selinux
semodule -n -i %{_datadir}/selinux/packages/oscap.pp
if /usr/sbin/selinuxenabled ; then
/usr/sbin/load_policy
%relabel_files
fi;
exit 0
2009-03-31 07:40:00 +00:00
%postun -p /sbin/ldconfig
2013-04-26 14:26:01 +00:00
%postun selinux
if [ $1 -eq 0 ]; then
semodule -n -r oscap
if /usr/sbin/selinuxenabled ; then
/usr/sbin/load_policy
%relabel_files
fi;
fi;
exit 0
2010-03-24 15:30:11 +00:00
2009-03-31 07:40:00 +00:00
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README
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
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
%{_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
%files python
%defattr(-,root,root,-)
%{python_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}/
%{_libdir}/libopenscap.so
2010-12-01 13:39:54 +00:00
%{_libdir}/pkgconfig/*.pc
%{_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
%files scanner
%{_mandir}/man8/oscap.8.gz
%{_bindir}/oscap
%{_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/*
%exclude %{_mandir}/man8/oscap.8.gz
2010-12-01 13:39:54 +00:00
%{_bindir}/*
%exclude %{_bindir}/oscap
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
%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.*
2013-04-26 14:26:01 +00:00
%files selinux
%attr(0600,root,root) %{_datadir}/selinux/packages/oscap.pp
%{_datadir}/selinux/devel/include/contrib/oscap.if
# %{_mandir}/man8/openscap_selinux.8.*
2009-03-31 07:40:00 +00:00
%changelog
* 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
* 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
* Tue Nov 26 2013 Šimon Lukašík <slukasik@redhat.com> - 1.0.0-3
- expand LT_CURRENT_MINUS_AGE correctly
* 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
* 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
* Thu Nov 14 2013 Šimon Lukašík <slukasik@redhat.com> - 0.9.13-6
- only non-noarch packages should be requiring specific architecture
* Sat Nov 09 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.13-5
- specify architecture when requiring base package
* Fri Nov 08 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.13-4
- specify dependency between engine and devel sub-package
* Fri Nov 08 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.13-3
- correct openscap-utils dependencies
* 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
* 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
* 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
* 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
* 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
* 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
* 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-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