forked from pool/quilt
- 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:
parent
2d8209d697
commit
79c49c7577
@ -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
|
Mon Dec 9 10:44:43 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@ BuildRequires: diffstat
|
|||||||
BuildRequires: ed
|
BuildRequires: ed
|
||||||
BuildRequires: emacs-nox
|
BuildRequires: emacs-nox
|
||||||
BuildRequires: procmail
|
BuildRequires: procmail
|
||||||
Requires: bzip2
|
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
Requires: diffstat
|
Requires: diffstat
|
||||||
Requires: diffutils
|
Requires: diffutils
|
||||||
@ -46,6 +45,7 @@ Patch5: suse-workaround-pseudo-release.patch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Recommends: procmail
|
Recommends: procmail
|
||||||
|
Recommends: bzip2
|
||||||
%if 0%{?suse_version} > 1120
|
%if 0%{?suse_version} > 1120
|
||||||
Recommends: xz
|
Recommends: xz
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user