From 434cb1229ad3a8a06338539e0cc904f721c48cc1 Mon Sep 17 00:00:00 2001
From: Michael Adams <unquietwiki@gmail.com>
Date: Mon, 24 Feb 2020 00:23:48 -0800
Subject: [PATCH] Update userspace-rcu.spec

---
 packaging/userspace-rcu.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/packaging/userspace-rcu.spec b/packaging/userspace-rcu.spec
index 9bea6db5..40516cc2 100644
--- a/packaging/userspace-rcu.spec
+++ b/packaging/userspace-rcu.spec
@@ -2,7 +2,7 @@
 
 Name:           userspace-rcu
 Version:        0.11.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library.
 
 License:        LGPLv2.1
@@ -11,9 +11,10 @@ Source0:        https://lttng.org/files/urcu/%{name}-%{version}.tar.bz2
 Source1:        https://lttng.org/files/urcu/%{name}-%{version}.tar.bz2.asc
 
 # "devel" files are installed with this package, also.
-Conflicts:	userspace-rcu-devel < 0.11.1
 Provides:	userspace-rcu-devel
 
+# Recommend using https://www.softwarecollections.org/en/scls/rhscl/devtoolset-8/ for this
+
 BuildRequires:  bzip2
 BuildRequires:  gcc
 BuildRequires:  make
@@ -231,5 +232,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/liburcu.pc
 
 %changelog
+* Mon Feb 24 2020 Michael Adams <unquietwiki@gmail.com> - 0.11-2
+- Try to fix RPM package install warning
 * Tue Jan 07 2020 Michael Adams <unquietwiki@gmail.com> - 0.11-1
 - Initial RPM package