Accepting request 128295 from home:coolo:branches:openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/128295
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=209
This commit is contained in:
Stephan Kulow 2012-07-19 04:53:43 +00:00 committed by Git OBS Bridge
parent 3a9c514717
commit 21e567650e
2 changed files with 7 additions and 1 deletions

View File

@ -320,11 +320,12 @@
%nil
# Template for lang sub-package.
%lang_package(n:) \
%lang_package(n:r:) \
%package %{-n:-n %{-n*}-}lang \
Summary: Languages for package %{name} \
Group: System/Localization \
Requires: %{-n:%{-n*}}%{!-n:%{name}} = %{version} \
%{-r:Requires: %{-r*}} \
Provides: %{-n:%{-n*}}%{!-n:%{name}}-lang-all = %{version} \
Supplements: packageand(bundle-lang-other:%{-n:%{-n*}}%{!-n:%{name}}) \
BuildArch: noarch \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 18 15:52:25 UTC 2012 - coolo@suse.com
- add an -r option to %lang_package (bnc#513786)
-------------------------------------------------------------------
Wed Jul 4 18:04:54 CEST 2012 - fcrozat@suse.com