From 2073c47ba2e2c9986452da9696187d81c14b88ae Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Sun, 12 Mar 2023 22:14:19 -0500 Subject: [PATCH] Get all README and USAGE files This way we don't need to worry about version numbers in the names. --- squashfs-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squashfs-tools.spec b/squashfs-tools.spec index f548ba2..a80e228 100644 --- a/squashfs-tools.spec +++ b/squashfs-tools.spec @@ -37,7 +37,7 @@ pushd squashfs-tools make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL_MANPAGES_DIR=%{buildroot}%{_mandir}/man1 install %files -%doc ACKNOWLEDGEMENTS README-4.5.1 CHANGES COPYING USAGE ACTIONS-README +%doc ACKNOWLEDGEMENTS README* CHANGES COPYING USAGE* ACTIONS-README %{_mandir}/man1/mksquashfs.1.gz %{_mandir}/man1/unsquashfs.1.gz