[RemoteBox/el6] Correct the filter for RHEL.

Christopher Meng cicku at fedoraproject.org
Tue Nov 5 09:58:39 UTC 2013


commit 12163ed49f4594bcbd90c819110e38efc5bbe223
Author: Christopher Meng <rpm at cicku.me>
Date:   Tue Nov 5 17:56:06 2013 +0800

    Correct the filter for RHEL.

 RemoteBox.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/RemoteBox.spec b/RemoteBox.spec
index 45eedd4..e7249fd 100644
--- a/RemoteBox.spec
+++ b/RemoteBox.spec
@@ -1,9 +1,10 @@
-%global __requires_exclude perl\\(.*[.]pl\\)|^perl\\(vboxService\\)
-%global __provides_exclude ^perl\\(vboxService\\)
+%filter_provides_in ^perl\\(vboxService\\)
+%filter_requires_in perl\\(.*[.]pl\\)|^perl\\(vboxService\\)
+%filter_setup
 
 Name:           RemoteBox
 Version:        1.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Open Source VirtualBox Client with Remote Management
 License:        GPLv2
 URL:            http://knobgoblin.org.uk
@@ -68,6 +69,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/
 
 %changelog
+* Tue Nov 05 2013 Christopher Meng <rpm at cicku.me> - 1.6-3
+- Use proper filter suited for RHEL.
+
 * Tue Oct 29 2013 Christopher Meng <rpm at cicku.me> - 1.6-2
 - Correct the license.
 


More information about the scm-commits mailing list