]> git.puffer.fish Git - mirror/frr.git/commitdiff
rhel: Don't obsolete bird 923/head
authorBrian Rak <brianrak@gameservers.com>
Mon, 7 Aug 2017 18:37:21 +0000 (14:37 -0400)
committerBrian Rak <brianrak@gameservers.com>
Mon, 7 Aug 2017 18:37:21 +0000 (14:37 -0400)
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

index 674ccb2d6fed6048e3f88ad9f48c3ba5c7f7d571..b23249e04ec4256b8a73fc6de7d3932bacb78272 100644 (file)
@@ -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