From 1f77a36f9e402c94424a38832c4bec93400793d1 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Thu, 15 Oct 2020 11:36:16 +0000 Subject: [PATCH] Fix NVR --- lldb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lldb.spec b/lldb.spec index 89b034c..eacc0f5 100644 --- a/lldb.spec +++ b/lldb.spec @@ -1,5 +1,5 @@ #%%global rc_ver 1 -%global baserelease 0.2 +%global baserelease 1 %global lldb_srcdir %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src Name: lldb @@ -132,6 +132,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.* %{python3_sitearch}/lldb %changelog +* Thu Oct 15 2020 sguelton@redhat.com - 11.0.0-1 +- Fix NVR + * Tue Oct 13 2020 sguelton@redhat.com - 11.0.0-0.2 - llvm 11.0.0 - final release