Accepting request 137900 from system:packagemanager
add Recommends on File::FcntlLock, Dpkg::File will use it if available OBS-URL: https://build.opensuse.org/request/show/137900 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpkg?expand=0&rev=2
This commit is contained in:
commit
0e26c7f27d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 11 18:55:33 UTC 2012 - frank.lichtenheld@sophos.com
|
||||
|
||||
- add Recommends on File::FcntlLock, Dpkg::File will
|
||||
use it if available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 27 21:55:24 UTC 2012 - frank.lichtenheld@sophos.com
|
||||
|
||||
|
19
dpkg.spec
19
dpkg.spec
@ -53,9 +53,10 @@ Requires(pre): /bin/touch
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: libbz2-devel
|
||||
BuildRequires: update-alternatives
|
||||
Requires: perl = %{perl_version}
|
||||
Requires: update-alternatives
|
||||
Requires: perl(Date::Parse)
|
||||
Requires: perl = %{perl_version}
|
||||
Recommends: perl(File::FcntlLock)
|
||||
%if 0%{?suse_version} < 1120
|
||||
%define _libexecdir /usr/lib
|
||||
%endif
|
||||
@ -80,18 +81,18 @@ Requires: %{name} = %{version}
|
||||
Libraries and header files for dpkg.
|
||||
|
||||
%package lang
|
||||
Summary: Languages for package %{name}
|
||||
Group: System/Localization
|
||||
Requires: %{name} = %{version}
|
||||
Provides: %{name}-lang-all = %{version}
|
||||
Provides: deb-lang = %{version}
|
||||
Obsoletes: deb-lang < %{version}
|
||||
Summary: Languages for package %{name}
|
||||
Group: System/Localization
|
||||
Requires: %{name} = %{version}
|
||||
Provides: %{name}-lang-all = %{version}
|
||||
Provides: deb-lang = %{version}
|
||||
Obsoletes: deb-lang < %{version}
|
||||
%if %{defined suse_version}
|
||||
Supplements: packageand(bundle-lang-other:%{name})
|
||||
Supplements: packageand(bundle-lang-other:%{name})
|
||||
%if 0%{?suse_version} < 1120
|
||||
# BuildArch: noarch not supported on SLE 11
|
||||
%else
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user