From 9c2c23baecfeae54c47ad5142274f0ce7cb9c4ba96f15ba9766a403db35859c3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 5 Sep 2017 07:35:01 +0000 Subject: [PATCH] Accepting request 518108 from home:favogt:branches:Base:System - Change Supplements in rpm-suse_macros to not depend on bundle-lang-other anymore, it does not exist in Leap and will likely be dropped from TW. OBS-URL: https://build.opensuse.org/request/show/518108 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=401 --- rpm-suse_macros | 2 +- rpm.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/rpm-suse_macros b/rpm-suse_macros index e511da3..af09d7e 100644 --- a/rpm-suse_macros +++ b/rpm-suse_macros @@ -259,7 +259,7 @@ 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}}) \ +Supplements: %{-n:%{-n*}}%{!-n:%{name}} \ BuildArch: noarch \ %description %{-n:-n %{-n*}-}lang \ Provides translations for the \"%{name}\" package. diff --git a/rpm.changes b/rpm.changes index d2da308..5d526ff 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 22 11:05:53 UTC 2017 - fvogt@suse.com + +- Change Supplements in rpm-suse_macros to not depend on bundle-lang-other + anymore, it does not exist in Leap and will likely be dropped from TW. + ------------------------------------------------------------------- Wed Jul 26 12:39:40 UTC 2017 - rguenther@suse.com