From c49fc50b8ce12fca00e687fe05cf34e7136a2b83 Mon Sep 17 00:00:00 2001 From: leigh123linux Date: Mon, 22 Jan 2018 09:51:36 +0000 Subject: [PATCH] fix rpmlint error --- spirv-headers.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spirv-headers.spec b/spirv-headers.spec index 0ca9623..346eb0e 100644 --- a/spirv-headers.spec +++ b/spirv-headers.spec @@ -5,7 +5,7 @@ Name: spirv-headers Version: 1.2 -Release: 0.1%{?gitrel}%{?dist} +Release: 0.2%{?gitrel}%{?dist} Summary: Header files from the SPIR-V registry License: MIT @@ -55,6 +55,9 @@ mv include/* %buildroot%{_includedir}/ %{_includedir}/spirv/ %changelog +* Mon Jan 22 2018 Leigh Scott - 1.2-0.2.20171015.git0610978 +- fix rpmlint error + * Thu Jul 13 2017 Leigh Scott - 1.2-0.1.20171015.git0610978 - First build