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

Update keywords attribute, svn:ignore attribute, update Makefile to

point to the new location of the common/ dir.
This commit is contained in:
Steve Beattie 2006-04-12 03:09:10 +00:00
parent ac53d2c30e
commit 6b0de8f6bc
24 changed files with 27 additions and 25 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile 6345 2006-03-27 13:59:31Z jesse $ # $Id$
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Copyright (c) 2004, 2005, 2006 NOVELL (All rights reserved) # Copyright (c) 2004, 2005, 2006 NOVELL (All rights reserved)
# #
@ -16,7 +16,7 @@
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
NAME=apparmor-parser NAME=apparmor-parser
all: all:
COMMONDIR=../../common/ COMMONDIR=../common/
include Make.rules include Make.rules

View File

@ -25,7 +25,7 @@
Summary: AppArmor userlevel parser utility. Summary: AppArmor userlevel parser utility.
Name: apparmor-parser Name: apparmor-parser
Version: @@immunix_version@@ Version: @@immunix_version@@
Release: 13 Release: 14
Group: Applications/System Group: Applications/System
Source0: %{name}-%{version}-@@repo_version@@.tar.gz Source0: %{name}-%{version}-@@repo_version@@.tar.gz
License: GPL License: GPL
@ -165,6 +165,8 @@ fi
%changelog %changelog
* Tue Apr 11 2006 Steve Beattie <sbeattie@suse.de>
- Move svn tree to novell forge; fixup build for new layout
* Sat Apr 1 2006 Dominic Reynolds <dreynolds@suse.de> 2.0-7.5 * Sat Apr 1 2006 Dominic Reynolds <dreynolds@suse.de> 2.0-7.5
- Fix upgrade problems (#156990) - Fix upgrade problems (#156990)
* Wed Mar 15 2006 Steve Beattie <sbeattie@suse.de> 2.0-7.4 * Wed Mar 15 2006 Steve Beattie <sbeattie@suse.de> 2.0-7.4

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl -w #!/usr/bin/perl -w
# #
# $Id: frob_slack_rc 6159 2006-01-27 07:21:59Z steve $ # $Id$
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Copyright (c) 2004, 2005 NOVELL (All rights reserved) # Copyright (c) 2004, 2005 NOVELL (All rights reserved)
# #

View File

@ -1,4 +1,4 @@
/* $Id: parser.h 6048 2006-01-12 17:43:44Z steve $ */ /* $Id$ */
/* /*
* Copyright (c) 1999, 2001, 2002, 2004, 2005 NOVELL (All rights reserved) * Copyright (c) 1999, 2001, 2002, 2004, 2005 NOVELL (All rights reserved)

View File

@ -1,4 +1,4 @@
/* $Id: parser_include.c 6168 2006-01-27 20:28:31Z steve $ */ /* $Id$ */
/* /*
* Copyright (c) 2004, 2005 NOVELL (All rights reserved) * Copyright (c) 2004, 2005 NOVELL (All rights reserved)

View File

@ -1,4 +1,4 @@
/* $Id: parser_include.h 6167 2006-01-27 20:16:11Z steve $ */ /* $Id$ */
/* /*
* Copyright (c) 2004, 2005 NOVELL (All rights reserved) * Copyright (c) 2004, 2005 NOVELL (All rights reserved)

View File

@ -1,4 +1,4 @@
/* $Id: parser_interface.c 6039 2006-01-10 23:34:57Z steve $ */ /* $Id$ */
/* /*
* Copyright (c) 1999, 2000, 2004, 2005 NOVELL (All rights reserved) * Copyright (c) 1999, 2000, 2004, 2005 NOVELL (All rights reserved)

View File

@ -1,4 +1,4 @@
/* $Id: parser_lex.l 6048 2006-01-12 17:43:44Z steve $ */ /* $Id$ */
/* /*
* Copyright (c) 1999, 2000, 2002, 2003, 2004, 2005 NOVELL (All rights reserved) * Copyright (c) 1999, 2000, 2002, 2003, 2004, 2005 NOVELL (All rights reserved)

View File

@ -1,4 +1,4 @@
/* $Id: parser_main.c 6367 2006-04-04 22:44:04Z sarnold $ */ /* $Id$ */
/* /*
* Copyright (c) 1999, 2000, 2003, 2004, 2005, 2006 NOVELL * Copyright (c) 1999, 2000, 2003, 2004, 2005, 2006 NOVELL

View File

@ -1,4 +1,4 @@
/* $Id: parser_merge.c 6039 2006-01-10 23:34:57Z steve $ */ /* $Id$ */
/* /*
* Copyright (c) 1999, 2000, 2003, 2004, 2005 NOVELL (All rights reserved) * Copyright (c) 1999, 2000, 2003, 2004, 2005 NOVELL (All rights reserved)

View File

@ -1,4 +1,4 @@
/* $Id: parser_misc.c 6263 2006-02-11 08:26:48Z steve $ */ /* $Id$ */
/* /*
* Copyright (c) 1999, 2000, 2002, 2003, 2004, 2005 NOVELL (All rights reserved) * Copyright (c) 1999, 2000, 2002, 2003, 2004, 2005 NOVELL (All rights reserved)

View File

@ -1,4 +1,4 @@
/* $Id: parser_policy.c 6263 2006-02-11 08:26:48Z steve $ */ /* $Id$ */
/* /*
* Copyright (c) 1999, 2000, 2002, 2003, 2004, 2005 NOVELL (All rights reserved) * Copyright (c) 1999, 2000, 2002, 2003, 2004, 2005 NOVELL (All rights reserved)

View File

@ -1,4 +1,4 @@
/* $Id: parser_regex.c 6257 2006-02-10 05:54:58Z steve $ */ /* $Id$ */
/* /*
* Copyright (c) 1999, 2000, 2001, 2002, 2004, 2005, 2006 NOVELL * Copyright (c) 1999, 2000, 2001, 2002, 2004, 2005, 2006 NOVELL

View File

@ -1,4 +1,4 @@
/* $Id: parser_symtab.c 6263 2006-02-11 08:26:48Z steve $ */ /* $Id$ */
/* /*
* Copyright (c) 2005 NOVELL (All rights reserved) * Copyright (c) 2005 NOVELL (All rights reserved)

View File

@ -1,4 +1,4 @@
/* $Id: parser_variable.c 6263 2006-02-11 08:26:48Z steve $ */ /* $Id$ */
/* /*
* Copyright (c) 1999, 2000, 2001, 2002, 2004, 2005, 2006 NOVELL * Copyright (c) 1999, 2000, 2001, 2002, 2004, 2005, 2006 NOVELL

View File

@ -1,5 +1,5 @@
%{ %{
/* $Id: parser_yacc.y 6263 2006-02-11 08:26:48Z steve $ */ /* $Id$ */
/* /*
* Copyright (c) 1999, 2000, 2001, 2002, 2004, 2005 NOVELL (All rights reserved) * Copyright (c) 1999, 2000, 2001, 2002, 2004, 2005 NOVELL (All rights reserved)

View File

@ -13,7 +13,7 @@ all:
LANGS=de_DE en_US es_ES fr_FR hu_HU it_IT ja_JP nb_NO pt_BR pt_PT \ LANGS=de_DE en_US es_ES fr_FR hu_HU it_IT ja_JP nb_NO pt_BR pt_PT \
zh_CN zh_TW zh_CN zh_TW
COMMONDIR=../../../common/ COMMONDIR=../../common/
include Make.rules include Make.rules

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $Id: rc.aaeventd.suse 6160 2006-01-27 07:25:33Z steve $ # $Id$
# #
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Copyright (c) 1999, 2000, 20001, 2004, 2005, 2006 NOVELL # Copyright (c) 1999, 2000, 20001, 2004, 2005, 2006 NOVELL

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $Id: rc.apparmor.debian 6160 2006-01-27 07:25:33Z steve $ # $Id$
# #
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Copyright (c) 1999, 2000, 2001, 2004, 2005, 2006 NOVELL # Copyright (c) 1999, 2000, 2001, 2004, 2005, 2006 NOVELL

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $Id: rc.apparmor.functions 6345 2006-03-27 13:59:31Z jesse $ # $Id$
# #
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Copyright (c) 1999, 2000, 20001, 2004, 2005, NOVELL (All rights reserved) # Copyright (c) 1999, 2000, 20001, 2004, 2005, NOVELL (All rights reserved)

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $Id: rc.apparmor.redhat 6160 2006-01-27 07:25:33Z steve $ # $Id$
# #
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Copyright (c) 1999, 2000, 2001, 2004, 2005, 2006 NOVELL # Copyright (c) 1999, 2000, 2001, 2004, 2005, 2006 NOVELL

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $Id: rc.apparmor.slackware 6160 2006-01-27 07:25:33Z steve $ # $Id$
# #
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Copyright (c) 1999, 2000, 20001, 2004, 2005, 2006 NOVELL # Copyright (c) 1999, 2000, 20001, 2004, 2005, 2006 NOVELL

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $Id: rc.apparmor.suse 6345 2006-03-27 13:59:31Z jesse $ # $Id$
# #
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Copyright (c) 1999, 2000, 20001, 2004, 2005, 2006 NOVELL # Copyright (c) 1999, 2000, 20001, 2004, 2005, 2006 NOVELL

View File

@ -1,4 +1,4 @@
# $Id: subdomain.conf 6240 2006-02-06 06:10:45Z steve $ # $Id$
# #
# subdomain.conf is a shared SubDomain configuration file that is sh sourcable. # subdomain.conf is a shared SubDomain configuration file that is sh sourcable.