SHA256
1
0
forked from pool/quilt

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
This commit is contained in:
Sascha Peilicke 2014-03-24 09:13:51 +00:00 committed by Git OBS Bridge
parent 4db4ad00d3
commit 403a7ce600
2 changed files with 7 additions and 1 deletions

View File

@ -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 Mon Dec 9 13:36:41 CET 2013 - jdelvare@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package quilt # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -32,6 +32,7 @@ Requires: diffutils
Requires: file Requires: file
Requires: findutils Requires: findutils
Requires: gzip Requires: gzip
Requires: less
Requires: mktemp Requires: mktemp
Requires: patch Requires: patch
Requires: perl Requires: perl