Blame SOURCES/wireshark-0007-cmakelists.patch

4a42e1
diff --git a/CMakeLists.txt b/CMakeLists.txt
4a42e1
index 9e3b555..b0abd84 100644
4a42e1
--- a/CMakeLists.txt
4a42e1
+++ b/CMakeLists.txt
4a42e1
@@ -3069,7 +3069,7 @@ if(RPMBUILD_EXECUTABLE AND GIT_EXECUTABLE)
4a42e1
 	endif()
4a42e1
 
4a42e1
 	execute_process(
4a42e1
-		COMMAND git describe --abbrev=8 --match v[1-9]*
4a42e1
+		COMMAND git describe --always --abbrev=8 --match v[1-9]*
4a42e1
 		OUTPUT_VARIABLE _git_description
4a42e1
 		OUTPUT_STRIP_TRAILING_WHITESPACE
4a42e1
 		WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
4a42e1
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
4a42e1
index 0367cd1..6382a2c 100644
4a42e1
--- a/wsutil/CMakeLists.txt
4a42e1
+++ b/wsutil/CMakeLists.txt
4a42e1
@@ -69,6 +69,7 @@ set(WSUTIL_PUBLIC_HEADERS
4a42e1
 	ws_mempbrk_int.h
4a42e1
 	ws_pipe.h
4a42e1
 	ws_printf.h
4a42e1
+	wstmpdir.h
4a42e1
 	wsjsmn.h
4a42e1
 	xtea.h
4a42e1
 )
4a42e1
@@ -118,6 +118,7 @@ set(WSUTIL_COMMON_FILES
4a42e1
 	unicode-utils.c
4a42e1
 	ws_mempbrk.c
4a42e1
 	ws_pipe.c
4a42e1
+	wstmpdir.c
4a42e1
 	wsgcrypt.c
4a42e1
 	wsjsmn.c
4a42e1
 	xtea.c