From 5d82c57b76b8718ba586728957301254905993ac Mon Sep 17 00:00:00 2001 From: Brian Rak Date: Mon, 7 Aug 2017 14:37:21 -0400 Subject: [PATCH] rhel: Don't obsolete bird The FRR RPM was obsoleting BIRD, which meant that as soon as you added a FRR RPM to a repository, you could no longer install BIRD. This patch switches it over to Conflicts instead, which should be much nicer behavior --- redhat/frr.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 674ccb2d6f..b23249e04e 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -168,7 +168,8 @@ Requires(pre): initscripts >= 5.60 %endif Provides: routingdaemon = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root -Obsoletes: bird gated mrt zebra frr-sysvinit +Obsoletes: gated mrt zebra frr-sysvinit +Conflicts: bird %description FRRouting is a free software that manages TCP/IP based routing -- 2.39.5