]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Update userspace-rcu.spec
authorMichael Adams <unquietwiki@gmail.com>
Mon, 24 Feb 2020 08:23:48 +0000 (00:23 -0800)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2020 08:23:48 +0000 (00:23 -0800)
packaging/userspace-rcu.spec

index 9bea6db507092caf0cd9114c6b6f85a768c58482..40516cc2180dc5dab710bd4606a3554022c17d15 100644 (file)
@@ -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