SPECS: cancd.spec - terminate format string with \0
glen
glen at pld-linux.org
Tue Jun 13 08:33:38 CEST 2006
Author: glen Date: Tue Jun 13 06:33:38 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- terminate format string with \0
---- Files affected:
SPECS:
cancd.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/cancd.spec
diff -u SPECS/cancd.spec:1.5 SPECS/cancd.spec:1.6
--- SPECS/cancd.spec:1.5 Sun Jan 8 21:40:08 2006
+++ SPECS/cancd.spec Tue Jun 13 08:33:33 2006
@@ -3,7 +3,7 @@
Summary(pl): Demon CA NetConsole
Name: cancd
Version: 0.1.0
-Release: 0.5
+Release: 0.8
License: GPL
Group: Applications/File
Source0: http://oss.oracle.com/projects/cancd/dist/files/source/%{name}-%{version}.tar.gz
@@ -11,6 +11,7 @@
Source1: %{name}.init
Source2: %{name}.sysconfig
Patch0: %{name}-make.patch
+Patch1: %{name}-nullterminate.patch
URL: http://oss.oracle.com/projects/cancd/
BuildRequires: rpmbuild(macros) >= 1.228
Requires(post,preun): /sbin/chkconfig
@@ -37,6 +38,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%{__make} \
@@ -88,6 +90,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2006/06/13 06:33:33 glen
+- terminate format string with \0
+
Revision 1.5 2006/01/08 20:40:08 qboosh
- pl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/cancd.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list