Hello community,
here is the log from the commit of package apparmor-rpm-macros for
openSUSE:Factory checked in at 2019-06-12 13:01:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apparmor-rpm-macros (Old)
and /work/SRC/openSUSE:Factory/.apparmor-rpm-macros.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apparmor-rpm-macros"
Wed Jun 12 13:01:21 2019 rev:5 rq:706063 version:1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/apparmor-rpm-macros/apparmor-rpm-macros.changes
2018-03-04 11:52:20.022726662 +0100
+++
/work/SRC/openSUSE:Factory/.apparmor-rpm-macros.new.4811/apparmor-rpm-macros.changes
2019-06-12 13:01:24.705299178 +0200
@@ -1,0 +2,5 @@
+Wed May 8 16:53:08 UTC 2019 - Christian Boltz <[email protected]>
+
+- move macros.apparmor from /etc/rpm/ to /usr/lib/rpm/macros.d/
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apparmor-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.Njm4Mz/_old 2019-06-12 13:01:25.241299059 +0200
+++ /var/tmp/diff_new_pack.Njm4Mz/_new 2019-06-12 13:01:25.245299058 +0200
@@ -1,7 +1,7 @@
#
# spec file for package apparmor-rpm-macros
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -28,6 +28,8 @@
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+%define macrodir /usr/lib/rpm/macros.d
+
%description
Package that provides RPM macros used to setup apparmor profiles for packaging.
@@ -36,11 +38,11 @@
%build
%install
-mkdir -p %{buildroot}%{_sysconfdir}/rpm
-install -m644 %{S:0} %{buildroot}%{_sysconfdir}/rpm
+mkdir -p %{buildroot}%{macrodir}
+install -m644 %{S:0} %{buildroot}%{macrodir}/
%files
%defattr(-,root,root)
-%config %{_sysconfdir}/rpm/macros.apparmor
+%config %{macrodir}/macros.apparmor
%changelog