2011-11-18 09:32:12 +00:00
|
|
|
#
|
|
|
|
# spec file for package yast2-apparmor
|
|
|
|
#
|
2022-01-12 14:27:38 +00:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2011-11-18 09:32:12 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2020-09-24 17:45:58 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-11-18 09:32:12 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: yast2-apparmor
|
2022-04-12 11:34:34 +00:00
|
|
|
Version: 4.5.0
|
2011-11-18 09:32:12 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: YaST2 - Plugins for AppArmor Profile Management
|
2018-08-22 07:51:59 +00:00
|
|
|
License: GPL-2.0-only
|
2012-04-04 06:40:02 +00:00
|
|
|
Group: Productivity/Security
|
2020-09-24 17:45:58 +00:00
|
|
|
URL: https://github.com/yast/yast-apparmor
|
2019-06-03 14:50:34 +00:00
|
|
|
|
2014-06-02 14:20:55 +00:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2019-06-03 14:50:34 +00:00
|
|
|
|
2014-06-02 14:20:55 +00:00
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: yast2
|
2019-06-03 14:50:34 +00:00
|
|
|
BuildRequires: yast2-devtools >= 4.2.2
|
2020-09-24 17:45:58 +00:00
|
|
|
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
2019-06-03 14:50:34 +00:00
|
|
|
|
2020-09-25 08:50:54 +00:00
|
|
|
#for install task
|
|
|
|
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
|
|
|
|
2018-12-10 14:30:49 +00:00
|
|
|
# Yast::Execute.locally!
|
|
|
|
Requires: yast2 > 3.3.2
|
2014-06-02 14:20:55 +00:00
|
|
|
Requires: yast2-ruby-bindings >= 1.0.0
|
2017-04-05 08:22:13 +00:00
|
|
|
|
2019-01-24 15:30:50 +00:00
|
|
|
# New JSON output format in aa-status; upstream change:
|
|
|
|
# aa-status: split profile from exec name
|
2019-01-28 13:45:35 +00:00
|
|
|
# bsc#1121274 / PR#35, bsc#1123258 / PR#36
|
|
|
|
Conflicts: apparmor-utils < 2.12
|
2019-01-24 15:30:50 +00:00
|
|
|
|
2014-06-02 14:20:55 +00:00
|
|
|
BuildArch: noarch
|
2011-11-18 09:32:12 +00:00
|
|
|
|
|
|
|
%description
|
2019-06-03 14:50:34 +00:00
|
|
|
YaST2 forms and components for the management of AppArmor
|
2011-11-18 09:32:12 +00:00
|
|
|
profiles.
|
|
|
|
|
|
|
|
%prep
|
2014-06-02 14:20:55 +00:00
|
|
|
%setup -q
|
2011-11-18 09:32:12 +00:00
|
|
|
|
2020-09-24 17:45:58 +00:00
|
|
|
%check
|
|
|
|
%yast_check
|
|
|
|
|
2011-11-18 09:32:12 +00:00
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2013-10-08 12:03:58 +00:00
|
|
|
%yast_install
|
2019-06-03 14:50:34 +00:00
|
|
|
%yast_metainfo
|
2011-11-18 09:32:12 +00:00
|
|
|
|
2014-06-02 14:20:55 +00:00
|
|
|
%files
|
2013-10-08 12:03:58 +00:00
|
|
|
%{yast_clientdir}
|
2019-06-03 14:50:34 +00:00
|
|
|
%{yast_yncludedir}
|
|
|
|
%{yast_libdir}
|
2013-10-08 12:03:58 +00:00
|
|
|
%{yast_moduledir}
|
|
|
|
%{yast_desktopdir}
|
2019-06-03 14:50:34 +00:00
|
|
|
%{yast_metainfodir}
|
|
|
|
%{yast_icondir}
|
2013-10-08 12:03:58 +00:00
|
|
|
%doc %{yast_docdir}
|
2018-10-16 16:38:07 +00:00
|
|
|
%license COPYING
|
2011-11-18 09:32:12 +00:00
|
|
|
|
|
|
|
%changelog
|