From 569593a606198bd16f008b6eec968e9ac5df6edecf2da3c19c404a4e3b07cc9f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:47:51 +0000 Subject: [PATCH 1/2] Fix %pytest call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-TermRecord?expand=0&rev=9 --- python-TermRecord.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-TermRecord.spec b/python-TermRecord.spec index 20ab699..d8862a9 100644 --- a/python-TermRecord.spec +++ b/python-TermRecord.spec @@ -1,7 +1,7 @@ # # spec file for package python-TermRecord # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 49dd170cf5c0d6f24f4a258e7526e2eefba3defb8a2f752d49c16e4743289278 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Nov 2019 15:56:34 +0000 Subject: [PATCH 2/2] Run through spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-TermRecord?expand=0&rev=10 --- python-TermRecord.changes | 5 +++++ python-TermRecord.spec | 14 ++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/python-TermRecord.changes b/python-TermRecord.changes index 331f9e9..0696c1b 100644 --- a/python-TermRecord.changes +++ b/python-TermRecord.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 7 15:56:09 UTC 2019 - Matej Cepl + +- Run through spec-cleaner + ------------------------------------------------------------------- Tue Dec 4 12:55:07 UTC 2018 - Matej Cepl diff --git a/python-TermRecord.spec b/python-TermRecord.spec index d8862a9..f7db4d8 100644 --- a/python-TermRecord.spec +++ b/python-TermRecord.spec @@ -22,20 +22,18 @@ Version: 1.2.5 Release: 0 Summary: A terminal session recorder with HTML output License: MIT -Group: Development/Languages/Python -Url: http://github.com/theonewolf/TermRecord -Source: https://pypi.python.org/packages/source/T/TermRecord/TermRecord-%{version}.tar.gz +URL: https://github.com/theonewolf/TermRecord +Source: https://files.pythonhosted.org/packages/source/T/TermRecord/TermRecord-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-Jinja2 >= 2.6 +Requires(post): update-alternatives +Requires(postun): update-alternatives +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Jinja2 >= 2.6} # /SECTION -Requires: python-Jinja2 >= 2.6 -BuildArch: noarch -Requires(post): update-alternatives -Requires(postun): update-alternatives - %python_subpackages %description