New version
- Fix dumping file attachments in Python 3 (vtrefny) - meh has not required openssh-clients since 2009 (awilliam)
This commit is contained in:
parent
ad89a2e7c9
commit
b4d1c66645
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@ python-meh-0.13.tar.gz
|
||||
/python-meh-0.34.tar.gz
|
||||
/python-meh-0.35.tar.gz
|
||||
/python-meh-0.36.tar.gz
|
||||
/python-meh-0.37.tar.gz
|
||||
|
@ -6,7 +6,7 @@
|
||||
Summary: A python library for handling exceptions
|
||||
Name: python-meh
|
||||
Url: http://git.fedorahosted.org/git/?p=python-meh.git
|
||||
Version: 0.36
|
||||
Version: 0.37
|
||||
Release: 1%{?dist}
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
# our distribution. Thus the source is only available from
|
||||
@ -30,7 +30,7 @@ BuildRequires: libreport-python3 >= %{libreportver}
|
||||
%endif
|
||||
|
||||
Requires: python, dbus-python
|
||||
Requires: openssh-clients, rpm-python
|
||||
Requires: rpm-python
|
||||
Requires: libreport-cli >= %{libreportver}
|
||||
Requires: libreport-python >= %{libreportver}
|
||||
|
||||
@ -51,7 +51,7 @@ The python-meh-gui package provides a GUI for the python-meh library.
|
||||
%package -n python3-meh
|
||||
Summary: A python 3 library for handling exceptions
|
||||
Requires: python3, python3-dbus
|
||||
Requires: openssh-clients, rpm-python3
|
||||
Requires: rpm-python3
|
||||
Requires: libreport-cli >= %{libreportver}
|
||||
Requires: libreport-python3 >= %{libreportver}
|
||||
|
||||
@ -132,6 +132,10 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/python-meh
|
||||
|
||||
%changelog
|
||||
* Fri Mar 27 2015 Martin Kolman <mkolman@redhat.com> - 0.37-1
|
||||
- Fix dumping file attachments in Python 3 (vtrefny)
|
||||
- meh has not required openssh-clients since 2009 (awilliam)
|
||||
|
||||
* Thu Mar 05 2015 Martin Kolman <mkolman@redhat.com> - 0.36-1
|
||||
- Package's epoch returned by RPM is an integer (#1199263) (vpodzime)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user