f8b3d2
Summary: Utility for the creation of squashfs filesystems
f8b3d2
%global forgeurl https://github.com/plougher/squashfs-tools
f8b3d2
Version: 4.4
f8b3d2
Name: squashfs-tools
f8b3d2
Release: 8.git1%{?dist}
f8b3d2
License: GPLv2+
f8b3d2
URL: %{forgeurl}/archive/4.4-git.1.tar.gz
f8b3d2
Source: 4.4-git.1.tar.gz
f8b3d2
# manpages from http://ftp.debian.org/debian/pool/main/s/squashfs-tools/squashfs-tools_4.2+20121212-1.debian.tar.xz
f8b3d2
# The man pages have been modified for 4.3 for Fedora.
f8b3d2
Source1: mksquashfs.1
f8b3d2
Source2: unsquashfs.1
f8b3d2
f8b3d2
Patch0: bz2023218.patch
f8b3d2
f8b3d2
BuildRequires: make
f8b3d2
BuildRequires:  gcc
f8b3d2
BuildRequires: zlib-devel
f8b3d2
BuildRequires: xz-devel
f8b3d2
BuildRequires: lzo-devel
f8b3d2
BuildRequires: libattr-devel
f8b3d2
BuildRequires: lz4-devel
f8b3d2
BuildRequires: libzstd-devel
f8b3d2
f8b3d2
%description
f8b3d2
Squashfs is a highly compressed read-only filesystem for Linux.  This package
f8b3d2
contains the utilities for manipulating squashfs filesystems.
f8b3d2
f8b3d2
%prep
f8b3d2
%setup -n %{name}-4.4-git.1
f8b3d2
%patch0 -p1
f8b3d2
f8b3d2
%build
f8b3d2
%set_build_flags
f8b3d2
pushd squashfs-tools
f8b3d2
CFLAGS="%{optflags}" XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1 ZSTD_SUPPORT=1 make %{?_smp_mflags}
f8b3d2
f8b3d2
%install
f8b3d2
mkdir -p %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man1
f8b3d2
install -m 755 squashfs-tools/mksquashfs %{buildroot}%{_sbindir}/mksquashfs
f8b3d2
install -m 755 squashfs-tools/unsquashfs %{buildroot}%{_sbindir}/unsquashfs
f8b3d2
install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/mksquashfs.1
f8b3d2
install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man1/unsquashfs.1
f8b3d2
f8b3d2
%files
f8b3d2
%doc README ACKNOWLEDGEMENTS README-4.4 CHANGES COPYING USAGE
f8b3d2
f8b3d2
%doc README
f8b3d2
%{_mandir}/man1/*
f8b3d2
f8b3d2
%{_sbindir}/mksquashfs
f8b3d2
%{_sbindir}/unsquashfs
f8b3d2
f8b3d2
%changelog
f8b3d2
* Wed Jan 12 2022 Abhi Das <adas@redhat.com> - 4.4-8.git1
f8b3d2
- limit CPUs on large machines to avoid running out of resources
f8b3d2
  rhbz#2023218
f8b3d2
f8b3d2
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 4.4-7.git1
f8b3d2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
f8b3d2
  Related: rhbz#1991688
f8b3d2
f8b3d2
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 4.4-6.git1
f8b3d2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
f8b3d2
f8b3d2
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-5.git1
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
f8b3d2
f8b3d2
* Sat Nov 14 2020 Bruno Wolff III <bruno@wolff.to> - 4.4-4.git1
f8b3d2
- Gating tests failed and unable to rerun them
f8b3d2
f8b3d2
* Wed Nov 11 2020 Bruno Wolff III <bruno@wolff.to> - 4.4-3.git1
f8b3d2
- New upstream release with a minor fix
f8b3d2
f8b3d2
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-2
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f8b3d2
f8b3d2
* Tue May 12 2020 Bruno Wolff III <bruno@wolff.to> - 4.4-1.20200513gitc570c61
f8b3d2
- Go to 4.4 release + plus a few upstream post release patches
f8b3d2
f8b3d2
* Sat Feb 08 2020 Bruno Wolff III <bruno@wolff.to> - 4.3-25
f8b3d2
- Fix duplicate definition flagged by gcc10
f8b3d2
f8b3d2
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-24
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f8b3d2
f8b3d2
* Fri Jan 17 2020 Jeff Law <law@redhat.com> - 4.3-23
f8b3d2
- Fix undefined symbol when building with LTO due to incorrect
f8b3d2
  use of inline function
f8b3d2
f8b3d2
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-22
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f8b3d2
f8b3d2
* Mon Jun 24 2019 Bruno Wolff III <bruno@wolff.to> - 4.3-21
f8b3d2
- Add zstd compression support (Sean Purcell via github.com/plougher/squashfs-tools)
f8b3d2
f8b3d2
* Tue May 21 2019 Bruno Wolff III <bruno@wolff.to> - 4.3-20
f8b3d2
- Fix issue with LDFLAGS not being set
f8b3d2
f8b3d2
* Tue May 21 2019 Bruno Wolff III <bruno@wolff.to> - 4.3-19
f8b3d2
- Fix issue with glibc changes
f8b3d2
f8b3d2
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-18
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
f8b3d2
f8b3d2
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-17
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f8b3d2
f8b3d2
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-16
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f8b3d2
f8b3d2
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-15
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f8b3d2
f8b3d2
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-14
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f8b3d2
f8b3d2
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-13
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f8b3d2
f8b3d2
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-12
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f8b3d2
f8b3d2
* Tue Jun 23 2015 Bruno Wolff III <bruno@wolff.to> - 4.3-10
f8b3d2
- Fix for CVE 2015-4645/4646
f8b3d2
f8b3d2
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-9
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f8b3d2
f8b3d2
* Sat Sep 13 2014 Bruno Wolff III <bruno@wolff.to> 4.3-8
f8b3d2
- Fix for files >= 2gb rhbz #1141206
f8b3d2
f8b3d2
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-7
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f8b3d2
f8b3d2
* Fri Jun 13 2014 Bruno Wolff III <bruno@wolff.to> 4.3-6
f8b3d2
- Apply a couple of upstream patches.
f8b3d2
- Fixes issue issue with too much memory use under PAE kernels
f8b3d2
f8b3d2
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-5
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f8b3d2
f8b3d2
* Wed May 14 2014 Bruno Wolff III <bruno@wolff.to> 4.3-4
f8b3d2
- Even more man page fixes
f8b3d2
f8b3d2
* Wed May 14 2014 Bruno Wolff III <bruno@wolff.to> 4.3-3
f8b3d2
- More mksquashfs man page fixes
f8b3d2
f8b3d2
* Tue May 13 2014 Bruno Wolff III <bruno@wolff.to> 4.3-2
f8b3d2
- Add missed option to the mksquashfs man page
f8b3d2
f8b3d2
* Tue May 13 2014 Bruno Wolff III <bruno@wolff.to> 4.3-1
f8b3d2
- Update to real 4.3 release
f8b3d2
- Added support for lz4 since the stable snapshot
f8b3d2
- Added support for alternate zlib compression strategies
f8b3d2
f8b3d2
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-0.19.gitaae0aff4
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f8b3d2
f8b3d2
* Sat Jun 22 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.18.gitaae0aff4
f8b3d2
- Latest pre 4.3 stable snapshot
f8b3d2
- A few minor bug fixes
f8b3d2
- Improvements in getting status info while running unsquashfs
f8b3d2
f8b3d2
* Tue Jun 04 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.17.git5c6f0024
f8b3d2
- Latest pre 4.3 snapshot
f8b3d2
- Includes fix for mksquashfs hangs
f8b3d2
- Switch to get pre-release updates from the stable branch at kernel.org
f8b3d2
f8b3d2
* Thu May 23 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.16.git84d8ae5c
f8b3d2
- Latest pre 4.3 snapshot
f8b3d2
- Fix for a rare race condition
f8b3d2
f8b3d2
* Sun May 19 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.15.git27d7c14b
f8b3d2
- Latest pre 4.3 snapshot
f8b3d2
- queue fragment and empty file buffers directly to main thread
f8b3d2
f8b3d2
* Wed May 15 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.14.git8ce5585e
f8b3d2
- Latest pre 4.3 snapshot
f8b3d2
- Includes upstream bugfix introduced with the sequential queue change
f8b3d2
f8b3d2
* Sat May 11 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.13.gitc2362556
f8b3d2
- Latest pre 4.3 snapshot
f8b3d2
- Sequential queue change
f8b3d2
f8b3d2
* Mon May 06 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.12.git9353c998
f8b3d2
- Latest pre 4.3 snapshot
f8b3d2
f8b3d2
* Sun Mar 31 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.11.git8228a3e8
f8b3d2
- Latest pre 4.3 snapshot
f8b3d2
- SIGQUIT now displays the file being squashed
f8b3d2
f8b3d2
* Wed Mar 06 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.10.git6a103792
f8b3d2
- Latest pre 4.3 snapshot
f8b3d2
- Pick up some more error handling improvements
f8b3d2
f8b3d2
* Sun Mar 03 2013 Kyle McMartin <kmcmarti@redhat.com>
f8b3d2
- Move mksquashfs to /usr/sbin, as per UsrMove.
f8b3d2
f8b3d2
* Sun Mar 03 2013 Kyle McMartin <kmcmarti@redhat.com>
f8b3d2
- Add mksquashfs.1 and unsquashfs.1 manpages from Debian.
f8b3d2
f8b3d2
* Mon Feb 18 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.9.git3ec9c8f7
f8b3d2
- Latest pre 4.3 snapshot
f8b3d2
- Better error handling when space runs out
f8b3d2
f8b3d2
* Wed Feb 13 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.8.gitca6a1c90
f8b3d2
- Latest pre 4.3 snapshot
f8b3d2
- New option to display compression options used
f8b3d2
- Some error message improvements
f8b3d2
f8b3d2
* Fri Feb 01 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.7.gitb10063a9
f8b3d2
- Latest pre 4.3 snapshot
f8b3d2
- More checks for bad data
f8b3d2
f8b3d2
* Sun Jan 13 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.6.git6c0f229d
f8b3d2
- Latest pre 4.3 snapshot
f8b3d2
- Quote and backslash parsing for lexical analyzer
f8b3d2
f8b3d2
* Mon Dec 31 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.5.gitc11af515
f8b3d2
- Latest pre 4.3 snapshot
f8b3d2
- A few memory leak fixes
f8b3d2
- Additional checks for handling bad data
f8b3d2
f8b3d2
* Sun Dec 23 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.4.git99a009c8
f8b3d2
- Better checking of data in psuedo files
f8b3d2
f8b3d2
* Fri Dec 21 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.3.git7ec6bd7a
f8b3d2
- Better checking of data in sort, extract and exclude files
f8b3d2
f8b3d2
* Thu Dec 13 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.2.git54719971
f8b3d2
- Pick up a few more changes to better handle bad data
f8b3d2
f8b3d2
* Sat Dec 01 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.1.git0be606be
f8b3d2
- Pre-release of 4.3 to get early testing
f8b3d2
- This update includes a bit of internal code infrastructure changes
f8b3d2
- There are lots of fixes to better handle bad data
f8b3d2
- The final release is expected sometime in December
f8b3d2
- Until the release only the README doc file is available
f8b3d2
f8b3d2
* Sun Nov 25 2012 Bruno Wolff III <bruno@wolff.to> - 4.2-5
f8b3d2
- Backported fix for bz 842460 (CVE-2012-4025)
f8b3d2
f8b3d2
* Thu Nov 22 2012 Bruno Wolff III <bruno@wolff.to> - 4.2-4
f8b3d2
- Backported fix for bz 842458 (CVE-2012-4024)
f8b3d2
f8b3d2
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2-3
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f8b3d2
f8b3d2
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2-2
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f8b3d2
f8b3d2
* Tue Mar 01 2011 Bruno Wolff III <bruno@wolff.to> - 4.2-1
f8b3d2
- 4.2 is released.
f8b3d2
- Bugfix for bad data causing crash.
f8b3d2
- Include doc files added for release.
f8b3d2
- Big endian patch is now upstream.
f8b3d2
- Buildroot tag isn't needed any more.
f8b3d2
- We can now specify CFLAGS on the make call.
f8b3d2
- Compressor options are now passed with the make call.
f8b3d2
f8b3d2
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2-0.4.20101231
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f8b3d2
f8b3d2
* Tue Jan 11 2011 Dan Horák <dan[at]danny.cz> - 4.2-0.3.20101231
f8b3d2
- Add fixes for big-endian machines
f8b3d2
f8b3d2
* Sat Jan 01 2011 Bruno Wolff III <bruno@wolff.to> - 4.2-0.2.20101231
f8b3d2
- Pull latest upstream snapshot
f8b3d2
- Includes check for matching compression type when adding to an existing image
f8b3d2
- Sample cvs command now includes timezone and specifies when on the date to use for the snapshot
f8b3d2
f8b3d2
* Fri Dec 24 2010 Bruno Wolff III <bruno@wolff.to> - 4.2-0.1.20101223
f8b3d2
- Switch to 4.2 development snapshot to get new XZ support
f8b3d2
- LZMA and XZ (LZMA2) support are now different
f8b3d2
f8b3d2
* Wed Oct 27 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-3
f8b3d2
- Rebuild for xz soname bump
f8b3d2
f8b3d2
* Wed Sep 29 2010 jkeating - 4.1-2
f8b3d2
- Rebuilt for gcc bug 634757
f8b3d2
f8b3d2
* Tue Sep 21 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-1
f8b3d2
- Update to 4.1 final.
f8b3d2
- Byte swap patch is now upstream.
f8b3d2
- LZO compression type is now supported.
f8b3d2
f8b3d2
* Mon Sep 6 2010 Dan Horák <dan[at]danny.cz> - 4.1-0.5.20100827
f8b3d2
- Add fixes for big-endian machines
f8b3d2
f8b3d2
* Sat Aug 28 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-0.4.20100827
f8b3d2
- Rebase to latest upstream.
f8b3d2
- The main reason is to pick up a fix for large xattr similar to the large inode fix. This doesn't need to get backported as 4.0 doesn't have xattr support.
f8b3d2
- An option was added to build without xattr support.
f8b3d2
- Various source cleanups have been done as well.
f8b3d2
f8b3d2
* Tue Aug 03 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-0.3.20100803
f8b3d2
- Rebase to latest upstream
f8b3d2
- Prevent warning message for xattr for virtual directory
f8b3d2
- Fix issue with large inodes - BZ 619020
f8b3d2
f8b3d2
* Tue Jul 27 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-0.2.20100727
f8b3d2
- Rebase to latest upstream devel state. Mostly xattr fixes and cleanup.
f8b3d2
f8b3d2
* Tue Jun 08 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-0.1.20100607
f8b3d2
- Rebase to 4.1 prerelease with xz wrapper
f8b3d2
- Provides lzma compression as an option.
f8b3d2
- squashfs-fix-unsquashing-v3.patch is part of the 4.1 prerelease
f8b3d2
f8b3d2
* Wed May 5 2010 Kyle McMartin <kyle@redhat.com> 4.0-4
f8b3d2
- squashfs-fix-unsquashing-v3.patch: pull in fix from cvs. Thanks pkl!
f8b3d2
  (rhbz#523504)
f8b3d2
f8b3d2
* Thu Feb 18 2010 Kyle McMartin <kyle@redhat.com> 4.0-3
f8b3d2
- Update to release tarball as opposed to cvs snapshot.
f8b3d2
- Add dist tag.
f8b3d2
f8b3d2
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-2
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f8b3d2
f8b3d2
* Sun Apr 05 2009 Kyle McMartin <kyle@redhat.com> - 4.0-1
f8b3d2
- Update to release 4.0
f8b3d2
f8b3d2
* Mon Mar 16 2009 Kyle McMartin <kyle@redhat.com> - 4.0-0.20090316
f8b3d2
- update to cvs snap from 2009-03-16.
f8b3d2
f8b3d2
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-0.20090126
f8b3d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f8b3d2
f8b3d2
* Mon Jan 26 2009 Kyle McMartin <kyle@redhat.com> - 4.0-0.20090125
f8b3d2
- update to cvs snap that should unbreak big endian machines creating
f8b3d2
  little endian fs.
f8b3d2
f8b3d2
* Mon Jan 12 2009  <katzj@redhat.com> - 4.0-0.20090112
f8b3d2
- update to cvs snap that generates v4.0 images
f8b3d2
f8b3d2
* Tue Sep 30 2008 Jeremy Katz <katzj@redhat.com> - 3.4-1
f8b3d2
- update to 3.4
f8b3d2
f8b3d2
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.3-2
f8b3d2
- Autorebuild for GCC 4.3
f8b3d2
f8b3d2
* Fri Dec 14 2007 Jeremy Katz <katzj@redhat.com> - 3.3-1
f8b3d2
- Update to 3.3
f8b3d2
f8b3d2
* Wed Sep  5 2007 Jeremy Katz <katzj@redhat.com> - 3.2-2
f8b3d2
- fixes from package review (#226430)
f8b3d2
f8b3d2
* Tue Mar 20 2007 Jeremy Katz <katzj@redhat.com> - 3.2-1
f8b3d2
- update to 3.2r2
f8b3d2
f8b3d2
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 3.0-4
f8b3d2
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
f8b3d2
f8b3d2
* Mon Sep 18 2006 Jeremy Katz <katzj@redhat.com> - 3.0-3
f8b3d2
- updated fragment size patch (#204638)
f8b3d2
f8b3d2
* Wed Aug 16 2006 Jeremy Katz <katzj@redhat.com> - 3.0-2
f8b3d2
- add upstream patch for fragment size problem (#202663)
f8b3d2
f8b3d2
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.0-1.1
f8b3d2
- rebuild
f8b3d2
f8b3d2
* Fri Jun 23 2006 Jeremy Katz <katzj@redhat.com> - 3.0-1
f8b3d2
- update to 3.0
f8b3d2
- include unsquashfs
f8b3d2
f8b3d2
* Tue May 16 2006 Jeremy Katz <katzj@redhat.com> 
f8b3d2
- add BR on zlib-devel (Andreas Thienemann, #191880)
f8b3d2
f8b3d2
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2r2-2.2.1
f8b3d2
- bump again for double-long bug on ppc(64)
f8b3d2
f8b3d2
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.2r2-2.2
f8b3d2
- rebuilt for new gcc4.1 snapshot and glibc changes
f8b3d2
f8b3d2
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
f8b3d2
- rebuilt
f8b3d2
f8b3d2
* Thu Dec  1 2005 Jeremy Katz <katzj@redhat.com> - 2.2r2-1
f8b3d2
- Initial build
f8b3d2