diff --git a/.gitignore b/.gitignore index 92427c0..a5a7406 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /satyr-0.2.tar.xz +/satyr-0.3.tar.xz diff --git a/satyr.spec b/satyr.spec index 5785494..9e345ad 100644 --- a/satyr.spec +++ b/satyr.spec @@ -1,7 +1,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: satyr -Version: 0.2 +Version: 0.3 Release: 1%{?dist} Summary: Tools to create anonymous, machine-friendly problem reports Group: System Environment/Libraries @@ -10,10 +10,14 @@ URL: https://github.com/abrt/satyr Source0: https://fedorahosted.org/released/abrt/satyr-%{version}.tar.xz BuildRequires: python2-devel BuildRequires: elfutils-devel, elfutils-libelf-devel, binutils-devel -# We're going to switch to elfutils unwinder once it's available -BuildRequires: libunwind-devel >= 1.1 BuildRequires: rpm-devel +# We're going to switch to elfutils unwinder once it's available +%if 0%{?rhel} +%else +BuildRequires: libunwind-devel >= 1.1 +%endif + %description Satyr is a library that can be used to create and process microreports. Microreports consist of structured data suitable to be analyzed in a fully @@ -74,7 +78,13 @@ make check %{python_sitearch}/%{name}/* %changelog -* Mon Mar 18 2012 Martin Milata 0.2-1 +* Mon Mar 25 2013 Martin Milata 0.3-1 +- New upstream version + - Bug fixes + - Build fixes for older systems +- Do not require libunwind on rhel + +* Mon Mar 18 2013 Martin Milata 0.2-1 - Documentation and spec cleanup - Build fixes (build against RPM) diff --git a/sources b/sources index 9306dfd..0b64cee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d60cc481c76a67a26e4845f13336b2cf satyr-0.2.tar.xz +cf760a025b9b479b18781b5dc166856a satyr-0.3.tar.xz