Blame SPECS/gfs2-utils.spec

1ece8d
###############################################################################
1ece8d
###############################################################################
1ece8d
##
1ece8d
##  Copyright (C) 2004-2013 Red Hat, Inc.  All rights reserved.
1ece8d
##
1ece8d
##  This copyrighted material is made available to anyone wishing to use,
1ece8d
##  modify, copy, or redistribute it subject to the terms and conditions
1ece8d
##  of the GNU General Public License v.2.
1ece8d
##
1ece8d
###############################################################################
1ece8d
###############################################################################
1ece8d
1ece8d
Name: gfs2-utils
7ddfb4
Version: 3.1.7
7ddfb4
Release: 6%{?dist}
1ece8d
License: GPLv2+ and LGPLv2+
1ece8d
Group: System Environment/Kernel
1ece8d
Summary: Utilities for managing the global file system (GFS2)
1ece8d
%{?fedora:Requires: kernel-modules-extra}
1ece8d
Obsoletes: gfs2-cluster < %{version}
1ece8d
BuildRequires: ncurses-devel
1ece8d
BuildRequires: kernel-headers
1ece8d
BuildRequires: automake
1ece8d
BuildRequires: perl
1ece8d
BuildRequires: libtool
1ece8d
BuildRequires: zlib-devel
1ece8d
BuildRequires: gettext-devel
1ece8d
BuildRequires: bison
1ece8d
BuildRequires: flex
1ece8d
BuildRequires: libblkid-devel
1ece8d
BuildRequires: check-devel
1ece8d
URL: https://fedorahosted.org/cluster/wiki/HomePage
1ece8d
7ddfb4
%if 0%{?rhel} > 0
7ddfb4
ExclusiveArch: x86_64 s390x
7ddfb4
%endif
7ddfb4
1ece8d
# The source for this package was pulled from the upstream git tree.
1ece8d
# Use the following commands to generate the tarball:
1ece8d
# git clone git://git.fedorahosted.org/gfs2-utils.git
1ece8d
# cd gfs2-utils
1ece8d
# ./make-tarball.sh
1ece8d
#
1ece8d
Source0: https://fedorahosted.org/released/gfs2-utils/gfs2-utils-%{version}.tar.gz
7ddfb4
Patch0: bz1112342-1-gfs2_utils_tests_Build_unit_tests_with_consistent_cpp_flags.patch
7ddfb4
Patch1: bz1112342-2-gfs2_utils_tests_Fix_unit_tests_for_RHEL7.patch
7ddfb4
Patch2: bz1154786-fsck_gfs2_Improve_reporting_of_pass_timings.patch
7ddfb4
Patch3: bz1146160-fsck_gfs2_Detect_and_correct_corrupt_journals.patch
7ddfb4
Patch4: bz1162817-mkfs_gfs2_Revert_default_resource_group_size.patch
7ddfb4
Patch5: bz1178604-1-fsck_gfs2_fix_broken_i_goal_values_in_inodes.patch
7ddfb4
Patch6: bz1178604-2-gfs2_convert_use_correct_i_goal_values_instead_of_zeros_for_inodes.patch
7ddfb4
Patch7: bz1178604-3-tests_test_for_incorrect_inode_i_goal_values.patch
7ddfb4
Patch8: bz1178604-4-fsck_gfs2_Reprocess_nodes_if_anything_changed_addendum_1_of_2.patch
7ddfb4
Patch9: bz1178604-5-fsck_gfs2_addendum_to_fix_broken_i_goal_values_in_inodes_addendum_2_of_2.patch
1ece8d
1ece8d
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1ece8d
1ece8d
%prep
7ddfb4
%setup -q -n gfs2-utils-%{version}
7ddfb4
%patch0 -p1 -b .bz1112342-1-gfs2_utils_tests_Build_unit_tests_with_consistent_cpp_flags
7ddfb4
%patch1 -p1 -b .bz1112342-2-gfs2_utils_tests_Fix_unit_tests_for_RHEL7
7ddfb4
%patch2 -p1 -b .bz1154786-fsck_gfs2_Improve_reporting_of_pass_timings
7ddfb4
%patch3 -p1 -b .bz1146160-fsck_gfs2_Detect_and_correct_corrupt_journals
7ddfb4
%patch4 -p1 -b .bz1162817-mkfs_gfs2_Revert_default_resource_group_size
7ddfb4
%patch5 -p1 -b .bz1178604-1-fsck_gfs2_fix_broken_i_goal_values_in_inodes
7ddfb4
%patch6 -p1 -b .bz1178604-2-gfs2_convert_use_correct_i_goal_values_instead_of_zeros_for_inodes
7ddfb4
%patch7 -p1 -b .bz1178604-3-tests_test_for_incorrect_inode_i_goal_values
7ddfb4
%patch8 -p1 -b .bz1178604-4-fsck_gfs2_Reprocess_nodes_if_anything_changed_addendum_1_of_2
7ddfb4
%patch9 -p1 -b .bz1178604-5-fsck_gfs2_addendum_to_fix_broken_i_goal_values_in_inodes_addendum_2_of_2
1ece8d
1ece8d
%build
1ece8d
./autogen.sh
1ece8d
%configure
1ece8d
make %{_smp_mflags}
1ece8d
1ece8d
%check
1ece8d
make check
1ece8d
1ece8d
%install
1ece8d
rm -rf %{buildroot}
1ece8d
make -C gfs2 install DESTDIR=%{buildroot}
1ece8d
# Don't ship gfs2_{trace,lockcapture} in this package
1ece8d
rm -f %{buildroot}/sbin/gfs2_trace
1ece8d
rm -f %{buildroot}/sbin/gfs2_lockcapture
1ece8d
rm -f %{buildroot}%{_mandir}/man8/gfs2_trace.8
1ece8d
rm -f %{buildroot}%{_mandir}/man8/gfs2_lockcapture.8
1ece8d
# Install into /usr/sbin per UsrMove
1ece8d
mv %{buildroot}/sbin/fsck.gfs2 %{buildroot}/usr/sbin/
1ece8d
mv %{buildroot}/sbin/mkfs.gfs2 %{buildroot}/usr/sbin/
1ece8d
mv %{buildroot}/sbin/gfs2_grow %{buildroot}/usr/sbin/
1ece8d
mv %{buildroot}/sbin/gfs2_jadd %{buildroot}/usr/sbin/
1ece8d
1ece8d
%clean
1ece8d
rm -rf %{buildroot}
1ece8d
1ece8d
%description -n gfs2-utils
1ece8d
The gfs2-utils package contains a number of utilities for creating,
1ece8d
checking, modifying, and correcting any inconsistencies in GFS2
1ece8d
file systems.
1ece8d
1ece8d
%files -n gfs2-utils
1ece8d
%defattr(-,root,root,-)
1ece8d
%doc doc/COPYING.* doc/COPYRIGHT doc/*.txt
1ece8d
%doc doc/README.contributing doc/README.licence doc/README.tests
1ece8d
%{_sbindir}/fsck.gfs2
1ece8d
%{_sbindir}/gfs2_grow
1ece8d
%{_sbindir}/gfs2_jadd
1ece8d
%{_sbindir}/mkfs.gfs2
1ece8d
%{_sbindir}/gfs2_convert
1ece8d
%{_sbindir}/gfs2_edit
1ece8d
%{_sbindir}/tunegfs2
1ece8d
%{_mandir}/man8/*gfs2*
1ece8d
%{_mandir}/man5/*
1ece8d
1ece8d
%changelog
7ddfb4
* Thu Jan 15 2015 Andrew Price <anprice@redhat.com> - 3.1.7-6
7ddfb4
- fsck.gfs2: fix broken i_goal values in inodes
7ddfb4
- gfs2_convert: use correct i_goal values instead of zeros for inodes
7ddfb4
- tests: test for incorrect inode i_goal values
7ddfb4
- fsck.gfs2: Reprocess nodes if anything changed - addendum 1 of 2
7ddfb4
- fsck.gfs2: addendum to fix broken i_goal values in inodes - addendum 2 of 2
7ddfb4
  Resolves: rhbz#1178604
7ddfb4
7ddfb4
* Thu Nov 20 2014 Andrew Price <anprice@redhat.com> - 3.1.7-5
7ddfb4
- Update ExclusiveArch
7ddfb4
  Resolves: rhbz#1161936
7ddfb4
7ddfb4
* Tue Nov 18 2014 Andrew Price <anprice@redhat.com> - 3.1.7-4
7ddfb4
- mkfs.gfs2: Revert default resource group size
7ddfb4
  Resolves: rhbz#1162817
7ddfb4
- Add ExclusiveArch
7ddfb4
  Resolves: rhbz#1161936
7ddfb4
7ddfb4
* Tue Nov 18 2014 Andrew Price <anprice@redhat.com> - 3.1.7-3
7ddfb4
- fsck.gfs2: Detect and correct corrupt journals
7ddfb4
  Resolves: rhbz#1146160
7ddfb4
7ddfb4
* Mon Nov 17 2014 Andrew Price <anprice@redhat.com> - 3.1.7-2
7ddfb4
- fsck.gfs2: Improve reporting of pass timings
7ddfb4
  Resolves: rhbz#1154786
7ddfb4
7ddfb4
* Mon Sep 08 2014 Andrew Price <anprice@redhat.com> - 3.1.7-1
7ddfb4
- Rebase to new upstream version 3.1.7
7ddfb4
- gfs2-utils tests: Fix unit tests for RHEL7
7ddfb4
- gfs2-utils tests: Build unit tests with consistent cpp flags
7ddfb4
  Resolves: rhbz#1112342
7ddfb4
  Resolves: rhbz#1017381
7ddfb4
  Resolves: rhbz#1075135
7ddfb4
  Resolves: rhbz#1079507
7ddfb4
  Resolves: rhbz#1107238
7ddfb4
903fa7
* Fri Mar 07 2014 Andrew Price <anprice@redhat.com> - 3.1.6-13
903fa7
- gfs2_edit: Convert fssize to bytes before reporting fs size
903fa7
- mkfs.gfs2 tests: Enable debug output
903fa7
  Resolves: rhbz#1059443
903fa7
- libgfs2: Superblock building and writing improvements
903fa7
- gfs2-utils: Ensure sb_uuid uses are guarded
903fa7
- libgfs2: Add support for new leaf hint fields
903fa7
  Resolves: rhbz#1063842
903fa7
903fa7
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.1.6-12
903fa7
- Mass rebuild 2014-01-24
903fa7
903fa7
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.1.6-11
903fa7
- Mass rebuild 2013-12-27
903fa7
903fa7
* Mon Nov 18 2013 Andrew Price <anprice@redhat.com> - 3.1.6-10
903fa7
- libgfs2: Add lgfs2_open_mnt* functions
903fa7
- Switch is_pathname_mounted callers to lgfs2_open_mnt*
903fa7
- libgfs2: Remove is_pathname_mounted
903fa7
  Resolves: rhbz#991204
903fa7
903fa7
* Wed Nov 13 2013 Andrew Price <anprice@redhat.com> - 3.1.6-9
903fa7
- libgfs2: Add sd_heightsize bounds checking in read_sb (3 patches)
903fa7
  Resolves: rhbz#1028388
903fa7
1ece8d
* Tue Sep 17 2013 Andrew Price <anprice@redhat.com> - 3.1.6-8
1ece8d
- Don't use README.* for docs (it can pick up some patch files)
1ece8d
  Related: rhbz#1000066
1ece8d
1ece8d
* Tue Sep 17 2013 Andrew Price <anprice@redhat.com> - 3.1.6-7
1ece8d
- fsck.gfs2: Check and repair per_node contents such as quota_changeX
1ece8d
  Resolves: rhbz#1003059
1ece8d
1ece8d
* Fri Sep 06 2013 Andrew Price <anprice@redhat.com> - 3.1.6-6
1ece8d
- gfs2_tool: catch interrupts while the metafs is mounted
1ece8d
  Resolves: rhbz#996236
1ece8d
1ece8d
* Tue Aug 27 2013 Andrew Price <anprice@redhat.com> - 3.1.6-5
1ece8d
- gfs2-utils tests: Switch to autotest
1ece8d
  Resolves: rhbz#1000066
1ece8d
- fsck.gfs2: Allocate enough space for the block map (2 patches)
1ece8d
  Resolves: rhbz#1001583
1ece8d
1ece8d
* Tue Aug 27 2013 Andrew Price <anprice@redhat.com> - 3.1.6-4
1ece8d
- Install utils into /usr/sbin instead of /sbin
1ece8d
  Resolves: rhbz#996539
1ece8d
1ece8d
* Tue Aug 13 2013 Andrew Price <anprice@redhat.com> - 3.1.6-3
1ece8d
- fsck.gfs2: Add the ability to detect journal inode indirect block corruption
1ece8d
  Resolves: rhbz#990683
1ece8d
- gfs2_grow: Don't try to open an empty string
1ece8d
  Resolves: rhbz#991204
1ece8d
1ece8d
* Mon Jul 29 2013 Andrew Price <anprice@redhat.com> - 3.1.6-2
1ece8d
- Don't install gfs2_lockcapture and gfs2_trace
1ece8d
  Resolves: rhbz#987019
1ece8d
- Run test suite after build (requires check-devel build req)
1ece8d
- Install both of the READMEs into doc/
1ece8d
1ece8d
* Wed Jul 24 2013 Andrew Price <anprice@redhat.com> - 3.1.6-1
1ece8d
- New upstream release
1ece8d
- Drop 'file' requirement - mkfs.gfs2 now uses libblkid instead
1ece8d
- Drop 'ncurses' requirement - dependency is added automatically
1ece8d
- Drop requires chkconfig and initscripts - no longer installs daemons
1ece8d
- Drop fix_build_on_rawhide.patch - upstream
1ece8d
- Add build req on libblkid-devel
1ece8d
1ece8d
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.5-2
1ece8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1ece8d
1ece8d
* Tue Nov 13 2012 Andrew Price <anprice@redhat.com> - 3.1.5-1
1ece8d
- New upstream release
1ece8d
  Removes mount.gfs2, gfs2_tool, gfs2_quota
1ece8d
- Remove rawhide_transition.patch - now obsolete
1ece8d
- Update BuildRequires:
1ece8d
  Change glibc-kernheaders to kernel-headers
1ece8d
  Add bison and flex
1ece8d
- Provide a valid url for Source0
1ece8d
- Add fix_build_on_rawhide.patch to fix a circular dep introduced in
1ece8d
  bison 2.6, and a make -j race between libgfs2 and gfs2l
1ece8d
1ece8d
* Tue Aug 14 2012 Andrew Price <anprice@redhat.com> - 3.1.4-6
1ece8d
- Make the kernel-modules-extra requirement Fedora-specific
1ece8d
  Resolves bz#847955
1ece8d
1ece8d
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.4-5
1ece8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1ece8d
1ece8d
* Tue Apr 17 2012 Andrew Price <anprice@redhat.com> - 3.1.4-4
1ece8d
- Remove commented-out sections
1ece8d
- Clean up some lintian warnings
1ece8d
- Add dependency on kernel-modules-extra as per bz#811547
1ece8d
1ece8d
* Wed Mar 07 2012 Andrew Price <anprice@redhat.com> - 3.1.4-3
1ece8d
- Remove redundant postinstall scriptlet
1ece8d
1ece8d
* Thu Feb  2 2012 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.4-2
1ece8d
- make sure to Obsolete gfs2-cluster
1ece8d
1ece8d
* Wed Feb 01 2012 Andrew Price <anprice@redhat.com> - 3.1.4-1
1ece8d
- New upstream release
1ece8d
  Adds gfs2_lockgather script
1ece8d
- Remove gfs2-cluster (commented out for now)
1ece8d
- Remove dependency on corosynclib-devel and systemd-units
1ece8d
- Add rawhide_transition.patch to stop gfs_controld from building
1ece8d
1ece8d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.3-2
1ece8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1ece8d
1ece8d
* Thu Dec 15 2011 Andrew Price <anprice@redhat.com> - 3.1.3-1
1ece8d
- New upstream release
1ece8d
  Bugfixes and improvements to fsck.gfs2
1ece8d
  Fixes various other bugs
1ece8d
  Improve strings and translation support
1ece8d
- Adds gfs2-cluster systemd unit
1ece8d
- Removes gfs2* init scripts
1ece8d
1ece8d
* Wed Jul 06 2011 Andrew Price <anprice@redhat.com> - 3.1.2-1
1ece8d
- New upstream release
1ece8d
  Fixes several bugs
1ece8d
  Improves translation support
1ece8d
  Adds savemeta compression
1ece8d
- Add zlib-devel to BuildRequires
1ece8d
- Add gettext-devel to BuildRequires
1ece8d
1ece8d
* Wed May 25 2011 Steven Whitehouse <swhiteho@redhat.com> - 3.1.1-3
1ece8d
- Update wiki URL
1ece8d
- Remove gfs2_tool and gfs2_quota from package
1ece8d
1ece8d
* Fri Feb 25 2011 Bob Peterson <rpeterso@redhat.com> - 3.1.1-2
1ece8d
- Bumping release number to keep upgrades consistent.
1ece8d
1ece8d
* Wed Feb 23 2011 Bob Peterson <rpeterso@redhat.com> - 3.1.1-1
1ece8d
- gfs2_edit savemeta doesn't save all leafs for big directories
1ece8d
- gfs2_edit improvements
1ece8d
- fsck.gfs2: can't repair rgrps resulting from gfs_grow->gfs2_convert
1ece8d
- fsck.gfs2: reports master/root dinodes as unused and fixes bitmap
1ece8d
1ece8d
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-5
1ece8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1ece8d
1ece8d
* Thu Jan 20 2011 Steven Whitehouse <swhiteho@redhat.com> - 3.1.0-4
1ece8d
- Drop mount.gfs2 and its man page
1ece8d
- Only list gfs2_tool once in the files list
1ece8d
1ece8d
* Wed Dec  8 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.0-3
1ece8d
- Drop circular dependency on cman
1ece8d
1ece8d
* Fri Dec  3 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.0-2
1ece8d
- gfs2-cluster should Obsoletes/Provides gfs-pcmk
1ece8d
1ece8d
* Tue Sep 30 2010 Steven Whitehouse <swhiteho@redhat.com> - 3.1.0-1
1ece8d
- Bringing this package back for upstream GFS2
1ece8d
  Addition of gfs2tune to the utils
1ece8d
  Merge of gfs_controld from cman
1ece8d
1ece8d
* Thu Jan 22 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.11-1
1ece8d
- New upstream release
1ece8d
  Fix several bugs and drastically improve startup errors.
1ece8d
1ece8d
* Wed Dec 10 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.10-1
1ece8d
- New upstream release
1ece8d
  Fix several bugs and port gfs1 code to match 2.6.27 kernel.
1ece8d
1ece8d
* Fri Oct 31 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.09-1
1ece8d
- New upstream release
1ece8d
  Fix rhbz#468966
1ece8d
  Addresses several security issues similar to CVE-2008-4192 and
1ece8d
  CVE-2008-4579 after deep code audit from upstream
1ece8d
- cleanup patches to match 2.6.26 kernel in F-9
1ece8d
1ece8d
* Tue Oct 21 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.08-1
1ece8d
- New upstream release
1ece8d
  Fix rhbz#460376 CVE-2008-4192
1ece8d
  Fix rhbz#467386 CVE-2008-4579
1ece8d
- cleanup/update patches to match 2.6.26 kernel in F-9
1ece8d
1ece8d
* Thu Aug 14 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.07-1
1ece8d
- New upstream release
1ece8d
- Fix rgmanager startup locking issues
1ece8d
- Apply patch to include kernel headers from 2.6.26 required to build
1ece8d
  userland. Userland will run in 2.6.25 compatibility mode
1ece8d
- Apply patch to keep kernel modules at 2.6.25 (upstream is at 2.6.26)
1ece8d
  (this patch is purely cosmetic since we don't build kernel modules
1ece8d
  but keep the source in sync is Good (tm))
1ece8d
- Cleanup packaging for installed docs and file permissions
1ece8d
1ece8d
* Mon Jul 14 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.05-1
1ece8d
- New upstream release
1ece8d
- Cleanup installed doc after upstream
1ece8d
1ece8d
* Wed Jun 11 2008 Fabio M. Di Nitto <fdinitto@redhat.com> 2.03.04-1
1ece8d
- New upstream release
1ece8d
- Resolves: #446995 #318271 #447378 #445662
1ece8d
- Update license tags after major upstream cleanup
1ece8d
- Include COPYRIGHT file
1ece8d
1ece8d
* Fri May 30 2008 Fabio M. Di Nitto <fdinitto@redhat.com> 2.03.03-1
1ece8d
- New upstream release
1ece8d
- Fix several build warnings
1ece8d
- Update spec files to use macros
1ece8d
- Update Requires to use packages rather than pointing at files
1ece8d
- Drop BR on kernel-devel since it's not required anymore
1ece8d
- Update build section to use proper _sysconfdir, libdir and sbindir
1ece8d
- Avoid abusing cd when we can ask make to do the work for us
1ece8d
- Remove /usr/sbin from file section. We don't have any file there
1ece8d
  and we can avoid shipping stuff by mistake
1ece8d
1ece8d
* Mon Apr 14 2008 Steven Whitehouse <swhiteho@redhat.com> 2.03.00-3
1ece8d
- Fabbione saves the day. We can get rid of the sed stuff after all
1ece8d
1ece8d
* Mon Apr 14 2008 Steven Whitehouse <swhiteho@redhat.com> 2.03.00-1
1ece8d
- New upstream sources
1ece8d
- Eric Sandeen's solution to kernel version dep
1ece8d
1ece8d
* Wed Apr 09 2008 Steven Whitehouse <swhiteho@redhat.com> 0.1.25.2.02.01-15
1ece8d
- Remove obsolete chkconfig patch for initscript
1ece8d
- Enable parallel make
1ece8d
- Remove obsolete copy of gfs2_ondisk.h (this should be in glibc-kernheaders)
1ece8d
1ece8d
* Wed Apr 09 2008 Steven Whitehouse <swhiteho@redhat.com> 0.1.25.2.02.01-14
1ece8d
- Update URL
1ece8d
- Fix license spec
1ece8d
1ece8d
* Fri Mar 14 2008 Chris Feist <cfeist@redhat.com> 0.1.25.2.02.00-2
1ece8d
- New upstream sources.
1ece8d
1ece8d
* Tue Jan 16 2007 Chris Feist <cfeist@redhat.com> 0.1.24-1
1ece8d
- New upstream sources.
1ece8d
- Resolves: rhbz#222747
1ece8d
1ece8d
* Wed Jan 03 2007 Chris Feist <cfeist@redhat.com> 0.1.24-1
1ece8d
- Updated sources
1ece8d
- Resolves: rhbz#218560
1ece8d
1ece8d
* Thu Dec 21 2006 Chris Feist <cfeist@redhat.com> 0.1.23-1
1ece8d
- Updated sources
1ece8d
- Resolves: rhbz#218560
1ece8d
1ece8d
* Tue Dec 19 2006 Chris Feist <cfeist@redhat.com> 0.1.22-1
1ece8d
- New upstream sources.
1ece8d
- Resolves: rhbz#219878
1ece8d
1ece8d
* Tue Dec 04 2006 Chris Feist <cfeist@redhat.com> 0.1.21-1
1ece8d
- New upstream sources.
1ece8d
- Resolves: rhbz#218134 rhbz#215962
1ece8d
1ece8d
* Thu Nov 30 2006 Chris Feist <cfeist@redhat.com> 0.1.19-1
1ece8d
- New upstream sources.
1ece8d
- Resolves: rhbz#217798
1ece8d
1ece8d
* Wed Nov 29 2006 Chris Feist <cfeist@redhat.com> 0.1.18-1
1ece8d
- New upstream sources.
1ece8d
- Resolves: rhbz#217460
1ece8d
1ece8d
* Thu Oct 26 2006 Chris Feist <cfeist@redhat.com> 0.1.14-1
1ece8d
- New upstream sources.
1ece8d
1ece8d
* Fri Oct 13 2006 Chris Feist <cfeist@redhat.com> 0.1.12-1
1ece8d
- New Upstream sources.
1ece8d
1ece8d
* Fri Oct 13 2006 Chris Feist <cfeist@redhat.com> 0.1.10-1
1ece8d
- New Upstream sources.
1ece8d
1ece8d
* Mon Oct 09 2006 Chris Feist <cfeist@redhat.com> 0.1.9-1
1ece8d
- New Upstream sources.
1ece8d
1ece8d
* Mon Sep 25 2006 Chris Feist <cfeist@redhat.com> 0.1.8-1
1ece8d
- New Upstream sources.
1ece8d
1ece8d
* Wed Sep 13 2006 Chris Feist <cfeist@redhat.com> 0.1.7-1
1ece8d
- New Upstream sources.
1ece8d
1ece8d
* Thu Sep 07 2006 Chris Feist <cfeist@redhat.com> 0.1.6-2
1ece8d
- Fix typo in uninstall script (turn off gfs2 instead of gfs)
1ece8d
1ece8d
* Mon Aug 28 2006 Chris Feist <cfeist@redhat.com> 0.1.6-1
1ece8d
- New Upstream sources.
1ece8d
1ece8d
* Tue Aug 22 2006 Chris Feist <cfeist@redhat.com> 0.1.5-1
1ece8d
- New Upstream sources.
1ece8d
1ece8d
* Mon Aug 14 2006 Chris Feist <cfeist@redhat.com> 0.1.3-0
1ece8d
- New Upstream sources, use dist tag.
1ece8d
1ece8d
* Fri Jul 14 2006 Chris Feist <cfeist@redhat.com>
1ece8d
- Rebuild with updated sources
1ece8d
1ece8d
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com>
1ece8d
- rebuild
1ece8d
1ece8d
* Tue Jun 27 2006 Florian La Roche <laroche@redhat.com>
1ece8d
- fix typo in preun script
1ece8d
1ece8d
* Fri Jun 09 2006 Chris Feist <cfeist@redhat.com> - 0.1.0-1.fc6.3
1ece8d
- Initial build of gfs-utils.