d39c82
#
d39c82
# crash core analysis suite
d39c82
#
d39c82
Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
d39c82
Name: crash
d39c82
Version: 7.0.9
d39c82
Release: 6%{?dist}
d39c82
License: GPLv3
d39c82
Group: Development/Debuggers
d39c82
Source: http://people.redhat.com/anderson/crash-%{version}.tar.gz
d39c82
URL: http://people.redhat.com/anderson
d39c82
ExclusiveOS: Linux
d39c82
ExclusiveArch: %{ix86} ia64 x86_64 ppc ppc64 s390 s390x %{arm} aarch64 ppc64le
d39c82
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
d39c82
BuildRequires: ncurses-devel zlib-devel lzo-devel bison snappy-devel
d39c82
Requires: binutils
d39c82
Patch0: lzo_snappy.patch
d39c82
Patch1: use_QEMU_registers_for_active_task_backtraces.patch
d39c82
Patch2: bt-mislabeling.patch
d39c82
Patch3: ppc64_bt_active_task.patch
d39c82
Patch4: sadump_16TB.patch
d39c82
Patch5: ARM64_virtual_memory_layout.patch
d39c82
d39c82
%description
d39c82
The core analysis suite is a self-contained tool that can be used to
d39c82
investigate either live systems, kernel core dumps created from the
d39c82
netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch
d39c82
offered by Mission Critical Linux, or the LKCD kernel patch.
d39c82
d39c82
%package devel
d39c82
Requires: %{name} = %{version}, zlib-devel lzo-devel snappy-devel
d39c82
Summary: kernel crash analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
d39c82
Group: Development/Debuggers
d39c82
d39c82
%description devel
d39c82
The core analysis suite is a self-contained tool that can be used to
d39c82
investigate either live systems, kernel core dumps created from the
d39c82
netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch
d39c82
offered by Mission Critical Linux, or the LKCD kernel patch.
d39c82
d39c82
%prep
d39c82
%setup -n %{name}-%{version} -q
d39c82
%patch0 -p1 -b lzo_snappy.patch
d39c82
%patch1 -p1 -b use_QEMU_registers_for_active_task_backtraces.patch
d39c82
%patch2 -p1 -b bt-mislabeling.patch
d39c82
%patch3 -p1 -b ppc64_bt_active_task.patch
d39c82
%patch4 -p1 -b sadump_16TB.patch
d39c82
%patch5 -p1 -b ARM64_virtual_memory_layout.patch
d39c82
d39c82
%build
d39c82
make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}"
d39c82
d39c82
%install
d39c82
rm -rf %{buildroot}
d39c82
mkdir -p %{buildroot}%{_bindir}
d39c82
make DESTDIR=%{buildroot} install
d39c82
mkdir -p %{buildroot}%{_mandir}/man8
d39c82
cp -p crash.8 %{buildroot}%{_mandir}/man8/crash.8
d39c82
mkdir -p %{buildroot}%{_includedir}/crash
d39c82
chmod 0644 defs.h
d39c82
cp -p defs.h %{buildroot}%{_includedir}/crash
d39c82
d39c82
%clean
d39c82
rm -rf %{buildroot}
d39c82
d39c82
%files
d39c82
%defattr(-,root,root,-)
d39c82
%{_bindir}/crash
d39c82
%{_mandir}/man8/crash.8*
d39c82
%doc README COPYING3
d39c82
d39c82
%files devel
d39c82
%defattr(-,root,root,-)
d39c82
%{_includedir}/*
d39c82
d39c82
%changelog
d39c82
* Tue Apr 21 2015 Dave Anderson <anderson@redhat.com> - 7.0.9-6
d39c82
- Calculate ARM64 virtual memory layout based upon struct page size 
d39c82
  Resolves: rhbz#1204941
d39c82
d39c82
* Tue Apr  7 2015 Dave Anderson <anderson@redhat.com> - 7.0.9-5
d39c82
- Support new sadump format that can represent more than 16 TB physical memory space
d39c82
  Resolves: rhbz#1182383
d39c82
d39c82
* Mon Jan 26 2015 Dave Anderson <anderson@redhat.com> - 7.0.9-4
d39c82
  Fix ppc64 "bt" command for active tasks in compressed kdumps.
d39c82
  Resolves: rhbz#1184401
d39c82
d39c82
* Mon Jan 12 2015 Dave Anderson <anderson@redhat.com> - 7.0.9-3
d39c82
  Fix "bt" command mislabeling errors.
d39c82
  Resolves: rhbz#1179476
d39c82
d39c82
* Mon Dec 08 2014 Dave Anderson <anderson@redhat.com> - 7.0.9-2
d39c82
- Use registers from QEMU-generated ELF and compressed kdump headers 
d39c82
  for active task backtraces.
d39c82
- Resolves: rhbz#1169555
d39c82
d39c82
* Fri Nov 14 2014 Dave Anderson <anderson@redhat.com> - 7.0.9-1
d39c82
- Rebase to upstream version 7.0.9.
d39c82
- Resolves: rhbz#1110513
d39c82
d39c82
* Tue Sep 23 2014 Dave Anderson <anderson@redhat.com> - 7.0.8-2
d39c82
- Fix ps performance patch regression on live systems.
d39c82
- Resolves: rhbz#1134177
d39c82
- Minor build-related fixes for ppc64le.
d39c82
- Resolves: rhbz#1123991
d39c82
d39c82
* Fri Sep 12 2014 Dave Anderson <anderson@redhat.com> - 7.0.8-1
d39c82
- Rebase to upstream version 7.0.8.
d39c82
- Resolves: rhbz#1110513
d39c82
- Fix to calculate the physical base address of dumpfiles created
d39c82
  by a "virsh dump" of an OVMF guest.
d39c82
- Resolves: rhbz#1080698
d39c82
- Support for aarch64 architecture.
d39c82
- Resolves: rhbz#1110551
d39c82
- Fix to prevent crash from spinning endlessly on a corrupted/truncated
d39c82
  dumpfile whose bitmap data is not wholly contained within the file.
d39c82
- Resolves: rhbz#1114088
d39c82
- Support for ppc64le architecture.
d39c82
- Resolves: rhbz#1123991
d39c82
d39c82
* Tue Jan 28 2014 Daniel Mach <dmach@redhat.com> - 7.0.2-6
d39c82
- Mass rebuild 2014-01-24
d39c82
d39c82
* Fri Jan 24 2014 Dave Anderson <anderson@redhat.com> - 7.0.2-5
d39c82
- Fix for a missing kernel-mode exception frame dump by the x86_64 
d39c82
  "bt" command if a page fault was generated by a bogus RIP.
d39c82
- Resolves: rhbz#1057353
d39c82
- Fix for the x86_64 "bt" command to prevent an unwarranted message
d39c82
  indicating "WARNING: possibly bogus exception frame" generated
d39c82
  from a blocked kernel thread that was in the process of exec'ing
d39c82
  a user process via the call_usermodehelper() facility.
d39c82
- Resolves: rhbz#1057357
d39c82
d39c82
* Fri Jan 10 2014 Dave Anderson <anderson@redhat.com> - 7.0.2-4
d39c82
- Fixes for "kmem -S" command for CONFIG_SLUB.
d39c82
- Resolves: rhbz#1045591
d39c82
- Increase S390X NR_CPUS
d39c82
- Resolves: rhbz#1051156
d39c82
d39c82
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 7.0.2-3
d39c82
- Mass rebuild 2013-12-27
d39c82
d39c82
* Tue Oct 29 2013 Dave Anderson <anderson@redhat.com> - 7.0.2-2
d39c82
- Compressed kdump 46-bit physical memory support
d39c82
  Resolves: rhbz#1015250
d39c82
- Fix incorrect backtrace for dumps taken with "virsh dump --memory-only"
d39c82
  Resolves: rhbz#1020469
d39c82
- Fix cpu number display on systems with more than 254 cpus
d39c82
  Resolves: rhbz#1020536
d39c82
d39c82
* Wed Sep 04 2013 Dave Anderson <anderson@redhat.com> - 7.0.2-1
d39c82
- Update to latest upstream release
d39c82
- Fix for ppc64 embedded gdb NULL pointer translation sigsegv
d39c82
- Fix for bt -F failure
d39c82
d39c82
* Fri Jul 26 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-4
d39c82
- Add lzo-devel and snappy-devel to crash-devel Requires line
d39c82
d39c82
* Tue Jul 23 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-3
d39c82
- Build with snappy compression support
d39c82
d39c82
* Tue Jul  9 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-2
d39c82
- Fix for ppc64 Linux 3.10 vmalloc/user-space virtual address translation
d39c82
d39c82
* Tue Jun 18 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-1
d39c82
- Update to latest upstream release
d39c82
- Build with LZO support
d39c82
d39c82
* Tue Apr  9 2013 Dave Anderson <anderson@redhat.com> - 6.1.6-1
d39c82
- Update to latest upstream release
d39c82
d39c82
* Tue Feb 19 2013 Dave Anderson <anderson@redhat.com> - 6.1.4-1
d39c82
- Update to latest upstream release
d39c82
d39c82
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.1.2-2
d39c82
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d39c82
d39c82
* Wed Jan  9 2013 Dave Anderson <anderson@redhat.com> - 6.1.2-1
d39c82
- Update to latest upstream release
d39c82
d39c82
* Tue Nov 27 2012 Dave Anderson <anderson@redhat.com> - 6.1.1-1
d39c82
- Update to latest upstream release
d39c82
d39c82
* Mon Sep  1 2012 Dave Anderson <anderson@redhat.com> - 6.1.0-1
d39c82
- Add ppc to ExclusiveArch list
d39c82
- Update to latest upstream release
d39c82
d39c82
* Tue Aug 21 2012 Dave Anderson <anderson@redhat.com> - 6.0.9-1
d39c82
- Update to latest upstream release
d39c82
d39c82
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.8-2
d39c82
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d39c82
d39c82
* Mon Jul  1 2012 Dave Anderson <anderson@redhat.com> - 6.0.8-1
d39c82
- Update to latest upstream release.
d39c82
- Replace usage of "struct siginfo" with "siginfo_t".
d39c82
d39c82
* Mon Apr 30 2012 Dave Anderson <anderson@redhat.com> - 6.0.6-1
d39c82
- Update to latest upstream release
d39c82
d39c82
* Mon Mar 26 2012 Dave Anderson <anderson@redhat.com> - 6.0.5-1
d39c82
- Update to latest upstream release
d39c82
d39c82
* Wed Jan  4 2012 Dave Anderson <anderson@redhat.com> - 6.0.2-1
d39c82
- Update to latest upstream release
d39c82
d39c82
* Wed Oct 26 2011 Dave Anderson <anderson@redhat.com> - 6.0.0-1
d39c82
- Update to latest upstream release
d39c82
d39c82
* Tue Sep 20 2011 Dave Anderson <anderson@redhat.com> - 5.1.8-1
d39c82
- Update to latest upstream release
d39c82
- Additional fixes for gcc-4.6 -Werror compile failures for ARM architecture.
d39c82
d39c82
* Thu Sep  1 2011 Dave Anderson <anderson@redhat.com> - 5.1.7-2
d39c82
- Fixes for gcc-4.6 -Werror compile failures for ARM architecture.
d39c82
d39c82
* Wed Aug 17 2011 Dave Anderson <anderson@redhat.com> - 5.1.7-1
d39c82
- Update to latest upstream release
d39c82
- Fixes for gcc-4.6 -Werror compile failures for ppc64/ppc.
d39c82
d39c82
* Tue May 31 2011 Peter Robinson <pbrobinson@gmail.com> - 5.1.5-1
d39c82
- Update to latest upstream release
d39c82
- Add ARM to the Exclusive arch
d39c82
d39c82
* Wed Feb 25 2011 Dave Anderson <anderson@redhat.com> - 5.1.2-2
d39c82
- Fixes for gcc-4.6 -Werror compile failures in gdb module.  
d39c82
d39c82
* Wed Feb 23 2011 Dave Anderson <anderson@redhat.com> - 5.1.2-1
d39c82
- Upstream version.
d39c82
d39c82
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.6-3
d39c82
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d39c82
d39c82
* Tue Jul 20 2010 Dave Anderson <anderson@redhat.com> - 5.0.6-2
d39c82
- Bump version.
d39c82
d39c82
* Tue Jul 20 2010 Dave Anderson <anderson@redhat.com> - 5.0.6-1
d39c82
- Update to upstream version.
d39c82
d39c82
* Fri Sep 11 2009 Dave Anderson <anderson@redhat.com> - 4.0.9-2
d39c82
  Bump version.
d39c82
d39c82
* Fri Sep 11 2009 Dave Anderson <anderson@redhat.com> - 4.0.9-1
d39c82
- Update to upstream release, which allows the removal of the 
d39c82
  Revision tag workaround, the crash-4.0-8.11-dwarf3.patch and 
d39c82
  the crash-4.0-8.11-optflags.patch
d39c82
d39c82
* Sun Aug 05 2009 Lubomir Rintel <lkundrak@v3.sk> - 4.0.8.11-2
d39c82
- Fix reading of dwarf 3 DW_AT_data_member_location
d39c82
- Use proper compiler flags
d39c82
d39c82
* Wed Aug 05 2009 Lubomir Rintel <lkundrak@v3.sk> - 4.0.8.11-1
d39c82
- Update to later upstream release
d39c82
- Fix abuse of Revision tag
d39c82
d39c82
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d39c82
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-9.7.2
d39c82
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d39c82
d39c82
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-8.7.2
d39c82
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d39c82
d39c82
* Thu Feb 19 2009 Dave Anderson <anderson@redhat.com> - 4.0-7.7.2
d39c82
- Replace exclusive arch i386 with ix86.
d39c82
d39c82
* Thu Feb 19 2009 Dave Anderson <anderson@redhat.com> - 4.0-7.7.1
d39c82
- Updates to this file per crash merge review
d39c82
- Update to upstream version 4.0-7.7.  Full changelog viewable in:
d39c82
    http://people.redhat.com/anderson/crash.changelog.html
d39c82
d39c82
* Tue Jul 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4.0-7
d39c82
- fix license tag
d39c82
d39c82
* Tue Apr 29 2008 Dave Anderson <anderson@redhat.com> - 4.0-6.3
d39c82
- Added crash-devel subpackage
d39c82
- Updated crash.patch to match upstream version 4.0-6.3
d39c82
d39c82
* Wed Feb 20 2008 Dave Anderson <anderson@redhat.com> - 4.0-6.0.5
d39c82
- Second attempt at addressing the GCC 4.3 build, which failed due
d39c82
  to additional ptrace.h includes in the lkcd vmdump header files.
d39c82
d39c82
* Wed Feb 20 2008 Dave Anderson <anderson@redhat.com> - 4.0-6.0.4
d39c82
- First attempt at addressing the GCC 4.3 build, which failed on x86_64
d39c82
  because ptrace-abi.h (included by ptrace.h) uses the "u32" typedef,
d39c82
  which relies on <asm/types.h>, and include/asm-x86_64/types.h
d39c82
  does not not typedef u32 as done in include/asm-x86/types.h.
d39c82
d39c82
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.0-6.0.3
d39c82
- Autorebuild for GCC 4.3
d39c82
d39c82
* Wed Jan 23 2008 Dave Anderson <anderson@redhat.com> - 4.0-5.0.3
d39c82
- Updated crash.patch to match upstream version 4.0-5.0.
d39c82
d39c82
* Wed Aug 29 2007 Dave Anderson <anderson@redhat.com> - 4.0-4.6.2
d39c82
- Updated crash.patch to match upstream version 4.0-4.6.
d39c82
d39c82
* Wed Sep 13 2006 Dave Anderson <anderson@redhat.com> - 4.0-3.3
d39c82
- Updated crash.patch to match upstream version 4.0-3.3.
d39c82
- Support for x86_64 relocatable kernels.  BZ #204557
d39c82
d39c82
* Mon Aug  7 2006 Dave Anderson <anderson@redhat.com> - 4.0-3.1
d39c82
- Updated crash.patch to match upstream version 4.0-3.1.
d39c82
- Added kdump reference to description.
d39c82
- Added s390 and s390x to ExclusiveArch list.  BZ #199125
d39c82
- Removed LKCD v1 pt_regs references for s390/s390x build.
d39c82
- Removed LKCD v2_v3 pt_regs references for for s390/s390x build.
d39c82
d39c82
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 4.0-3
d39c82
- rebuild
d39c82
d39c82
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.4
d39c82
- Updated crash.patch such that <asm/page.h> is not #include'd
d39c82
  by s390_dump.c; IBM did not make the file s390[s] only; BZ #192719
d39c82
d39c82
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.3
d39c82
- Updated crash.patch such that <asm/page.h> is not #include'd
d39c82
  by vas_crash.h; only ia64 build complained; BZ #191719
d39c82
d39c82
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.2
d39c82
- Updated crash.patch such that <asm/segment.h> is not #include'd
d39c82
  by lkcd_x86_trace.c; also for BZ #191719
d39c82
d39c82
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.1
d39c82
- Updated crash.patch to bring it up to 4.0-2.26, which should 
d39c82
  address BZ #191719 - "crash fails to build in mock"
d39c82
d39c82
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.0-2.18.1
d39c82
- rebuilt for new gcc4.1 snapshot and glibc changes
d39c82
d39c82
* Wed Jan 04 2006 Dave Anderson <anderson@redhat.com> 4.0-2.18
d39c82
- Updated source package to crash-4.0.tar.gz, and crash.patch
d39c82
  to bring it up to 4.0-2.18.
d39c82
d39c82
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d39c82
- rebuilt
d39c82
d39c82
* Thu Mar 03 2005 Dave Anderson <anderson@redhat.com> 3.10-13
d39c82
- Compiler error- and warning-related fixes for gcc 4 build.
d39c82
- Update to enhance x86 and x86_64 gdb disassembly output so as to
d39c82
  symbolically display call targets from kernel module text without
d39c82
  requiring module debuginfo data.
d39c82
- Fix hole where an ia64 vmcore could be mistakenly accepted as a
d39c82
  usable dumpfile on an x86_64 machine, leading eventually to a
d39c82
  non-related error message.
d39c82
* Wed Mar 02 2005 Dave Anderson <anderson@redhat.com> 3.10-12
d39c82
- rebuild (gcc 4)
d39c82
* Thu Feb 10 2005 Dave Anderson <anderson@redhat.com> 3.10-9
d39c82
- Updated source package to crash-3.10.tar.gz, containing
d39c82
  IBM's final ppc64 processor support for RHEL4
d39c82
- Fixes potential "bt -a" hang on dumpfile where netdump IPI interrupted
d39c82
  an x86 process while executing the instructions just after it had entered
d39c82
  the kernel for a syscall, but before calling the handler.  BZ #139437
d39c82
- Update to handle backtraces in dumpfiles generated on IA64 with the
d39c82
  INIT switch (functionality intro'd in RHEL3-U5 kernel).  BZ #139429
d39c82
- Fix for handling ia64 and x86_64 machines booted with maxcpus=1 on
d39c82
  an SMP kernel.  BZ #139435
d39c82
- Update to handle backtraces in dumpfiles generated on x86_64 from the
d39c82
  NMI exception stack (functionality intro'd in RHEL3-U5 kernel).
d39c82
- "kmem -[sS]" beefed up to more accurately verify slab cache chains
d39c82
  and report errors found.
d39c82
- Fix for ia64 INIT switch-generated backtrace handling when
d39c82
  init_handler_platform() is inlined into ia64_init_handler();
d39c82
  properly handles both RHEL3 and RHEL4 kernel patches.
d39c82
  BZ #138350
d39c82
- Update to enhance ia64 gdb disassembly output so as to
d39c82
  symbolically display call targets from kernel module
d39c82
  text without requiring module debuginfo data.
d39c82
d39c82
* Wed Jul 14 2004 Dave Anderson <anderson@redhat.com> 3.8-5
d39c82
- bump release for fc3
d39c82
d39c82
* Tue Jul 13 2004 Dave Anderson <anderson@redhat.com> 3.8-4
d39c82
- Fix for gcc 3.4.x/gdb issue where vmlinux was mistakenly presumed non-debug 
d39c82
d39c82
* Fri Jun 25 2004 Dave Anderson <anderson@redhat.com> 3.8-3
d39c82
- remove (harmless) error message during ia64 diskdump invocation when
d39c82
  an SMP system gets booted with maxcpus=1
d39c82
- several 2.6 kernel specific updates
d39c82
d39c82
* Thu Jun 17 2004 Dave Anderson <anderson@redhat.com> 3.8-2
d39c82
- updated source package to crash-3.8.tar.gz 
d39c82
- diskdump support
d39c82
- x86_64 processor support 
d39c82
d39c82
* Mon Sep 22 2003 Dave Anderson <anderson@redhat.com> 3.7-5
d39c82
- make bt recovery code start fix-up only upon reaching first faulting frame
d39c82
d39c82
* Fri Sep 19 2003 Dave Anderson <anderson@redhat.com> 3.7-4
d39c82
- fix "bt -e" and bt recovery code to recognize new __KERNEL_CS and DS
d39c82
d39c82
* Wed Sep 10 2003 Dave Anderson <anderson@redhat.com> 3.7-3
d39c82
- patch to recognize per-cpu GDT changes that redefine __KERNEL_CS and DS
d39c82
d39c82
* Wed Sep 10 2003 Dave Anderson <anderson@redhat.com> 3.7-2
d39c82
- patches for netdump active_set determination and slab info gathering 
d39c82
d39c82
* Wed Aug 20 2003 Dave Anderson <anderson@redhat.com> 3.7-1
d39c82
- updated source package to crash-3.7.tar.gz
d39c82
d39c82
* Wed Jul 23 2003 Dave Anderson <anderson@redhat.com> 3.6-1
d39c82
- removed Packager, Distribution, and Vendor tags
d39c82
- updated source package to crash-3.6.tar.gz 
d39c82
d39c82
* Fri Jul 18 2003 Jay Fenlason <fenlason@redhat.com> 3.5-2
d39c82
- remove ppc from arch list, since it doesn't work with ppc64 kernels
d39c82
- remove alpha from the arch list since we don't build it any more
d39c82
d39c82
* Fri Jul 18 2003 Matt Wilson <msw@redhat.com> 3.5-1
d39c82
- use %%defattr(-,root,root)
d39c82
d39c82
* Tue Jul 15 2003 Jay Fenlason <fenlason@redhat.com>
d39c82
- Updated spec file as first step in turning this into a real RPM for taroon.
d39c82
- Wrote man page.