forked from pool/yast2-apparmor
Accepting request 112422 from YaST:Head
- fixed text labels (bnc#755539) - 2.22.2 OBS-URL: https://build.opensuse.org/request/show/112422 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-apparmor?expand=0&rev=45
This commit is contained in:
commit
edc8397f0e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ebc09ca0fd81fc635bec3f55f6068b490bd2a1967faf0c5d715c0f85d450918c
|
|
||||||
size 151385
|
|
3
yast2-apparmor-2.22.2.tar.bz2
Normal file
3
yast2-apparmor-2.22.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fff039dc5fd2b42adc1b3439e812cda9b6dbf182bd38309e28bc84b2c8d794c6
|
||||||
|
size 162563
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 4 08:37:05 CEST 2012 - jsuchome@suse.cz
|
||||||
|
|
||||||
|
- fixed text labels (bnc#755539)
|
||||||
|
- 2.22.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 18 00:17:24 UTC 2011 - opensuse@cboltz.de
|
Fri Nov 18 00:17:24 UTC 2011 - opensuse@cboltz.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-apparmor
|
# spec file for package yast2-apparmor
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,23 +15,20 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: yast2-apparmor
|
Name: yast2-apparmor
|
||||||
Version: 2.22.1
|
Version: 2.22.2
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-apparmor-%{version}.tar.bz2
|
Source0: yast2-apparmor-%{version}.tar.bz2
|
||||||
|
|
||||||
Group: Productivity/Security
|
|
||||||
License: GPL-2.0+
|
|
||||||
|
|
||||||
Summary: YaST2 - Plugins for AppArmor Profile Management
|
Summary: YaST2 - Plugins for AppArmor Profile Management
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: Productivity/Security
|
||||||
|
|
||||||
Requires: yast2
|
|
||||||
Requires: perl-TimeDate
|
Requires: perl-TimeDate
|
||||||
|
Requires: yast2
|
||||||
Requires: perl(Data::Dumper)
|
Requires: perl(Data::Dumper)
|
||||||
Requires: perl(Encode)
|
Requires: perl(Encode)
|
||||||
Requires: perl(Getopt::Long)
|
Requires: perl(Getopt::Long)
|
||||||
@ -46,7 +43,8 @@ Obsoletes: yast2-subdomain
|
|||||||
Provides: yast2-subdomain
|
Provides: yast2-subdomain
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
|
||||||
BuildRequires: yast2 yast2-devtools
|
BuildRequires: yast2
|
||||||
|
BuildRequires: yast2-devtools
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1140
|
%if 0%{?suse_version} >= 1140
|
||||||
# openSUSE-11.4 or newer
|
# openSUSE-11.4 or newer
|
||||||
@ -72,7 +70,6 @@ autoreconf --force --install
|
|||||||
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||||
|
|
||||||
%{?suse_update_config:%{suse_update_config -f}}
|
|
||||||
./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
|
./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
|
||||||
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
|
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
|
||||||
# so that RPM_OPT_FLAGS check works
|
# so that RPM_OPT_FLAGS check works
|
||||||
|
Loading…
x
Reference in New Issue
Block a user