From 87d4582b00068dc40d3867eee1227f12a949c6b0e4a8f745343dce7b8eb1c658 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Tue, 20 Aug 2019 11:46:16 +0000 Subject: [PATCH] Accepting request 724764 from home:kukuk:cron - BuildRequire cron, as it contains now the cron directories OBS-URL: https://build.opensuse.org/request/show/724764 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/patch2mail?expand=0&rev=16 --- patch2mail.changes | 5 +++++ patch2mail.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/patch2mail.changes b/patch2mail.changes index 66f26dd..77a44d2 100644 --- a/patch2mail.changes +++ b/patch2mail.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 20 11:26:06 CEST 2019 - kukuk@suse.de + +- BuildRequire cron, as it contains now the cron directories + ------------------------------------------------------------------- Thu Nov 23 13:52:29 UTC 2017 - rbrown@suse.com diff --git a/patch2mail.spec b/patch2mail.spec index e91f3a3..1aff2d6 100644 --- a/patch2mail.spec +++ b/patch2mail.spec @@ -1,7 +1,7 @@ # # spec file for package patch2mail # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2008-2015 Christian Boltz # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -31,7 +31,7 @@ Summary: Patch and package update notification via mail #BuildRequires: bash # #Url: http://blog.cboltz.de/plugin/tag/patch2mail -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Packages Url: https://github.com/openSUSE/zypp-utils/tree/master/patch2mail Source: %{name}-%{version}.tar.bz2 @@ -39,6 +39,7 @@ Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +BuildRequires: cron Requires: /bin/hostname Requires: /bin/rm Requires: /usr/bin/xsltproc