Codebase list tcmu / upstream/1.4.0
tcmu-runner: bump version to 1.4.0 Bump version to 1.4.0 Signed-off-by: Mike Christie <mchristi@redhat.com> Mike Christie 5 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 cmake_minimum_required (VERSION 2.8 FATAL_ERROR)
11 project (tcmu-runner C)
2 set(VERSION 1.4.0-rc1)
2 set(VERSION 1.4.0)
33 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror -Wall -Wdeclaration-after-statement -std=c99")
44
55 include(GNUInstallDirs)
11 Summary: A daemon that handles the userspace side of the LIO TCM-User backstore
22 Group: System Environment/Kernel
33 License: Apache 2.0 or LGPLv2.1
4 Version: 1.3.0
4 Version: 1.4.0
55 URL: https://github.com/open-iscsi/tcmu-runner
66
7 %define _RC rc4
7 #%define _RC
88 Release: %{?_RC:%{_RC}}%{dist}
99 BuildRoot: %(mktemp -udp %{_tmppath}/%{name}-%{version}%{?_RC:-%{_RC}})
1010 Source: %{name}-%{version}%{?_RC:-%{_RC}}.tar.gz