From c66e68d71685055babdfeffaa357063a7215882b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Fri, 17 May 2013 12:11:16 +0200 Subject: [PATCH] - added missing include file - rel 7 --- build.patch | 10 ++++++++++ lms.spec | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 build.patch diff --git a/build.patch b/build.patch new file mode 100644 index 0000000..0e1b41f --- /dev/null +++ b/build.patch @@ -0,0 +1,10 @@ +--- lms/daemon/modules/parser/lib/tscript_parser.y~ 2006-07-31 10:32:22.000000000 +0200 ++++ lms/daemon/modules/parser/lib/tscript_parser.y 2013-05-17 12:09:12.547241774 +0200 +@@ -30,6 +30,7 @@ + *****************************************************************************/ + + %{ ++ #include + #include + #include "tscript_ast.h" + diff --git a/lms.spec b/lms.spec index e448e8a..073e42f 100644 --- a/lms.spec +++ b/lms.spec @@ -13,7 +13,7 @@ Summary: LAN Managment System Summary(pl.UTF-8): System Zarządzania Siecią Lokalną Name: lms Version: %{lmsver}.%{lmssubver} -Release: 6 +Release: 7 License: GPL v2 Group: Networking/Utilities Source0: http://www.lms.org.pl/download/%{lmsver}/%{name}-%{version}.tar.gz @@ -25,6 +25,7 @@ Source4: %{name}-httpd.conf Patch0: %{name}-PLD.patch Patch1: %{name}-amd64.patch Patch2: %{name}-smarty.patch +Patch3: build.patch URL: http://www.lms.org.pl/ BuildRequires: bison BuildRequires: flex @@ -187,6 +188,7 @@ formularza przelewu. %patch1 -p1 %endif %patch2 -p1 +%patch3 -p1 mkdir smarty-plugins %{__mv} \ -- 2.44.0