rpms/kernel/devel kernel.spec,1.2028,1.2029

Kyle McMartin kyle at fedoraproject.org
Tue Jun 15 12:42:58 UTC 2010


Author: kyle

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28954

Modified Files:
	kernel.spec 
Log Message:
* Tue Jun 15 2010 Kyle McMartin <kyle at redhat.com> 2.6.34-38
- Fix build by nuking superfluous "%{expand" which was missing a
  trailing '}'. You may now reward me with an array of alcoholic
  beverages, I so richly deserve for spending roughly a full
  day staring at the diff of the spec.



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.2028
retrieving revision 1.2029
diff -u -p -r1.2028 -r1.2029
--- kernel.spec	14 Jun 2010 10:16:23 -0000	1.2028
+++ kernel.spec	15 Jun 2010 12:42:57 -0000	1.2029
@@ -1812,7 +1812,6 @@ fi\
 #
 %define kernel_variant_posttrans() \
 %{expand:%%posttrans %{?1}}\
-%{expand:\
 /sbin/new-kernel-pkg --package kernel%{?-v:-%{-v*}} --mkinitrd --dracut --depmod --update %{KVERREL}%{?-v:.%{-v*}} || exit $?\
 /sbin/new-kernel-pkg --package kernel%{?1:-%{1}} --rpmposttrans %{KVERREL}%{?1:.%{1}} || exit $?\
 %{nil}
@@ -1993,6 +1992,12 @@ fi
 #                 ||     ||
 
 %changelog
+* Tue Jun 15 2010 Kyle McMartin <kyle at redhat.com> 2.6.34-38
+- Fix build by nuking superfluous "%{expand" which was missing a
+  trailing '}'. You may now reward me with an array of alcoholic
+  beverages, I so richly deserve for spending roughly a full
+  day staring at the diff of the spec.
+
 * Mon Jun 14 2010 Kyle McMartin <kyle at redhat.com> 2.6.34-37
 - btrfs ACL fixes from CVE-2010-2071.
 



More information about the scm-commits mailing list