From 403a7ce6000b25d03ca12024441fbc2cfaca5f44200161daf3cd5c2c627bd0d8 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 24 Mar 2014 09:13:51 +0000 Subject: [PATCH] Accepting request 226944 from home:olh:branches:devel:tools:scm - quilt requires less, unless PAGER is set also broken in SLE12: abuild@bax:/home/abuild/rpmbuild/BUILD/kernel-default-3.12.14/linux-obj> quilt app /usr/share/quilt/scripts/patchfns: line 1021: less: command not found abuild@bax:/home/abuild/rpmbuild/BUILD/kernel-default-3.12.14/linux-obj> env PAGER=/bin/cat quilt app patches/vrss.patch OBS-URL: https://build.opensuse.org/request/show/226944 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=75 --- quilt.changes | 5 +++++ quilt.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/quilt.changes b/quilt.changes index 02c0fdb..cb0663c 100644 --- a/quilt.changes +++ b/quilt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 21 09:42:03 CET 2014 - ohering@suse.de + +- quilt requires less, unless PAGER is set + ------------------------------------------------------------------- Mon Dec 9 13:36:41 CET 2013 - jdelvare@suse.de diff --git a/quilt.spec b/quilt.spec index 134daa2..c3cb0b5 100644 --- a/quilt.spec +++ b/quilt.spec @@ -1,7 +1,7 @@ # # spec file for package quilt # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,6 +32,7 @@ Requires: diffutils Requires: file Requires: findutils Requires: gzip +Requires: less Requires: mktemp Requires: patch Requires: perl