Hello community,
here is the log from the commit of package patterns-rpm-macros for
openSUSE:Factory checked in at 2018-04-22 14:35:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/patterns-rpm-macros (Old)
and /work/SRC/openSUSE:Factory/.patterns-rpm-macros.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "patterns-rpm-macros"
Sun Apr 22 14:35:12 2018 rev:2 rq:598500 version:1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/patterns-rpm-macros/patterns-rpm-macros.changes
2017-04-29 15:19:23.642073824 +0200
+++
/work/SRC/openSUSE:Factory/.patterns-rpm-macros.new/patterns-rpm-macros.changes
2018-04-22 14:35:15.362485490 +0200
@@ -1,0 +2,6 @@
+Fri Apr 6 09:12:51 UTC 2018 - [email protected]
+
+- Missing public cloud and, adv sys management pattern categories
+ bsc#1087871
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ create_macros ++++++
--- /var/tmp/diff_new_pack.9XP3b1/_old 2018-04-22 14:35:15.890466383 +0200
+++ /var/tmp/diff_new_pack.9XP3b1/_new 2018-04-22 14:35:15.890466383 +0200
@@ -440,6 +440,18 @@
'zh_TW' => '主要功能'
};
+$translations{'advsysmgmt'} = {
+ 'C' => 'Advanced Systems Management',
+ 'de' => 'Advanced Systems Management',
+ 'en' => 'Advanced Systems Management'
+};
+
+$translations{'publicclouds'} = {
+ 'C' => 'Public Clouds',
+ 'de' => 'Public Clouds',
+ 'en' => 'Public Clouds'
+};
+
use URI::Escape;
for my $macro (sort keys %translations) {