[lorax/f17] Revert "- Don't remove sha256sum from the install image (mgracik at redhat.com)"

Brian C. Lane bcl at fedoraproject.org
Thu Jun 14 20:05:06 UTC 2012


commit 4a5532e8fa93057030dd7b1bbc8c1e6ba6071362
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Jun 14 13:01:09 2012 -0700

    Revert "- Don't remove sha256sum from the install image (mgracik at redhat.com)"
    
    This reverts commit 2bc5f073dd19233f67993fdc0d32d9bc39bd5947.

 .gitignore |    1 -
 lorax.spec |  147 +++++++++++++++++++++++++++++++++++------------------------
 sources    |    2 +-
 3 files changed, 88 insertions(+), 62 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e14c816..22a3b3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,4 +32,3 @@
 /lorax-17.23.tar.gz
 /lorax-17.24.tar.gz
 /lorax-17.25.tar.gz
-/lorax-18.5.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 02bdec4..4415ec1 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        18.5
+Version:        17.25
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -23,6 +23,7 @@ Requires:       isomd5sum
 Requires:       glibc
 Requires:       util-linux
 Requires:       dosfstools
+Requires:       hfsplus-tools
 Requires:       genisoimage
 Requires:       parted
 Requires:       gzip
@@ -78,57 +79,77 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
-* Thu May 31 2012 Martin Gracik <mgracik at redhat.com> 18.5-1
-- Don't remove sha256sum from the install image (mgracik at redhat.com)
-- Check if selinux is not in Enforcing mode (#824835) (mgracik at redhat.com)
-- Install rpcbind (#824835) (mgracik at redhat.com)
-- Remove hfsplus-tools dependency (#818913) (mgracik at redhat.com)
-- Copy mapping and magic to BOOTDIR on ppc (#815550) (mgracik at redhat.com)
-- Automatic commit of package [lorax] release [18.4-1]. (mgracik at redhat.com)
-
-* Fri May 25 2012 Martin Gracik <mgracik at redhat.com> 18.4-1
-- Initialized to use tito.
-- Use gz not bz2 for source
-- remove 'loadkeys' stub (#804306)
-- add name field to .treeinfo its a concatination of family and version
-- Fix typo in help (#819476)
-- include the new cmsfs-fuse interface
-- linuxrc.s390 is dead in anaconda
-- Add the ppc magic file
-- Install proper branding packages from repo (#813969)
-- Use --mac for isohybrid only if doing macboot images
-- Add --nomacboot option
-- Add packages needed for NTP functionality in the installer
+* Fri May 18 2012 Martin Gracik <mgracik at redhat.com> 17.25-1
+- Use --mac for isohybrid only if doing macboot images (mgracik at redhat.com)
+
+* Fri May 18 2012 Martin Gracik <mgracik at redhat.com> 17.24-1
+- Add --nomacboot option (mgracik at redhat.com)
+- linuxrc.s390 is dead in anaconda (dan at danny.cz)
 - livemedia-creator: check kickstart for display modes (#819660)
-- livemedia-creator: Removed unused ImageMount class
-- livemedia-creator: cleanup after a crash
-- livemedia-creator: start using /var/tmp instead of /tmp
-- livemedia-creator: make libvirt module optional
-- stop moving /run (#818918)
+  (bcl at redhat.com)
+- livemedia-creator: Removed unused ImageMount class (bcl at redhat.com)
+- livemedia-creator: cleanup after a crash (bcl at redhat.com)
+- livemedia-creator: start using /var/tmp instead of /tmp (bcl at redhat.com)
+- livemedia-creator: make libvirt module optional (bcl at redhat.com)
+
+* Thu May 10 2012 Martin Gracik <mgracik at redhat.com> 17.23-1
+- Use gz not bz2 for source (mgracik at redhat.com)
+
+* Thu May 10 2012 Martin Gracik <mgracik at redhat.com> 17.22-1
+- Rebuild. (mgracik at redhat.com)
+
+* Thu May 10 2012 Martin Gracik <mgracik at redhat.com> 17.21-1
+- new package built with tito
+
+* Wed May 09 2012 Martin Gracik <mgracik at redhat.com> 17.19-1
+- Add nhn-nanum-fonts
+  Resolves: rhbz#818127
+- add name field to .treeinfo its a concatination of family and version (dgilmore)
+- include the new cmsfs-fuse interface (dhorak)
+- Fix typo in help
+  Resolves: rhbz#819476
+
+* Wed May 09 2012 Daniel Mach <dmach at redhat.com> 17.18-2
+- Disable macboot.img on RHEL
+
+* Tue May 08 2012 Brian C. Lane <bcl at redhat.com> 17.18-1
+- stop moving /run (#818918) (bcl)
 
-* Thu May 03 2012 Brian C. Lane <bcl at redhat.com> 18.3-1
+* Thu May 03 2012 Brian C. Lane <bcl at redhat.com> 17.17-1
 - Added BCM4331 firmware (#817151) (mgracik)
 - mkefiboot: Add support for disk label files (mjg)
-- Add 'tmux' to runtime image (wwoods)
+- Include /usr/bin/ntfsinfo. (#816664) (dlehman)
 - Add /etc/sysctl.d/anaconda.conf, set kernel.printk=1 (#816022) (wwoods)
-- reduce image size from 2GB to 1GB (wwoods)
-- keep all filesystem tools (wwoods)
-- Leave some of the grub2 utilities in the install image (#749323) (mgracik)
+
+* Mon Apr 23 2012 Brian C. Lane <bcl at redhat.com> 17.16-1
 - add media check menu option (bcl)
 - remove unneeded dracut bootargs (bcl)
+- remove 'loadkeys' stub (#804306) (wwoods)
+
+* Fri Apr 20 2012 Martin Gracik <mgracik at redhat.com> 17.15-1
+- Don't remove dosfstools (#806648)
+- Leave some of the grub2 utilities in the install image (#749323)
 - mkefiboot: Copy Mac bootloader, rather than linking it (mjg)
-- Remove workdir if it was created by lorax (#807964) (mgracik)
+- Remove workdir if it was created by lorax (#807964)
 - add gdisk to install image (#811083) (bcl)
-- Don't use --allbut for xfsprogs cleanup (#804779) (mgracik)
-- Log all removed files (mgracik)
-- Add spice-vdagent to initrd (#804739) (mgracik)
-- Add ntfs-3g to initrd (#804302) (mgracik)
+
+* Wed Apr 11 2012 Martin Gracik <mgracik at redhat.com> 17.14-1
+- Don't use --allbut for xfsprogs cleanup (#804779)
+- Log all removed files
+- Add spice-vdagent to initrd (#804739)
+- Add ntfs-3g to initrd (#804302)
 - ntfs-3g now uses /usr/lib (#810039) (bcl)
 
-* Fri Mar 30 2012 Brian C. Lane <bcl at redhat.com> 18.2-1
-- Merge noloader commits from f17-branch (bcl)
+* Wed Mar 28 2012 Brian C. Lane <bcl at redhat.com> 17.13-1
+- add iscsi-initiator-utils (#804522) (bcl)
+- use cache outside the installtree (bcl)
+
+* Wed Mar 21 2012 Brian C. Lane <bcl at redhat.com> 17.12-1
 - mkefiboot: Make Apple boot images appear in the startup preferences (mjg)
 - add symlink from /mnt/install -> /run/install (wwoods)
+
+* Fri Mar 16 2012 Brian C. Lane <bcl at redhat.com> 17.10-1
+- merge noloader patches
 - Don't trash all the initscripts 'fedora*' services (wwoods)
 - remove anaconda-copy-ks.sh (wwoods)
 - add anaconda dracut module (wwoods)
@@ -136,41 +157,47 @@ make DESTDIR=$RPM_BUILD_ROOT install
 - runtime-postinstall: remove keymap stuff (wwoods)
 - Add the icfg package (#771733) (mgracik)
 - Log the output of mkfs (#769928) (mgracik)
-- Fix product name replacing in templates (#799919) (mgracik)
-- Fix requires (mgracik)
-- use cache outside the installtree (bcl)
-- add iscsi-initiator-utils (#804522) (bcl)
 - livemedia-creator: update TreeBuilder use for isolabel (bcl)
 
-* Tue Mar 06 2012 Brian C. Lane <bcl at redhat.com> 18.1-1
+* Wed Mar 07 2012 Martin Gracik <mgracik at redhat.com> 17.9-1
+- Fix product name replacing in templates
+  Resolves: rhbz#799919
+
+* Tue Mar 06 2012 Brian C. Lane <bcl at redhat.com> 17.8-1
 - livemedia-creator: update README (bcl)
 - example livemedia kickstart for ec2 (bcl)
 - livemedia-creator: console=ttyS0 not /dev/ttyS0 (bcl)
 - livemedia-creator: Add support for making ami images (bcl)
-- Don't remove btrfs utils (#796511) (mgracik)
-- Remove root and ip parameters from generic.prm (#796572) (mgracik)
-- Check if the volume id is not longer than 32 chars (#786832) (mgracik)
-- Add option to specify volume id on command line (#786834) (mgracik)
-- Install nhn-nanum-gothic-fonts (#790266) (mgracik)
-- Change the locale to C (#786833) (mgracik)
-- iputils is small and required by dhclient-script (bcl)
-- util-linux-ng is now util-linux (bcl)
-
-* Mon Feb 20 2012 Brian C. Lane <bcl at redhat.com> 18.0-1
+
+* Tue Feb 28 2012 Martin Gracik <mgracik at redhat.com> 17.7-1
+- Don't remove btrfs utils (#796511)
+- Remove root and ip parameters from generic.prm (#796572)
+- Check if the volume id is not longer than 32 chars (#786832)
+- Add option to specify volume id on command line (#786834)
+- Install nhn-nanum-gothic-fonts (#790266)
+- Change the locale to C (#786833)
+- Don't use mk-s390-cdboot (dhorak)
+- use internal implementation of the addrsize utility
+- Make sure var/run is not a symlink on s390x (#787217)
+- Create var/run/dbus directory on s390x (#787217)
+- iputils is small and required by dhclient-script
+- missing version bump in specfile
+
+* Mon Feb 20 2012 Brian C. Lane <bcl at redhat.com> 17.6-1
 - use --prefix=/run/initramfs when building initramfs (wwoods)
 - dhclient-script needs cut and arping (bcl)
 - Fix missing CalledProcessError import (bcl)
+
+* Wed Feb 15 2012 Brian C. Lane <bcl at redhat.com> 17.5-1
 - metacity now depends on gsettings-desktop-schemas (bcl)
 - Add findiso to grub config (mjg)
-- add memtest to the boot.iso for x86 (#787234) (bcl)
-- Don't use mk-s390-cdboot (dhorak) (mgracik)
-- Add dracut args to grub.conf (bcl)
+
+* Mon Feb 13 2012 Brian C. Lane <bcl at redhat.com> 17.4-1
 - Change the squashfs image section in .treeinfo (mgracik)
 - Add path to squashfs image to the treeinfo (mgracik)
 - Add runtime basename variable to the template (mgracik)
-- use internal implementation of the addrsize utility (dan)
-- Make sure var/run is not a symlink on s390x (#787217) (mgracik)
-- Create var/run/dbus directory on s390x (#787217) (mgracik)
+- add memtest to the boot.iso for x86 (#787234) (bcl)
+- Add dracut args to grub.conf (bcl)
 
 * Wed Feb 08 2012 Brian C. Lane <bcl at redhat.com> 17.3-1
 - keep convertfs.sh script in image (#787893) (bcl)
diff --git a/sources b/sources
index 54f5250..c0ce11f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d9eb791d13eddf540eac64a4e479e510  lorax-18.5.tar.gz
+fb3735dbbba2a2711143f0c7dc621bc1  lorax-17.25.tar.gz


More information about the scm-commits mailing list