forked from pool/yast2-apparmor
Accepting request 49549 from YaST:Head
Copy from YaST:Head/yast2-apparmor based on submit request 49549 from user kmachalkova OBS-URL: https://build.opensuse.org/request/show/49549 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-apparmor?expand=0&rev=28
This commit is contained in:
commit
8e0b4ce3c4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ffe7ba49a374f9e38caf73d29843f809796f06e280f4e076f667c6979f5d429d
|
|
||||||
size 177078
|
|
3
yast2-apparmor-2.20.0.tar.bz2
Normal file
3
yast2-apparmor-2.20.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fe720f089b6e723631aad863cb4c01dd0aad4b928e14e52f5a430043dc068e66
|
||||||
|
size 151337
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 2 15:04:21 CEST 2010 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Install Notify.pm into @INC so that Perl can see it (bnc#635830)
|
||||||
|
- 2.20.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 6 11:04:52 CEST 2010 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
- updated "names" in .desktop files for searching AppArmor related
|
||||||
|
modules in YaST (bnc#590929)
|
||||||
|
|
||||||
|
------------------------------------------------------------------
|
||||||
|
Wed Jan 13 18:56:03 CET 2010 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Adjusted .desktop file(s) to wrap /sbin/yast2/ calls in xdg-su
|
||||||
|
where root privileges are needed, removed X-KDE-SubstituteUID key
|
||||||
|
(bnc#540627)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 23 16:09:14 CET 2009 - kmachalkova@suse.cz
|
Mon Nov 23 16:09:14 CET 2009 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-apparmor (Version 2.19.0)
|
# spec file for package yast2-apparmor (Version 2.20.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 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
|
||||||
@ -19,19 +19,24 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-apparmor
|
Name: yast2-apparmor
|
||||||
Version: 2.19.0
|
Version: 2.20.0
|
||||||
Release: 1
|
Release: 1
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-apparmor-2.19.0.tar.bz2
|
Source0: yast2-apparmor-2.20.0.tar.bz2
|
||||||
|
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
|
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
|
|
||||||
Summary: YaST2 - Plugins for AppArmor Profile Management
|
Summary: YaST2 - Plugins for AppArmor Profile Management
|
||||||
Requires: yast2 perl-TimeDate
|
Requires: yast2 perl-TimeDate
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Obsoletes: yast2-subdomain
|
Obsoletes: yast2-subdomain
|
||||||
Provides: yast2-subdomain
|
Provides: yast2-subdomain
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
|
||||||
BuildRequires: yast2 yast2-devtools
|
BuildRequires: yast2 yast2-devtools
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -42,14 +47,16 @@ This package is part of a suite of tools that used to be named
|
|||||||
SubDomain.
|
SubDomain.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-apparmor-2.19.0
|
%setup -n yast2-apparmor-2.20.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
%{prefix}/bin/y2tool y2automake
|
%{prefix}/bin/y2tool y2automake
|
||||||
autoreconf --force --install
|
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}}
|
%{?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)
|
||||||
@ -78,7 +85,8 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
/usr/share/YaST2/modules
|
/usr/share/YaST2/modules
|
||||||
/usr/share/applications/YaST2
|
/usr/share/applications/YaST2
|
||||||
/usr/lib/YaST2/servers_non_y2
|
/usr/lib/YaST2/servers_non_y2
|
||||||
/usr/lib/perl5/vendor_perl/*
|
%dir %{perl_vendorlib}/Immunix
|
||||||
|
%{perl_vendorlib}/Immunix/Notify.pm
|
||||||
# license is questionable, PDB says GPL v2 or later
|
# license is questionable, PDB says GPL v2 or later
|
||||||
#%doc COPYING.LGPL
|
#%doc COPYING.LGPL
|
||||||
%dir %attr(-,root,root) /etc/apparmor
|
%dir %attr(-,root,root) /etc/apparmor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user