summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-phpunit-selenium.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/php-phpunit-selenium.spec b/php-phpunit-selenium.spec
index 8952d4e..45a51a5 100644
--- a/php-phpunit-selenium.spec
+++ b/php-phpunit-selenium.spec
@@ -17,7 +17,7 @@
Name: php-%{pk_project}
Version: 4.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Selenium RC integration for PHPUnit
Group: Development/Libraries
@@ -80,10 +80,14 @@ cp -pr PHPUnit/* %{buildroot}%{php_home}
%license LICENSE
%doc ChangeLog.markdown README.md
%doc composer.json
-%{php_home}/Extensions/Selenium*
+%dir %{php_home}/Extensions
+ %{php_home}/Extensions/Selenium*
%changelog
+* Wed Sep 6 2017 Remi Collet <remi@remirepo.net> - 4.1.0-2
+- fix dir ownsership, from review #1485924
+
* Mon Aug 28 2017 Remi Collet <remi@remirepo.net> - 4.1.0-1
- update to 4.1.0