rpms/autofs/devel autofs.spec,1.269,1.270

Ian Kent iankent at fedoraproject.org
Wed Feb 25 02:34:43 UTC 2009


Author: iankent

Update of /cvs/pkgs/rpms/autofs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6287

Modified Files:
	autofs.spec 
Log Message:
* Wed Feb 25 2009 Ian Kent <ikent at redhat.com> - 1:5.0.4-16
- correct mkdir command in %%install section, bz481132.



Index: autofs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/autofs/devel/autofs.spec,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- autofs.spec	24 Feb 2009 04:16:36 -0000	1.269
+++ autofs.spec	25 Feb 2009 02:34:12 -0000	1.270
@@ -4,7 +4,7 @@
 Summary: A tool for automatically mounting and unmounting filesystems
 Name: autofs
 Version: 5.0.4
-Release: 15
+Release: 16
 Epoch: 1
 License: GPLv2+
 Group: System Environment/Daemons
@@ -111,7 +111,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p -m755 $RPM_BUILD_ROOT%{initrddir}
+mkdir -p -m755 $RPM_BUILD_ROOT%{_initrddir}
 mkdir -p -m755 $RPM_BUILD_ROOT%{_sbindir}
 mkdir -p -m755 $RPM_BUILD_ROOT%{_libdir}/autofs
 mkdir -p -m755 $RPM_BUILD_ROOT%{_mandir}/{man5,man8}
@@ -155,6 +155,9 @@
 %{_libdir}/autofs/
 
 %changelog
+* Wed Feb 25 2009 Ian Kent <ikent at redhat.com> - 1:5.0.4-16
+- correct mkdir command in %%install section, bz481132.
+
 * Tue Feb 24 2009 Ian Kent <ikent at redhat.com> - 1:5.0.4-15
 - fix array out of bounds accesses and cleanup couple of other alloca() calls.
 - Undo mistake in copy order for submount path introduced by rev 11 patch.




More information about the fedora-extras-commits mailing list