diff --git a/README-BEFORE-ADDING-PATCHES b/README-BEFORE-ADDING-PATCHES index 2b70818..c26783a 100644 --- a/README-BEFORE-ADDING-PATCHES +++ b/README-BEFORE-ADDING-PATCHES @@ -1,8 +1,13 @@ All patches need to have a patch description header similar to what is used in -kernel cvs. +SuSE kernel git tree. Patches added without this will be reverted. Thanks. -Clear description of problem. -Buzilla entry if applicable. -Indication as to whether patch was upstreamed. +From: Name +Subject: Summary of fix +Date: date +References: bnc#xxxxxx (bugzilla reference) +Signed-Off-by: Name (same as From: if committer is patch author) + +Short paragraph describing problem/fix. + +References to upstream repo/commit-id if applicable. -Patches added without this will be reverted. Thanks. diff --git a/audit.changes b/audit.changes index 757a8c7..1d505bb 100644 --- a/audit.changes +++ b/audit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 25 21:22:51 UTC 2010 - tonyj@novell.com + +- Minor changes to README-BEFORE-ADDING-PATCHES file. +- Add this file as %source in spec + ------------------------------------------------------------------- Fri Jun 25 17:50:31 CEST 2010 - dmueller@suse.de diff --git a/audit.spec b/audit.spec index 6b4d334..a45e391 100644 --- a/audit.spec +++ b/audit.spec @@ -31,6 +31,7 @@ Source0: %{name}-%{version}.tar.bz2 Source1: auditd.init Source2: auditd.sysconfig Source3: baselibs.conf +Source4: README-BEFORE-ADDING-PATCHES Patch1: audit-no_python.patch Patch2: audit-no_plugins.patch Patch3: audit-no-gss.patch