Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > media > main-release-src > by-pkgid > 7d8b983f4d5ef4bf6bee9b9610f96ce3 > files > 3

pam_apparmor-2.1.2-1.906.1mdv2008.1.src.rpm

%define rev 906

Summary:	PAM module for AppArmor
Name:		pam_apparmor
Version:	2.1.2
Release:	%mkrel 1.%{rev}.1
License:	GPL
Group:		System/Libraries
URL:		http://forge.novell.com/modules/xfmod/project/?apparmor
Source0:	pam_apparmor-%{version}-%{rev}.tar.gz
Patch:          pam_apparmor-2.1.2-906-ldflags.patch
BuildRequires:  libapparmor-devel
BuildRequires:  libpam-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
AppArmor is a security framework that proactively protects the operating system
and applications.

This package contains the pam_apparmor module, which provides the means for any
pam applications that call pam_open_session() to automatically perform an
AppArmor change_hat operation in order to switch to a user-specific security
policy.


%prep
%setup -q
#%patch -p0 -b .ldflags

%build
%serverbuild

%make	CFLAGS="$RPM_OPT_FLAGS" \
        TESTBUILDDIR=$(pwd)

%install
rm -rf %{buildroot}

%{makeinstall_std} SECDIR=%{buildroot}/%{_lib}/security

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README COPYING
%attr(0755,root,root) /%{_lib}/security/*.so



%changelog
* Wed Feb 27 2008 Andreas Hasenack <andreas@mandriva.com> 2.1.2-1.906.1mdv2008.1
+ Revision: 175814
- updated pam_apparmor to 2.1.2-906

* Thu Jan 17 2008 Thierry Vignaud <tvignaud@mandriva.com> 2.1-1.1076.2mdv2008.1
+ Revision: 154124
- rebuild for new perl

* Tue Jan 08 2008 Andreas Hasenack <andreas@mandriva.com> 2.1-1.1076.1mdv2008.1
+ Revision: 146893
- updated to svn revision 1076

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Wed Sep 19 2007 Andreas Hasenack <andreas@mandriva.com> 2.1-1.961.5mdv2008.0
+ Revision: 91191
- remove more profiles from standard package: they are shipped in their own packages now

* Wed Sep 19 2007 Andreas Hasenack <andreas@mandriva.com> 2.1-1.961.4mdv2008.0
+ Revision: 91061
- drop rpcbind profile, it's shipped in the rpcbind package now

* Fri Sep 14 2007 Andreas Hasenack <andreas@mandriva.com> 2.1-1.961.3mdv2008.0
+ Revision: 85766
- bonobo file is under a noarch libdir
- build dbus and gnome applet packages

* Fri Sep 14 2007 Andreas Hasenack <andreas@mandriva.com> 2.1-1.961.1mdv2008.0
+ Revision: 85546
- install perl module in arch dir as the makefile does for x86_64 (doesn't seem right, though)
- make it not require an installed libapparmor-devel to build
- added swig to buildrequires
- added profile for rpcbind
- fix default syslog profile
- obsolete apparmor-docs (manpages are in each package now)
- better place for the LibAppArmor module
- build apache-mod_apparmor package
- install LibAppArmor.pm
- added utils subpackage
- Import apparmor