[fedora-review] Add symlink to scripts directory so they are loaded

Stanislav Ochotnicky sochotni at fedoraproject.org
Thu Oct 25 08:30:28 UTC 2012


commit 33b778c5e2cba143ec887876be1952da16f856c7
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Thu Oct 25 10:30:09 2012 +0200

    Add symlink to scripts directory so they are loaded

 fedora-review.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/fedora-review.spec b/fedora-review.spec
index a141e2e..f4deb96 100644
--- a/fedora-review.spec
+++ b/fedora-review.spec
@@ -1,6 +1,6 @@
 Name:       fedora-review
 Version:    0.3.1
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Review tool for fedora rpm packages
 
 License:    GPLv2+
@@ -59,6 +59,8 @@ chmod -x api/examples/*
 
 ln -s %{_datadir}/%{name}/plugins \
       %{buildroot}%{python_sitelib}/FedoraReview/plugins
+ln -s %{_datadir}/%{name}/scripts \
+      %{buildroot}%{python_sitelib}/FedoraReview/scripts
 
 %files
 %doc COPYING AUTHORS TODO README api
@@ -73,6 +75,9 @@ ln -s %{_datadir}/%{name}/plugins \
 %{_datadir}/%{name}/scripts
 
 %changelog
+* Thu Oct 25 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0.3.1-2
+- Add symlink to scripts directory so they are loaded
+
 * Tue Sep 25 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0.3.1-1
 - Update to lastest upstream (0.3.1)
 - Fix loading of system-wide plugins


More information about the scm-commits mailing list