2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00:00

Fix Makefile to find new common/ dir.

add svn:keywords and svn:ignore properties
This commit is contained in:
Steve Beattie 2006-04-12 21:12:39 +00:00
parent e8b349bf47
commit 2f1aa5374f
3 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile 6135 2006-01-25 19:58:44Z steve $ # $Id$
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Copyright (c) 2004, 2005 NOVELL (All rights reserved) # Copyright (c) 2004, 2005 NOVELL (All rights reserved)
# #
@ -16,7 +16,7 @@
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
NAME:=apache2-mod-apparmor NAME:=apache2-mod-apparmor
all: all:
COMMONDIR=../common/ COMMONDIR=../../common/
include Make.rules include Make.rules

View File

@ -1,4 +1,4 @@
# $Id: apache2-mod-apparmor.spec.in 6353 2006-03-31 02:26:46Z sarnold $ # $Id$
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Copyright (c) 2004, 2005 NOVELL (All rights reserved) # Copyright (c) 2004, 2005 NOVELL (All rights reserved)
# #
@ -28,7 +28,7 @@
Summary: AppArmor module for apache2. Summary: AppArmor module for apache2.
Name: apache2-mod-apparmor Name: apache2-mod-apparmor
Version: @@immunix_version@@ Version: @@immunix_version@@
Release: 7.2 Release: 8
Group: Applications/System Group: Applications/System
Source0: %{name}-%{version}-@@repo_version@@.tar.gz Source0: %{name}-%{version}-@@repo_version@@.tar.gz
License: LGPL License: LGPL
@ -134,6 +134,8 @@ make install DESTDIR=${RPM_BUILD_ROOT} DISTRO=%{distro}
%endif %endif
%changelog %changelog
* Wed Apr 12 2006 - Steve Beattie <sbeattie@suse.de>
- Move to novell forge svn repo; fix build issue with new layout
* Thu Mar 30 2006 - Seth Arnold <seth.arnold@suse.de> 2.0-7.2 * Thu Mar 30 2006 - Seth Arnold <seth.arnold@suse.de> 2.0-7.2
- Relicense to LGPL - Relicense to LGPL
* Mon Jan 30 2006 - Steve Beattie <sbeattie@suse.de> 2.0-7.1 * Mon Jan 30 2006 - Steve Beattie <sbeattie@suse.de> 2.0-7.1

View File

@ -1,4 +1,4 @@
/* $Id: mod_apparmor.c 6354 2006-03-31 02:30:16Z sarnold $ /* $Id$
* *
* Copyright (c) 2004, 2005, 2006 NOVELL (All rights reserved) * Copyright (c) 2004, 2005, 2006 NOVELL (All rights reserved)
* *