Hello community,

here is the log from the commit of package sks for openSUSE:Factory checked in 
at 2017-03-24 02:22:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sks (Old)
 and      /work/SRC/openSUSE:Factory/.sks.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sks"

Fri Mar 24 02:22:24 2017 rev:2 rq:481750 version:1.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/sks/sks.changes  2017-02-21 13:43:57.530382140 
+0100
+++ /work/SRC/openSUSE:Factory/.sks.new/sks.changes     2017-03-24 
02:22:25.833476701 +0100
@@ -1,0 +2,7 @@
+Fri Mar 17 17:28:16 UTC 2017 - suse-b...@cboltz.de
+
+- fix typo in the AppArmor profile
+- (re)load AppArmor profile in %post
+- BR only apparmor-abstractions, not apparmor-profiles
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sks.spec ++++++
--- /var/tmp/diff_new_pack.1kHsMU/_old  2017-03-24 02:22:27.421252041 +0100
+++ /var/tmp/diff_new_pack.1kHsMU/_new  2017-03-24 02:22:27.425251475 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sks
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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} > 1230 || 0%{?rhel_version} > 6 || 0%{?centos_version} > 
6 || 0%{?fedora_version} >= 20 || 0%{?el7}%{?fc20}%{?fc21}%{?fc22}
 %bcond_without systemd
 %else
@@ -24,10 +25,10 @@
 Name:           sks
 Version:        1.1.6
 Release:        0
-License:        GPL-2.0+
 Summary:        Synchronizing Key Server
+License:        GPL-2.0+
 Group:          System/Daemons
-URL:            https://bitbucket.org/skskeyserver/sks-keyserver
+Url:            https://bitbucket.org/skskeyserver/sks-keyserver
 Source:         
https://bitbucket.org/skskeyserver/sks-keyserver/downloads/sks-%{version}.tgz
 Source1:        sks-db.service
 Source2:        sks-recon.service
@@ -40,7 +41,8 @@
 Patch1:         sks-1.1.5-sks_build.patch
 Patch2:         sks-1.1.6-cryptokit-1.7-Makefile.patch
 Recommends:     logrotate
-BuildRequires:  apparmor-profiles
+BuildRequires:  apparmor-abstractions
+BuildRequires:  apparmor-rpm-macros
 BuildRequires:  db-devel >= 4.8
 BuildRequires:  ncurses-devel
 BuildRequires:  ocaml
@@ -128,13 +130,13 @@
 %if %{with systemd}
 %service_add_post sks-db.service  sks-recon.service
 %endif
+%apparmor_reload %{_sysconfdir}/apparmor.d/usr.bin.sks
 
 %postun
 %if %{with systemd}
 %service_del_postun sks-db.service  sks-recon.service
 %endif
 
-
 %files
 %defattr(-,root,root)
 %doc ANNOUNCEMENT BUGS CHANGELOG LICENSE README.md TODO UPGRADING VERSION

++++++ apparmor-usr.bin.sks ++++++
--- /var/tmp/diff_new_pack.1kHsMU/_old  2017-03-24 02:22:27.453247514 +0100
+++ /var/tmp/diff_new_pack.1kHsMU/_new  2017-03-24 02:22:27.453247514 +0100
@@ -12,6 +12,6 @@
   /var/log/sks/* w,
 
   # Site-specific additions and overrides. See local/README for details.
-  #include <local/usr.bin.sks
+  #include <local/usr.bin.sks>
 }
 


Reply via email to