- Add metainfo (fate#319035)
- Revamp spec - Replace GenericName with Comment - 4.2.1 - Add metadata (fate#319035) - 4.2.0 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-apparmor?expand=0&rev=217
This commit is contained in:
parent
73fb71c352
commit
2b9360c7a7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:41f69ba202ef823d75b58ec66e493444b458b693f877f9c426b998627279ffd8
|
|
||||||
size 45191
|
|
3
yast2-apparmor-4.2.1.tar.bz2
Normal file
3
yast2-apparmor-4.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:488b2f252c502294acc0f08333b772db2e135795a0ff488edc9dbfd2626b803f
|
||||||
|
size 45211
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 31 12:25:09 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
|
||||||
|
|
||||||
|
- Add metainfo (fate#319035)
|
||||||
|
- Revamp spec
|
||||||
|
- Replace GenericName with Comment
|
||||||
|
- 4.2.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 29 12:42:25 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
|
||||||
|
|
||||||
|
- Add metadata (fate#319035)
|
||||||
|
- 4.2.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 30 15:51:08 UTC 2019 - Stefan Hundhammer <shundhammer@suse.com>
|
Wed Jan 30 15:51:08 UTC 2019 - Stefan Hundhammer <shundhammer@suse.com>
|
||||||
|
|
||||||
|
@ -17,16 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-apparmor
|
Name: yast2-apparmor
|
||||||
Version: 4.1.7
|
Version: 4.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - Plugins for AppArmor Profile Management
|
Summary: YaST2 - Plugins for AppArmor Profile Management
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Url: https://github.com/yast/yast-apparmor
|
Url: https://github.com/yast/yast-apparmor
|
||||||
|
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yast2
|
BuildRequires: yast2
|
||||||
BuildRequires: yast2-devtools >= 3.1.10
|
BuildRequires: yast2-devtools >= 4.2.2
|
||||||
|
|
||||||
# Yast::Execute.locally!
|
# Yast::Execute.locally!
|
||||||
Requires: yast2 > 3.3.2
|
Requires: yast2 > 3.3.2
|
||||||
Requires: yast2-ruby-bindings >= 1.0.0
|
Requires: yast2-ruby-bindings >= 1.0.0
|
||||||
@ -36,11 +39,10 @@ Requires: yast2-ruby-bindings >= 1.0.0
|
|||||||
# bsc#1121274 / PR#35, bsc#1123258 / PR#36
|
# bsc#1121274 / PR#35, bsc#1123258 / PR#36
|
||||||
Conflicts: apparmor-utils < 2.12
|
Conflicts: apparmor-utils < 2.12
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Yast2 forms and components for the management of AppArmor
|
YaST2 forms and components for the management of AppArmor
|
||||||
profiles.
|
profiles.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -51,15 +53,16 @@ profiles.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%yast_install
|
%yast_install
|
||||||
|
%yast_metainfo
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%{yast_clientdir}
|
%{yast_clientdir}
|
||||||
%{yast_yncludedir}/apparmor
|
%{yast_yncludedir}
|
||||||
%{yast_libdir}/apparmor
|
%{yast_libdir}
|
||||||
%{yast_moduledir}
|
%{yast_moduledir}
|
||||||
%{yast_desktopdir}
|
%{yast_desktopdir}
|
||||||
%{_datadir}/icons/*
|
%{yast_metainfodir}
|
||||||
|
%{yast_icondir}
|
||||||
%doc %{yast_docdir}
|
%doc %{yast_docdir}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user