Hello community,
here is the log from the commit of package apparmor-rpm-macros for
openSUSE:Factory checked in at 2016-09-13 22:22:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apparmor-rpm-macros (Old)
and /work/SRC/openSUSE:Factory/.apparmor-rpm-macros.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apparmor-rpm-macros"
Changes:
--------
New Changes file:
--- /dev/null 2016-07-07 10:01:34.856033756 +0200
+++
/work/SRC/openSUSE:Factory/.apparmor-rpm-macros.new/apparmor-rpm-macros.changes
2016-09-13 22:22:26.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Wed Jul 13 22:38:35 UTC 2016 - [email protected]
+
+- Initial creation of macro, only contains %apparmor_reload
+
New:
----
apparmor-rpm-macros.changes
apparmor-rpm-macros.spec
macros.apparmor
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apparmor-rpm-macros.spec ++++++
#
# spec file for package apparmor-rpm-macros
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
Name: apparmor-rpm-macros
Version: 1.0
Release: 0
License: LGPL-2.1+
Summary: RPM macros used to setup apparmor profiles
Url: https://bugs.launchpad.net/apparmor
Group: System/Base
Source: macros.apparmor
Requires: coreutils
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Package that provides RPM macros used to setup apparmor profiles for packaging.
%prep
%build
%install
mkdir -p %{buildroot}%{_sysconfdir}/rpm
install -m644 %{S:0} %{buildroot}%{_sysconfdir}/rpm
%files
%defattr(-,root,root)
%config %{_sysconfdir}/rpm/macros.apparmor
++++++ macros.apparmor ++++++
%apparmor_reload()\
if [ "$YAST_IS_RUNNING" != "instsys" ]; then\
/sbin/apparmor_parser -r %{?*} &> /dev/null || :\
fi\
%{nil}