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

9ef6f1
diff --git a/libdw/Makefile.am b/libdw/Makefile.am
9ef6f1
index ef566399..c6493a08 100644
9ef6f1
--- a/libdw/Makefile.am
9ef6f1
+++ b/libdw/Makefile.am
9ef6f1
@@ -32,7 +32,7 @@ if BUILD_STATIC
9ef6f1
 AM_CFLAGS += $(fpic_CFLAGS)
9ef6f1
 endif
9ef6f1
 AM_CPPFLAGS += -I$(srcdir)/../libelf -I$(srcdir)/../libdwelf -pthread
9ef6f1
-VERSION = 1
9ef6f1
+VERSION = dts.1
9ef6f1
 
9ef6f1
 lib_LIBRARIES = libdw.a
9ef6f1
 noinst_LIBRARIES = libdw_pic.a
9ef6f1
diff --git a/configure.ac b/configure.ac
9ef6f1
index b348a717..e94449c0 100644
9ef6f1
--- a/configure.ac
9ef6f1
+++ b/configure.ac
9ef6f1
@@ -25,7 +25,7 @@ m4_ifndef([AC_PACKAGE_URL],
9ef6f1
                     [Define to home page for this package])
9ef6f1
           AC_SUBST([PACKAGE_URL], ["http://elfutils.org/"])])
9ef6f1
 
9ef6f1
-LIBDEBUGINFOD_SONAME=libdebuginfod.so.1
9ef6f1
+LIBDEBUGINFOD_SONAME=libdebuginfod.so.dts.1
9ef6f1
 AC_SUBST([LIBDEBUGINFOD_SONAME])
9ef6f1
 
9ef6f1
 # We want eu- as default program prefix if none was given by the user.
9ef6f1
diff --git a/libasm/Makefile.am b/libasm/Makefile.am
9ef6f1
index 6a191465..912de734 100644
9ef6f1
--- a/libasm/Makefile.am
9ef6f1
+++ b/libasm/Makefile.am
9ef6f1
@@ -30,7 +30,7 @@
9ef6f1
 include $(top_srcdir)/config/eu.am
9ef6f1
 AM_CPPFLAGS += -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl -I$(top_srcdir)/libdw -I$(top_srcdir)/libdwelf
9ef6f1
 
9ef6f1
-VERSION = 1
9ef6f1
+VERSION = dts.1
9ef6f1
 
9ef6f1
 lib_LIBRARIES = libasm.a
9ef6f1
 noinst_LIBRARIES = libasm_pic.a
9ef6f1
diff --git a/libelf/Makefile.am b/libelf/Makefile.am
9ef6f1
index 62cb53d6..740e123b 100644
9ef6f1
--- a/libelf/Makefile.am
9ef6f1
+++ b/libelf/Makefile.am
9ef6f1
@@ -32,7 +32,7 @@ if BUILD_STATIC
9ef6f1
 AM_CFLAGS += $(fpic_CFLAGS)
9ef6f1
 endif
9ef6f1
 
9ef6f1
-VERSION = 1
9ef6f1
+VERSION = dts.1
9ef6f1
 
9ef6f1
 lib_LIBRARIES = libelf.a
9ef6f1
 noinst_LIBRARIES = libelf_pic.a