From 71425f514e51f247a8eb990709ad05746a3aa028 Mon Sep 17 00:00:00 2001 From: David Beveridge Date: Apr 05 2021 09:27:27 +0000 Subject: correct spelling mistake --- diff --git a/wide-dhcpv6-0023-fix-the-parrallel-build-fix.patch b/wide-dhcpv6-0023-fix-the-parrallel-build-fix.patch new file mode 100644 index 0000000..511473f --- /dev/null +++ b/wide-dhcpv6-0023-fix-the-parrallel-build-fix.patch @@ -0,0 +1,19 @@ +diff --git a/Makefile.in b/Makefile.in +index 2f7e528..88c99ff 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -77,12 +77,11 @@ dhcp6relay: $(RELAYOBJS) $(LIBOBJS) + dhcp6ctl: $(CTLOBJS) + $(CC) $(LDFLAGS) -o $@ $(CTLOBJS) $(LIBOBJS) $(LIBS) + +-cfparse.c: y.tab.h +-y.tab.h: cfparse.y ++cfparse.c: cfparse.y + @YACC@ -d cfparse.y + mv y.tab.c cfparse.c + +-cftoken.c: cftoken.l y.tab.h ++cftoken.c: cftoken.l cfparse.c + @LEX@ cftoken.l + mv lex.yy.c $@ + diff --git a/wide-dhcpv6-0023-fix-the-parrellel-build-fix.patch b/wide-dhcpv6-0023-fix-the-parrellel-build-fix.patch deleted file mode 100644 index 511473f..0000000 --- a/wide-dhcpv6-0023-fix-the-parrellel-build-fix.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/Makefile.in b/Makefile.in -index 2f7e528..88c99ff 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -77,12 +77,11 @@ dhcp6relay: $(RELAYOBJS) $(LIBOBJS) - dhcp6ctl: $(CTLOBJS) - $(CC) $(LDFLAGS) -o $@ $(CTLOBJS) $(LIBOBJS) $(LIBS) - --cfparse.c: y.tab.h --y.tab.h: cfparse.y -+cfparse.c: cfparse.y - @YACC@ -d cfparse.y - mv y.tab.c cfparse.c - --cftoken.c: cftoken.l y.tab.h -+cftoken.c: cftoken.l cfparse.c - @LEX@ cftoken.l - mv lex.yy.c $@ - diff --git a/wide-dhcpv6.spec b/wide-dhcpv6.spec index b658c33..0122302 100644 --- a/wide-dhcpv6.spec +++ b/wide-dhcpv6.spec @@ -46,7 +46,7 @@ Patch19: wide-dhcpv6-0019-Server-should-not-bind-control-port-if-there-is-no-s.p Patch20: wide-dhcpv6-0020-Adding-option-to-randomize-interface-id.patch Patch21: wide-dhcpv6-0021-Make-sla-len-config-optional.patch Patch22: wide-dhcpv6-0022-Make-sla-id-config-optional.patch -Patch23: wide-dhcpv6-0023-fix-the-parrellel-build-fix.patch +Patch23: wide-dhcpv6-0023-fix-the-parrallel-build-fix.patch Requires(preun): systemd Requires(postun): systemd