From 0ac7c210801c3d080dc9e395b7b384ddb8d206db Mon Sep 17 00:00:00 2001 From: Henrik Triem Date: Wed, 30 Jun 2021 15:44:20 +0200 Subject: [PATCH] Install the VERSION file to the proper location --- icinga-php-thirdparty.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icinga-php-thirdparty.spec b/icinga-php-thirdparty.spec index a7d92c8..d9d7d41 100644 --- a/icinga-php-thirdparty.spec +++ b/icinga-php-thirdparty.spec @@ -30,12 +30,13 @@ mkdir -vp %{buildroot}%{basedir} cp -vr vendor %{buildroot}%{basedir} cp -vr composer.* %{buildroot}%{basedir} +cp -vr VERSION %{buildroot}%{basedir} %clean rm -rf %{buildroot} %files -%doc README.md VERSION +%doc README.md %license LICENSE %defattr(-,root,root) %{basedir}