summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorMichael Adams <unquietwiki@gmail.com>2020-02-24 00:23:48 -0800
committerGitHub <noreply@github.com>2020-02-24 00:23:48 -0800
commit434cb1229ad3a8a06338539e0cc904f721c48cc1 (patch)
treefd43d00e7f2c3355bd96c48ef68491b4612457a7 /packaging
parent281b65efb11af8b3c789d23ec5d3264621379f34 (diff)
Update userspace-rcu.spec
Diffstat (limited to 'packaging')
-rw-r--r--packaging/userspace-rcu.spec7
1 files 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