From 0f72d3460f01f73751886a96ec004b28cee09568 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Wed, 20 Jun 2012 16:44:34 -0400 Subject: spec fix: include anaconda-cleanup-initramfs Forgot to add it to the specfile, so builds failed. Whoops. --- anaconda.spec.in | 1 + 1 file changed, 1 insertion(+) (limited to 'anaconda.spec.in') diff --git a/anaconda.spec.in b/anaconda.spec.in index a9c4cf5a3..f0b50ea72 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -225,6 +225,7 @@ update-desktop-database &> /dev/null || : %{_sbindir}/anaconda %{_sbindir}/handle-sshpw %{_sbindir}/logpicker +%{_sbindir}/anaconda-cleanup-initramfs %ifarch i386 i486 i586 i686 x86_64 %{_sbindir}/gptsync %{_sbindir}/showpart -- cgit From ba065e63fa3da1d3df79720dbbdf10588942af52 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 19 Jul 2012 13:27:05 -0700 Subject: Drop gptsync We're not supporting the boot mode that requires gptsync so don't ship the software any more. --- anaconda.spec.in | 1 - 1 file changed, 1 deletion(-) (limited to 'anaconda.spec.in') diff --git a/anaconda.spec.in b/anaconda.spec.in index f0b50ea72..194b2bad2 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -227,7 +227,6 @@ update-desktop-database &> /dev/null || : %{_sbindir}/logpicker %{_sbindir}/anaconda-cleanup-initramfs %ifarch i386 i486 i586 i686 x86_64 -%{_sbindir}/gptsync %{_sbindir}/showpart %endif %{_datadir}/anaconda -- cgit