rpms/mdadm/devel mdadm.spec,1.66,1.67

Doug Ledford dledford at fedoraproject.org
Fri Mar 20 21:50:53 UTC 2009


Author: dledford

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

Modified Files:
	mdadm.spec 
Log Message:
* Fri Mar 20 2009 Doug Ledford <dledford at redhat.com> - 3.0-0.devel3.4
- Change the perms on the udev rules file, it doesn't need to be +x



Index: mdadm.spec
===================================================================
RCS file: /cvs/extras/rpms/mdadm/devel/mdadm.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- mdadm.spec	20 Mar 2009 21:13:38 -0000	1.66
+++ mdadm.spec	20 Mar 2009 21:50:21 -0000	1.67
@@ -1,7 +1,7 @@
 Summary:     The mdadm program controls Linux md devices (software RAID arrays)
 Name:        mdadm
 Version:     3.0
-Release:     0.devel3.3%{?dist}
+Release:     0.devel3.4%{?dist}
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}-devel3.tar.bz2
 Source1:     mdmonitor.init
 Source2:     raid-check
@@ -46,7 +46,7 @@
 rm -f $RPM_BUILD_ROOT/lib/udev/rules.d/*
 install -Dp -m 755 %{SOURCE1} $RPM_BUILD_ROOT/%{_initrddir}/mdmonitor
 install -Dp -m 755 %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/cron.weekly/raid-check
-install -Dp -m 755 %{SOURCE3} $RPM_BUILD_ROOT/lib/udev/rules.d/65-md-incremental.rules
+install -Dp -m 644 %{SOURCE3} $RPM_BUILD_ROOT/lib/udev/rules.d/65-md-incremental.rules
 mkdir -p -m 700 $RPM_BUILD_ROOT/var/run/mdadm
 
 %clean
@@ -87,6 +87,9 @@
 %attr(0700,root,root) %dir /var/run/mdadm
 
 %changelog
+* Fri Mar 20 2009 Doug Ledford <dledford at redhat.com> - 3.0-0.devel3.4
+- Change the perms on the udev rules file, it doesn't need to be +x
+
 * Fri Mar 20 2009 Doug Ledford <dledford at redhat.com> - 3.0-0.devel3.3
 - Slightly tweak the udev rules to make sure we don't start arrays
   while running in rc.sysinit...leave array starting to it instead




More information about the fedora-extras-commits mailing list