[nut/f13] remove hal requirement from -cgi and -client

Michal Hlavinka mhlavink at fedoraproject.org
Mon May 23 08:09:21 UTC 2011


commit 9ee093df5fa2968738fae5084721eb9b06c60562
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon May 23 10:09:09 2011 +0200

    remove hal requirement from -cgi and -client

 nut.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/nut.spec b/nut.spec
index 19d2f4e..55a8756 100644
--- a/nut.spec
+++ b/nut.spec
@@ -9,7 +9,7 @@
 Summary: Network UPS Tools
 Name: nut
 Version: 2.4.3
-Release: 6%{?dist}
+Release: 7%{?dist}
 Group: Applications/System
 License: GPLv2+
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -32,8 +32,8 @@ Patch3: nut-2.4.3-udev.patch
 # for nut <= 2.4.3, rhbz#616375
 Patch4: nut-2.4.3-portcrash.patch
 
-Requires: nut-client => 2.4.0 hal
-Requires(pre): hal
+Requires: nut-client => 2.4.0
+Requires(pre): udev
 Requires(post): fileutils chkconfig initscripts
 Requires(postun): fileutils chkconfig initscripts
 
@@ -75,7 +75,7 @@ Group: Applications/System
 Summary: Network UPS Tools client monitoring utilities
 Requires(post): chkconfig
 Requires(preun): chkconfig
-Requires(pre): /usr/sbin/useradd hal
+Requires(pre): /usr/sbin/useradd
 
 %description client
 This package includes the client utilities that are required to monitor a
@@ -86,7 +86,7 @@ attached to a different computer on the network.
 Group: Applications/System
 Summary: CGI utilities for the Network UPS Tools
 Requires: %{name}-client = %{version}-%{release} webserver
-Requires(pre): /usr/sbin/useradd hal
+Requires(pre): /usr/sbin/useradd
 
 %description cgi
 This package includes CGI programs for accessing UPS status via a web
@@ -369,6 +369,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/libupsclient.pc
 
 %changelog
+* Mon May 23 2011 Michal Hlavinka <mhlavink at redhat.com> - 2.4.4-7
+- remove hal requirement from -cgi and -client
+
 * Fri Sep 17 2010 Michal Hlavinka <mhlavink at redhat.com> - 2.4.3-6
 - fix inconsitent name of upsdrvctl in init script (#633116)
 


More information about the scm-commits mailing list