diff --git a/SPECS/libusbx.spec b/SPECS/libusbx.spec
index 6c4f161..df2be4d 100644
--- a/SPECS/libusbx.spec
+++ b/SPECS/libusbx.spec
@@ -1,7 +1,7 @@
 Summary:        Library for accessing USB devices
 Name:           libusbx
 Version:        1.0.23
-Release:        3%{?dist}
+Release:        4%{?dist}
 # upstream libusbx has merged back with libusb and is now called libusb again
 # but we already have a libusb package for the old libusb-compat-0.1, renaming
 # that to libusb-compat while at the same time giving this its name is a bit
@@ -117,7 +117,7 @@ LD_LIBRARY_PATH=libusb/.libs $RPM_BUILD_ROOT%{_bindir}/libusb-example-listdevs
 
 %files
 %license COPYING
-%doc AUTHORS README ChangeLog
+%doc AUTHORS README.md ChangeLog
 %{_libdir}/*.so.*
 
 %files devel
@@ -137,6 +137,10 @@ LD_LIBRARY_PATH=libusb/.libs $RPM_BUILD_ROOT%{_bindir}/libusb-example-listdevs
 
 
 %changelog
+* Wed Aug 12 2020 Victor Toso <victortoso@redhat.com> - 1.0.23-4
+- Install README.md as README is only a symlink to .md
+  Resolves: rhbz#1849682
+
 * Fri Jun 26 2020 Uri Lublin <uril@redhat.com> - 1.0.23-3
 - Fix covscan warning
   Related: rhbz#1825941