forked from pool/yast2-apparmor
Accepting request 841409 from YaST:Head
submit new version 4.3.1 OBS-URL: https://build.opensuse.org/request/show/841409 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-apparmor?expand=0&rev=79
This commit is contained in:
commit
8b34350a59
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff2adbe9e40963a8ec1428a3491bbf7a7f4382385f5f51bd3d03630ccbe34a2d
|
||||
size 45398
|
3
yast2-apparmor-4.3.1.tar.bz2
Normal file
3
yast2-apparmor-4.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56fcdbea6ef24b3d264b3d90ac57cecb2d9e5fb98ef0b23b043275593cae3286
|
||||
size 23902
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 13:54:06 UTC 2020 - Ladislav Slezák <lslezak@suse.cz>
|
||||
|
||||
- Fixed menu navigation using arrow keys in Qt UI - do not start
|
||||
the selected module immediately after changing the selection
|
||||
(bsc#1172035)
|
||||
- 4.3.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 25 10:02:31 CEST 2020 - schubi@suse.de
|
||||
|
||||
- Adaptions to AppArmor 3.X: Changes in AppArmor aa-status output.
|
||||
(bsc#1174746)
|
||||
- 4.3.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 17 16:01:12 UTC 2020 - Stefan Hundhammer <shundhammer@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yast2-apparmor
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,23 +12,27 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
Name: yast2-apparmor
|
||||
Version: 4.2.4
|
||||
Version: 4.3.1
|
||||
Release: 0
|
||||
Summary: YaST2 - Plugins for AppArmor Profile Management
|
||||
License: GPL-2.0-only
|
||||
Group: Productivity/Security
|
||||
Url: https://github.com/yast/yast-apparmor
|
||||
URL: https://github.com/yast/yast-apparmor
|
||||
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2
|
||||
BuildRequires: yast2-devtools >= 4.2.2
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||
|
||||
#for install task
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||
|
||||
# Yast::Execute.locally!
|
||||
Requires: yast2 > 3.3.2
|
||||
@ -48,8 +52,10 @@ profiles.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%check
|
||||
%yast_check
|
||||
|
||||
%build
|
||||
%yast_build
|
||||
|
||||
%install
|
||||
%yast_install
|
||||
|
Loading…
Reference in New Issue
Block a user