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

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