From 36072d063b7bbc7f19ed7998ab1acb3fdbe3e221cd281fcf5deaea08b6c8d0f9 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 18 Nov 2019 11:15:04 +0000 Subject: [PATCH] Accepting request 749270 from home:scarabeus_iv:branches:security:apparmor - Properly pull in full python3 interpreter OBS-URL: https://build.opensuse.org/request/show/749270 OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=256 --- apparmor.changes | 5 +++++ apparmor.spec | 6 +++--- libapparmor.spec | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/apparmor.changes b/apparmor.changes index 296b9ca..e38e0b4 100644 --- a/apparmor.changes +++ b/apparmor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 18 10:39:28 UTC 2019 - Tomáš Chvátal + +- Properly pull in full python3 interpreter + ------------------------------------------------------------------- Sat Nov 2 23:01:05 UTC 2019 - Christian Boltz diff --git a/apparmor.spec b/apparmor.spec index d9f4af2..174ff17 100644 --- a/apparmor.spec +++ b/apparmor.spec @@ -1,7 +1,7 @@ # # spec file for package apparmor # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # Copyright (c) 2011-2019 Christian Boltz # # All modifications and additions to the file contributed by third parties @@ -40,7 +40,7 @@ Release: 0 Summary: AppArmor userlevel parser utility License: GPL-2.0-or-later Group: Productivity/Networking/Security -Url: https://launchpad.net/apparmor +URL: https://launchpad.net/apparmor Source0: apparmor-%{version}.tar.gz Source1: apparmor-%{version}.tar.gz.asc Source2: %{name}.keyring @@ -86,7 +86,7 @@ BuildRequires: flex BuildRequires: gcc-c++ BuildRequires: pcre-devel BuildRequires: pkg-config -BuildRequires: python +BuildRequires: python3 BuildRequires: python3-pyflakes BuildRequires: perl(Locale::gettext) diff --git a/libapparmor.spec b/libapparmor.spec index 969ea58..4ed210d 100644 --- a/libapparmor.spec +++ b/libapparmor.spec @@ -1,7 +1,7 @@ # # spec file for package libapparmor # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # Copyright (c) 2011-2019 Christian Boltz # # All modifications and additions to the file contributed by third parties @@ -23,7 +23,7 @@ Release: 0 Summary: Utility library for AppArmor License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Url: https://launchpad.net/apparmor +URL: https://launchpad.net/apparmor Source0: apparmor-%{version}.tar.gz Source1: apparmor-%{version}.tar.gz.asc BuildRequires: bison