Blame SOURCES/elfutils-dts-libs-version.patch

645dae
diff --git a/debuginfod/Makefile.am b/debuginfod/Makefile.am
645dae
index 52ead30a..9d7ce408 100644
645dae
--- a/debuginfod/Makefile.am
645dae
+++ b/debuginfod/Makefile.am
645dae
@@ -34,7 +34,7 @@ AM_CPPFLAGS += -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \
645dae
 	   -I$(srcdir)/../libdw -I$(srcdir)/../libdwelf \
645dae
 	   $(libmicrohttpd_CFLAGS) $(libcurl_CFLAGS) $(sqlite3_CFLAGS) \
645dae
 	   $(libarchive_CFLAGS)
645dae
-VERSION = 1
645dae
+VERSION = dts.1
645dae
 
645dae
 # Disable eu- prefixing for artifacts (binaries & man pages) in this
645dae
 # directory, since they do not conflict with binutils tools.
645dae
diff --git a/libasm/Makefile.am b/libasm/Makefile.am
645dae
index a92b63ad..a92f06de 100644
645dae
--- a/libasm/Makefile.am
645dae
+++ b/libasm/Makefile.am
645dae
@@ -31,7 +31,7 @@ include $(top_srcdir)/config/eu.am
645dae
 AM_CPPFLAGS += -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl -I$(top_srcdir)/libdw -I$(top_srcdir)/libdwelf
645dae
 
645dae
 GCC_INCLUDE = -I$(shell $(CC) -print-file-name=include)
645dae
-VERSION = 1
645dae
+VERSION = dts.1
645dae
 
645dae
 lib_LIBRARIES = libasm.a
645dae
 noinst_LIBRARIES = libasm_pic.a
645dae
diff --git a/libdw/Makefile.am b/libdw/Makefile.am
645dae
index ef566399..c6493a08 100644
645dae
--- a/libdw/Makefile.am
645dae
+++ b/libdw/Makefile.am
645dae
@@ -32,7 +32,7 @@ if BUILD_STATIC
645dae
 AM_CFLAGS += $(fpic_CFLAGS)
645dae
 endif
645dae
 AM_CPPFLAGS += -I$(srcdir)/../libelf -I$(srcdir)/../libdwelf -pthread
645dae
-VERSION = 1
645dae
+VERSION = dts.1
645dae
 
645dae
 lib_LIBRARIES = libdw.a
645dae
 noinst_LIBRARIES = libdw_pic.a
645dae
diff --git a/libelf/Makefile.am b/libelf/Makefile.am
645dae
index 51e86dc8..988d3ebe 100644
645dae
--- a/libelf/Makefile.am
645dae
+++ b/libelf/Makefile.am
645dae
@@ -32,7 +32,7 @@ if BUILD_STATIC
645dae
 AM_CFLAGS += $(fpic_CFLAGS)
645dae
 endif
645dae
 GCC_INCLUDE = -I$(shell $(CC) -print-file-name=include)
645dae
-VERSION = 1
645dae
+VERSION = dts.1
645dae
 
645dae
 lib_LIBRARIES = libelf.a
645dae
 noinst_LIBRARIES = libelf_pic.a