- Change bzip2 from required to recommended. Quilt works just fine

without it and xz compression if becoming more popular than
  bzip2.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=71
This commit is contained in:
Jean Delvare 2013-12-09 10:22:23 +00:00 committed by Git OBS Bridge
parent 7a356a3365
commit 631b1f896b
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Dec 9 11:20:32 CET 2013 - jdelvare@suse.de
- Change bzip2 from required to recommended. Quilt works just fine
without it and xz compression if becoming more popular than
bzip2.
-------------------------------------------------------------------
Mon Dec 9 10:44:43 CET 2013 - jdelvare@suse.de

View File

@ -26,7 +26,6 @@ BuildRequires: diffstat
BuildRequires: ed
BuildRequires: emacs-nox
BuildRequires: procmail
Requires: bzip2
Requires: coreutils
Requires: diffstat
Requires: diffutils
@ -46,6 +45,7 @@ Patch5: suse-workaround-pseudo-release.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Recommends: procmail
Recommends: bzip2
%if 0%{?suse_version} > 1120
Recommends: xz
%endif