rpms/nut/devel nut.spec,1.70,1.71

Michal Hlavinka mhlavink at fedoraproject.org
Tue Apr 14 08:59:43 UTC 2009


Author: mhlavink

Update of /cvs/extras/rpms/nut/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19656

Modified Files:
	nut.spec 
Log Message:
change group from uucp to dialout (follow udev)



Index: nut.spec
===================================================================
RCS file: /cvs/extras/rpms/nut/devel/nut.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- nut.spec	26 Feb 2009 06:26:40 -0000	1.70
+++ nut.spec	14 Apr 2009 08:59:12 -0000	1.71
@@ -9,7 +9,7 @@
 Summary: Network UPS Tools
 Name: nut
 Version: 2.4.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Applications/System
 License: GPLv2+
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -122,7 +122,7 @@
 autoreconf -i
 %configure \
     --with-user=%{name} \
-    --with-group=uucp \
+    --with-group=dialout \
     --with-statepath=%{piddir} \
     --with-pidpath=%{piddir} \
     --with-altpidpath=%{piddir} \
@@ -183,15 +183,15 @@
 done
 
 %pre
-/usr/sbin/useradd -c "Network UPS Tools" -u %{nut_uid} -G uucp \
+/usr/sbin/useradd -c "Network UPS Tools" -u %{nut_uid} -G dialout \
         -s /bin/false -r -d %{_localstatedir}/lib/ups %{name} 2> /dev/null || :
 
 %pre client
-/usr/sbin/useradd -c "Network UPS Tools" -u %{nut_uid} -G uucp \
+/usr/sbin/useradd -c "Network UPS Tools" -u %{nut_uid} -G dialout \
         -s /bin/false -r -d %{_localstatedir}/lib/ups %{name} 2> /dev/null || :
 
 %pre cgi
-/usr/sbin/useradd -c "Network UPS Tools" -u %{nut_uid} -G uucp \
+/usr/sbin/useradd -c "Network UPS Tools" -u %{nut_uid} -G dialout \
         -s /bin/false -r -d %{_localstatedir}/lib/ups %{name} 2> /dev/null || :
 
 %post client
@@ -337,6 +337,9 @@
 %{_libdir}/pkgconfig/libupsclient.pc
 
 %changelog
+* Tue Apr 14 2009 Michal Hlavinka <mhlavink at redhat.com> - 2.4.1-3
+- udev changed group from uucp to dialout, follow the change (#494020)
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list