diff --git a/.gitignore b/.gitignore index 704d75e..8dc1cda 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /tracer-0.7.5.tar.gz /tracer-0.7.6.tar.gz /tracer-0.7.7.tar.gz +/tracer-0.7.8.tar.gz diff --git a/sources b/sources index 6767f1c..1831259 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tracer-0.7.7.tar.gz) = a898c9fbf756847676aaf9bb60884a2b5ee481653cd9d2c9c537feae98a90415b2482ce2c7c6f367517edb3ec96ebb142f339ef7a1e34a4c79458fb9ed121110 +SHA512 (tracer-0.7.8.tar.gz) = ef731274926f9f5541b004756f8ea67ee678ae9a3cb26d349528ec609262488681e312e39cc2ee17ec53697d6d68088b958b1d4b378d0120c65501cb30c76d67 diff --git a/tracer.spec b/tracer.spec index aba229f..a9798a9 100644 --- a/tracer.spec +++ b/tracer.spec @@ -17,7 +17,7 @@ %endif Name: tracer -Version: 0.7.7 +Version: 0.7.8 Release: 1%{?dist} Summary: Finds outdated running applications in your system @@ -61,24 +61,23 @@ BuildRequires: python2-devel BuildRequires: python2-sphinx %if 0%{?rhel} && 0%{?rhel} <= 7 BuildRequires: rpm-python -BuildRequires: python-lxml BuildRequires: python2-mock Requires: rpm-python -Requires: python-lxml %else BuildRequires: python2-rpm Requires: python2-rpm -Requires: python2-lxml %endif BuildRequires: python2-pytest BuildRequires: python2-psutil BuildRequires: python2-six BuildRequires: dbus-python +BuildRequires: python2-distro Requires: dbus-python Requires: python2-psutil Requires: python2-setuptools Requires: python2-future Requires: python2-six +Requires: python2-distro Requires: %{name}-common = %{version}-%{release} %if %{with suggest} Suggests: python-argcomplete @@ -102,12 +101,13 @@ BuildRequires: python3-psutil BuildRequires: python3-six BuildRequires: python3-dbus BuildRequires: python3-rpm +BuildRequires: python3-distro Requires: python3-rpm Requires: python3-psutil -Requires: python3-lxml Requires: python3-setuptools Requires: python3-dbus Requires: python3-six +Requires: python3-distro Requires: %{name}-common = %{version}-%{release} %if %{with suggest} Suggests: python3-argcomplete @@ -198,6 +198,15 @@ make DESTDIR=%{buildroot}%{_datadir} mo %changelog +* Mon Aug 23 2021 Jakub Kadlcik 0.7.8-1 +- Release also for F35 (frostyx@email.cz) +- Use distro.id() instead of platform.linux_distribution() (frostyx@email.cz) +- Implement compare_packages for the alpm backend (jvanderwaa@redhat.com) +- Add find_package support for alpm (jvanderwaa@redhat.com) +- Use importlib instead of deprecated imp (frostyx@email.cz) +- Drop beautifulsoup4/lxml dependencies (jvanderwaa@redhat.com) +- Drop F32 from releasers.conf (frostyx@email.cz) + * Sun Aug 01 2021 Jakub Kadlcik 0.7.7-1 - Add installation instructions of EPEL 8 (frostyx@email.cz) - Make the source of README.md more readable (frostyx@email.cz)