From 8d26cdbecc7b911b8a572644a5685c15f9488d2319412f4d4ad24f81d51b0718 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 16 Sep 2013 11:16:48 +0000 Subject: [PATCH] Accepting request 199063 from home:matwey:branches:devel:openSUSE:Factory:rpmlint add missed Requires for ErlangCheck.py module which came from pull-request #2. OBS-URL: https://build.opensuse.org/request/show/199063 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=211 --- rpmlint.changes | 5 +++++ rpmlint.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/rpmlint.changes b/rpmlint.changes index 7139239..09132db 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 14 17:16:49 UTC 2013 - matwey.kornilov@gmail.com + +- add requirement for ErlangCheck.py (pull request #2) + ------------------------------------------------------------------- Wed Sep 11 13:02:09 UTC 2013 - abergmann@suse.de diff --git a/rpmlint.spec b/rpmlint.spec index 3f51e11..a575055 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -47,6 +47,8 @@ Requires: file Requires: findutils Requires: python-magic Requires: rpm-python +# Requirement for ErlangCheck.py (pull-request #2). +Requires: python-pybeam BuildArch: noarch # # Read README.packaging.txt before making any changes to this