From 722be25c38642bd1a33f4933773408441cec4dc9 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Oct 23 2015 11:44:14 +0000 Subject: Dependency fixes --- diff --git a/python-journal-brief.spec b/python-journal-brief.spec index 6077bf4..0e85475 100644 --- a/python-journal-brief.spec +++ b/python-journal-brief.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 1.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} License: GPLv2+ @@ -14,7 +14,6 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest python3-flexmock BuildRequires: python3-PyYAML -Requires: systemd-python3 %description Python module for examining, bookmarking, and filtering systemd @@ -24,6 +23,7 @@ journal entries. %package -n %{srcname} Summary: Show interesting new systemd journal entries since last run Requires: python3-%{srcname} = %{version}-%{release} +Requires: python3-setuptools %description -n %{srcname} Run this from cron to get a daily or hourly briefing of interesting @@ -32,6 +32,7 @@ new systemd journal entries. %package -n python3-%{srcname} Summary: %{sum} +Requires: systemd-python3 Recommends: %{srcname} = %{version}-%{release} %{?python_provide:%python_provide python3-%{srcname}} @@ -66,5 +67,11 @@ py.test-3.4 -v %changelog +* Fri Oct 23 2015 Tim Waugh - 1.1.1-2 +- journal-brief sub-package requires python3-setuptools due to + entrypoint usage. +- python3-journal-brief sub-package requires systemd-python3, not + (absent) main package. + * Fri Oct 16 2015 Tim Waugh - 1.1.1-1 - Initial spec file.