[rancid] try this for an updated Makefile patch

David Brown dmlb2000 at fedoraproject.org
Tue Oct 7 03:50:31 UTC 2014


commit c650bfef32a9693635607fd535e4feeafcee0208
Author: David Brown <dmlb2000 at gmail.com>
Date:   Mon Oct 6 20:49:42 2014 -0700

    try this for an updated Makefile patch

 rancid-Makefile.patch |   12 ++++++------
 rancid.spec           |    1 +
 2 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/rancid-Makefile.patch b/rancid-Makefile.patch
index a668d25..cd74465 100644
--- a/rancid-Makefile.patch
+++ b/rancid-Makefile.patch
@@ -1,11 +1,11 @@
---- a/bin/Makefile.am	2014-05-19 13:52:41.000000000 -0700
-+++ b/bin/Makefile.am	2014-10-06 20:35:49.942093330 -0700
-@@ -39,7 +39,7 @@
+--- a/bin/Makefile.in	2014-10-06 20:47:51.219724697 -0700
++++ b/bin/Makefile.in	2014-10-06 20:48:00.763494836 -0700
+@@ -227,7 +227,7 @@
  #INCLUDES += -I$(top_srcdir)/include
  
  #CFLAGS += -g
 -CFLAGS = -g -O0
 +#CFLAGS = -g -O0
- 
- YFLAGS = -d
- #LFLAGS = -i
+ COMM = @COMM@
+ COPYYEARS = @COPYYEARS@
+ CPP = @CPP@
diff --git a/rancid.spec b/rancid.spec
index ccda131..ed5be5e 100644
--- a/rancid.spec
+++ b/rancid.spec
@@ -15,6 +15,7 @@ Patch1: %{name}-Makefile.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: telnet
+BuildRequires: automake, autoconf
 BuildRequires: rsh
 BuildRequires: openssh-clients
 BuildRequires: expect >= 5.40


More information about the scm-commits mailing list