diff --git a/.gitignore b/.gitignore index 76c19b2..0a4c372 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /tracer-0.7.0.tar.gz /tracer-0.7.1.tar.gz /tracer-0.7.2.tar.gz +/tracer-0.7.3.tar.gz diff --git a/sources b/sources index 2a2dd3e..dc06e12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tracer-0.7.2.tar.gz) = 9d89998952961e11b456e715e01ff5926fdce04a6df21fc898964e0b6efd4c20cc9a1e959912ed05f933a29948df86e3628cc96eedbf7e93572a4610cbe38e71 +SHA512 (tracer-0.7.3.tar.gz) = 4fc11931de0aa364337b749aeb80125cca85c866bd428826b1f0e7b21f967e05c64d2fd8e8de61594dc84fc0fbd4e24f8434f0978a38493b355a8f87a55595cd diff --git a/tracer.spec b/tracer.spec index ee0e43e..b38b487 100644 --- a/tracer.spec +++ b/tracer.spec @@ -17,8 +17,8 @@ %endif Name: tracer -Version: 0.7.2 -Release: 3 +Version: 0.7.3 +Release: 1 Summary: Finds outdated running applications in your system BuildArch: noarch @@ -63,6 +63,7 @@ BuildRequires: python2-sphinx BuildRequires: python-beautifulsoup4 BuildRequires: rpm-python BuildRequires: python-lxml +BuildRequires: python2-mock Requires: rpm-python Requires: python-beautifulsoup4 Requires: python-lxml @@ -206,6 +207,9 @@ make DESTDIR=%{buildroot}%{_datadir} mo %changelog +* Fri May 22 2020 Jonathon Turel 0.7.3-1 +- Stub dbus calls in tests (jturel@gmail.com) + * Thu May 21 2020 Jonathon Turel 0.7.2-3 - Update tito releaser branches (frostyx@email.cz) - Not build for python2 package for Fedora anymore (frostyx@email.cz)