Hello community,

here is the log from the commit of package apache-rpm-macros for 
openSUSE:Factory checked in at 2015-07-16 17:17:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-rpm-macros (Old)
 and      /work/SRC/openSUSE:Factory/.apache-rpm-macros.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-rpm-macros"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-rpm-macros/apache-rpm-macros.changes      
2014-11-13 09:17:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.apache-rpm-macros.new/apache-rpm-macros.changes 
2015-07-16 17:17:12.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul 13 11:50:52 UTC 2015 - [email protected]
+
+- new macro: %{apache_suse_maintenance_mmn} [bnc#915666] (internal)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apache-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.5oR7Xq/_old  2015-07-16 17:17:13.000000000 +0200
+++ /var/tmp/diff_new_pack.5oR7Xq/_new  2015-07-16 17:17:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-rpm-macros
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if 0%{?suse_version} < 1130
 %define _libexecdir   /usr/lib
 %endif
@@ -28,6 +29,7 @@
 %define ap_libexecdir     %(%{ap_apxs} -q LIBEXECDIR)
 %define ap_localstatedir  %(%{ap_apxs} -q LOCALSTATEDIR)
 %define ap_mmn            %(MMN=$(%{ap_apxs} -q LIBEXECDIR)_MMN; test -x $MMN 
&& $MMN)
+%define ap_maint_mmn      %(rpm -q --provides apache2 | grep 
suse_maintenance_mmn)
 %define ap_serverroot     %(%{ap_apxs} -q PREFIX)
 %define ap_sysconfdir     %(%{ap_apxs} -q SYSCONFDIR)
 %define ap_datadir        %(%{ap_apxs} -q DATADIR)
@@ -67,6 +69,7 @@
 %%apache_libexecdir    %{ap_libexecdir}
 %%apache_localstatedir %{ap_localstatedir}
 %%apache_mmn           %{ap_mmn}
+%%apache_suse_maintenance_mmn    %{ap_maint_mmn}
 %%apache_serverroot    %{ap_serverroot}
 %%apache_sysconfdir    %{ap_sysconfdir}
 %%apache_datadir       %{ap_datadir}


Reply via email to