744fcf
###############################################################################
744fcf
###############################################################################
744fcf
##
744fcf
##  Copyright (C) 2004-2013 Red Hat, Inc.  All rights reserved.
744fcf
##
744fcf
##  This copyrighted material is made available to anyone wishing to use,
744fcf
##  modify, copy, or redistribute it subject to the terms and conditions
744fcf
##  of the GNU General Public License v.2.
744fcf
##
744fcf
###############################################################################
744fcf
###############################################################################
744fcf
744fcf
Name: gfs2-utils
744fcf
Version: 3.1.10
744fcf
Release: 9%{?dist}
744fcf
License: GPLv2+ and LGPLv2+
744fcf
Group: System Environment/Kernel
744fcf
Summary: Utilities for managing the global file system (GFS2)
744fcf
%{?fedora:Requires: kernel-modules-extra}
744fcf
Obsoletes: gfs2-cluster < %{version}
744fcf
BuildRequires: ncurses-devel
744fcf
BuildRequires: kernel-headers
744fcf
BuildRequires: automake
744fcf
BuildRequires: libtool
744fcf
BuildRequires: zlib-devel
744fcf
BuildRequires: gettext-devel
744fcf
BuildRequires: bison
744fcf
BuildRequires: flex
744fcf
BuildRequires: libblkid-devel
744fcf
BuildRequires: libuuid-devel
744fcf
BuildRequires: check-devel
744fcf
URL: https://pagure.io/gfs2-utils
744fcf
744fcf
%if 0%{?rhel} > 0
744fcf
ExclusiveArch: x86_64 s390x ppc64le
744fcf
%endif
744fcf
744fcf
# The source for this package was pulled from the upstream git tree.
744fcf
# Use the following commands to generate the tarball:
744fcf
# git clone git://git.fedorahosted.org/gfs2-utils.git
744fcf
# cd gfs2-utils
744fcf
# ./make-tarball.sh
744fcf
#
744fcf
Source0: https://releases.pagure.org/gfs2-utils/gfs2-utils-%{version}.tar.gz
744fcf
Patch0: bz1326508-gfs2_5_Clarify_the_availability_of_the_loccookie_option.patch
744fcf
Patch1: bz1436772-gfs2_grow_Disable_rgrp_alignment_when_dev_topology_is_unsuitable.patch
744fcf
Patch2: bz1440269-1-mkfs_gfs2_Free_unnecessary_cached_pages_disable_readahead.patch
744fcf
Patch3: bz1440269-2-mkfs_gfs2_Fix_resource_group_alignment_issue.patch
744fcf
Patch4: bz1440269-3-libgfs2_Issue_one_write_per_rgrp_when_creating_them.patch
744fcf
Patch5: bz1482542-gfs2_edit_savemeta_Fix_up_saving_of_dinodes_symlinks.patch
744fcf
Patch6: bz1507091-fsck_gfs2_Make_p_n_and_y_conflicting_options.patch
744fcf
Patch7: bz1518938-gfs2_edit_Print_offsets_of_indirect_pointers.patch
744fcf
Patch8: bz1498068-mkfs_gfs2_Scale_down_journal_size_for_smaller_devices.patch
744fcf
Patch9: bz1544944-glocktop_Remove_a_non_existent_flag_from_the_usage_string.patch
744fcf
Patch10: bz1616389-1-fsck_gfs2_Don_t_check_fs_formats_we_don_t_recognise.patch
744fcf
Patch11: bz1616389-2-libgfs2_Fix_pointer_cast_byte_order_issue.patch
744fcf
744fcf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
744fcf
744fcf
%prep
744fcf
%setup -q -n gfs2-utils-%{version}
744fcf
%patch0 -p1 -b .bz1326508-gfs2_5_Clarify_the_availability_of_the_loccookie_option
744fcf
%patch1 -p1 -b .bz1436772-gfs2_grow_Disable_rgrp_alignment_when_dev_topology_is_unsuitable
744fcf
%patch2 -p1 -b .bz1440269-1-mkfs_gfs2_Free_unnecessary_cached_pages_disable_readahead
744fcf
%patch3 -p1 -b .bz1440269-2-mkfs_gfs2_Fix_resource_group_alignment_issue
744fcf
%patch4 -p1 -b .bz1440269-3-libgfs2_Issue_one_write_per_rgrp_when_creating_them
744fcf
%patch5 -p1 -b .bz1482542-gfs2_edit_savemeta_Fix_up_saving_of_dinodes_symlinks
744fcf
%patch6 -p1 -b .bz1507091-fsck_gfs2_Make_p_n_and_y_conflicting_options
744fcf
%patch7 -p1 -b .bz1518938-gfs2_edit_Print_offsets_of_indirect_pointers
744fcf
%patch8 -p1 -b .bz1498068-mkfs_gfs2_Scale_down_journal_size_for_smaller_devices
744fcf
%patch9 -p1 -b .bz1544944-glocktop_Remove_a_non_existent_flag_from_the_usage_string
744fcf
%patch10 -p1 -b .bz1616389-1-fsck_gfs2_Don_t_check_fs_formats_we_don_t_recognise
744fcf
%patch11 -p1 -b .bz1616389-2-libgfs2_Fix_pointer_cast_byte_order_issue
744fcf
744fcf
%build
744fcf
./autogen.sh
744fcf
%configure
744fcf
make %{_smp_mflags}
744fcf
744fcf
%check
744fcf
make check
744fcf
744fcf
%install
744fcf
rm -rf %{buildroot}
744fcf
make -C gfs2 install DESTDIR=%{buildroot}
744fcf
# Don't ship gfs2_{trace,lockcapture} in this package
744fcf
rm -f %{buildroot}/usr/sbin/gfs2_trace
744fcf
rm -f %{buildroot}/usr/sbin/gfs2_lockcapture
744fcf
rm -f %{buildroot}%{_mandir}/man8/gfs2_trace.8
744fcf
rm -f %{buildroot}%{_mandir}/man8/gfs2_lockcapture.8
744fcf
744fcf
%clean
744fcf
rm -rf %{buildroot}
744fcf
744fcf
%description
744fcf
The gfs2-utils package contains a number of utilities for creating,
744fcf
checking, modifying, and correcting any inconsistencies in GFS2
744fcf
file systems.
744fcf
744fcf
%files
744fcf
%defattr(-,root,root,-)
744fcf
%doc doc/COPYING.* doc/COPYRIGHT doc/*.txt
744fcf
%doc doc/README.contributing doc/README.licence doc/README.tests
744fcf
%{_sbindir}/fsck.gfs2
744fcf
%{_sbindir}/gfs2_grow
744fcf
%{_sbindir}/gfs2_jadd
744fcf
%{_sbindir}/mkfs.gfs2
744fcf
%{_sbindir}/gfs2_convert
744fcf
%{_sbindir}/gfs2_edit
744fcf
%{_sbindir}/tunegfs2
744fcf
%{_sbindir}/gfs2_withdraw_helper
744fcf
%{_sbindir}/glocktop
744fcf
%{_mandir}/man8/*gfs2*
744fcf
%{_mandir}/man8/glocktop*
744fcf
%{_mandir}/man5/*
744fcf
%{_prefix}/lib/udev/rules.d/82-gfs2-withdraw.rules
744fcf
744fcf
%changelog
744fcf
* Thu Sep 06 2018 Andrew Price <anprice@redhat.com> - 3.1.10-9
744fcf
- fsck.gfs2: Don't check fs formats we don't recognise
744fcf
- libgfs2: Fix pointer cast byte order issue
744fcf
  Resolves: rhbz#1616389
744fcf
744fcf
* Fri Jun 22 2018 Andrew Price <anprice@redhat.com> - 3.1.10-8
744fcf
- glocktop: Remove a non-existent flag from the usage string
744fcf
  Resolves: rhbz#1544944
744fcf
744fcf
* Sun Apr 15 2018 Andrew Price <anprice@redhat.com> - 3.1.10-7
744fcf
- mkfs.gfs2: Scale down journal size for smaller devices
744fcf
  Resolves: rhbz#1498068
744fcf
744fcf
* Tue Dec 05 2017 Andrew Price <anprice@redhat.com> - 3.1.10-6
744fcf
- gfs2_edit: Print offsets of indirect pointers
744fcf
  Resolves: rhbz#1518938
744fcf
744fcf
* Thu Nov 02 2017 Andrew Price <anprice@redhat.com> - 3.1.10-5
744fcf
- Update URL in spec file
744fcf
  Resolves: rhbz#1501738
744fcf
- fsck.gfs2: Make -p, -n and -y conflicting options
744fcf
  Resolves: rhbz#1507091
744fcf
744fcf
* Fri Aug 18 2017 Andrew Price <anprice@redhat.com> - 3.1.10-4
744fcf
- gfs2_edit savemeta: Fix up saving of dinodes/symlinks
744fcf
  Resolves: rhbz#1482542
744fcf
744fcf
* Tue Apr 18 2017 Andrew Price <anprice@redhat.com> - 3.1.10-3
744fcf
- libgfs2: Issue one write per rgrp when creating them
744fcf
- mkfs.gfs2: Fix resource group alignment issue
744fcf
- mkfs.gfs2: Free unnecessary cached pages, disable readahead
744fcf
  Resolves: rhbz#1440269
744fcf
744fcf
* Tue Mar 28 2017 Andrew Price <anprice@redhat.com> - 3.1.10-2
744fcf
- gfs2_grow: Disable rgrp alignment when dev topology is unsuitable
744fcf
  Resolves: rhbz#1436772
744fcf
744fcf
* Tue Mar 28 2017 Andrew Price <anprice@redhat.com> - 3.1.10-1
744fcf
- Rebase to new upstream version 3.1.10
744fcf
  Resolves: rhbz#1348601
744fcf
  Resolves: rhbz#1356685
744fcf
  Resolves: rhbz#1382087
744fcf
  Resolves: rhbz#1405163
744fcf
  Resolves: rhbz#1430399
744fcf
- Make dependency on libuuid explicit
744fcf
744fcf
* Wed Mar 15 2017 Andrew Price <anprice@redhat.com> - 3.1.9-4
744fcf
- Enable ppc64le builds
744fcf
  Resolves: rhbz#1426651
744fcf
744fcf
* Wed Jul 20 2016 Andrew Price <anprice@redhat.com> - 3.1.9-3
744fcf
- gfs2(5): Clarify the availability of the loccookie option
744fcf
  Resolves: rhbz#1326508
744fcf
744fcf
* Wed Jul 06 2016 Andrew Price <anprice@redhat.com> - 3.1.9-2
744fcf
- fsck.gfs2: "undo" functions can stop too early on duplicates
744fcf
  Resolves: rhbz#1348703
744fcf
- fsck.gfs2: link count checking wrong inode's formal inode number
744fcf
  Resolves: rhbz#1350597
744fcf
- fsck.gfs2: check formal inode number when links go from 1 to 2
744fcf
  Resolves: rhbz#1350600
744fcf
744fcf
* Tue Jun 07 2016 Andrew Price <anprice@redhat.com> - 3.1.9-1
744fcf
- Rebase to new upstream release 3.1.9
744fcf
  Resolves: rhbz#1271674
744fcf
  Resolves: rhbz#1162819
744fcf
  Resolves: rhbz#1196321
744fcf
  Resolves: rhbz#1202814
744fcf
  Resolves: rhbz#1251036
744fcf
  Resolves: rhbz#1257625
744fcf
  Resolves: rhbz#1268045
744fcf
  Resolves: rhbz#1283866
744fcf
  Resolves: rhbz#1332728
744fcf
744fcf
* Thu Sep 17 2015 Andrew Price <anprice@redhat.com> - 3.1.8-6
744fcf
- gfs2_edit savemeta: speed up is_block_in_per_node()
744fcf
  Resolves: rhbz#1162216
744fcf
744fcf
* Thu Aug 20 2015 Andrew Price <anprice@redhat.com> - 3.1.8-5
744fcf
- gfs2-utils: Fix hang on withdraw (4 patches)
744fcf
- Include new withdraw helper scripts in files section
744fcf
  Resolves: rhbz#1225634
744fcf
744fcf
* Tue Jul 07 2015 Andrew Price <anprice@redhat.com> - 3.1.8-4
744fcf
- fsck.gfs2: Change duptree structure to have generic flags
744fcf
- fsck.gfs2: Detect, fix and clone duplicate block refs within a dinode
744fcf
  Resolves: rhbz#1236669
744fcf
744fcf
* Mon Apr 27 2015 Andrew Price <anprice@redhat.com> - 3.1.8-3
744fcf
- mkfs.gfs2: Allow longer cluster names
744fcf
  Resolves: rhbz#1202831
744fcf
744fcf
* Fri Apr 17 2015 Andrew Price <anprice@redhat.com> - 3.1.8-2
744fcf
- fsck.gfs2: replace recent i_goal fixes with simple logic
744fcf
  Resolves: rhbz#1186515
744fcf
744fcf
* Tue Apr 07 2015 Andrew Price <anprice@redhat.com> - 3.1.8-1
744fcf
- Rebase to new upstream version 3.1.8
744fcf
  Resolves: rhbz#1184482
744fcf
  Resolves: rhbz#1153316
744fcf
  Resolves: rhbz#1154726
744fcf
  Resolves: rhbz#1162216
744fcf
  Resolves: rhbz#1165285
744fcf
  Resolves: rhbz#1186515
744fcf
  Resolves: rhbz#1186847
744fcf
  Resolves: rhbz#1194446
744fcf
  Resolves: rhbz#1195394
744fcf
744fcf
* Thu Jan 15 2015 Andrew Price <anprice@redhat.com> - 3.1.7-6
744fcf
- fsck.gfs2: fix broken i_goal values in inodes
744fcf
- gfs2_convert: use correct i_goal values instead of zeros for inodes
744fcf
- tests: test for incorrect inode i_goal values
744fcf
- fsck.gfs2: Reprocess nodes if anything changed - addendum 1 of 2
744fcf
- fsck.gfs2: addendum to fix broken i_goal values in inodes - addendum 2 of 2
744fcf
  Resolves: rhbz#1178604
744fcf
744fcf
* Thu Nov 20 2014 Andrew Price <anprice@redhat.com> - 3.1.7-5
744fcf
- Update ExclusiveArch
744fcf
  Resolves: rhbz#1161936
744fcf
744fcf
* Tue Nov 18 2014 Andrew Price <anprice@redhat.com> - 3.1.7-4
744fcf
- mkfs.gfs2: Revert default resource group size
744fcf
  Resolves: rhbz#1162817
744fcf
- Add ExclusiveArch
744fcf
  Resolves: rhbz#1161936
744fcf
744fcf
* Tue Nov 18 2014 Andrew Price <anprice@redhat.com> - 3.1.7-3
744fcf
- fsck.gfs2: Detect and correct corrupt journals
744fcf
  Resolves: rhbz#1146160
744fcf
744fcf
* Mon Nov 17 2014 Andrew Price <anprice@redhat.com> - 3.1.7-2
744fcf
- fsck.gfs2: Improve reporting of pass timings
744fcf
  Resolves: rhbz#1154786
744fcf
744fcf
* Mon Sep 08 2014 Andrew Price <anprice@redhat.com> - 3.1.7-1
744fcf
- Rebase to new upstream version 3.1.7
744fcf
- gfs2-utils tests: Fix unit tests for RHEL7
744fcf
- gfs2-utils tests: Build unit tests with consistent cpp flags
744fcf
  Resolves: rhbz#1112342
744fcf
  Resolves: rhbz#1017381
744fcf
  Resolves: rhbz#1075135
744fcf
  Resolves: rhbz#1079507
744fcf
  Resolves: rhbz#1107238
744fcf
744fcf
* Fri Mar 07 2014 Andrew Price <anprice@redhat.com> - 3.1.6-13
744fcf
- gfs2_edit: Convert fssize to bytes before reporting fs size
744fcf
- mkfs.gfs2 tests: Enable debug output
744fcf
  Resolves: rhbz#1059443
744fcf
- libgfs2: Superblock building and writing improvements
744fcf
- gfs2-utils: Ensure sb_uuid uses are guarded
744fcf
- libgfs2: Add support for new leaf hint fields
744fcf
  Resolves: rhbz#1063842
744fcf
744fcf
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.1.6-12
744fcf
- Mass rebuild 2014-01-24
744fcf
744fcf
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.1.6-11
744fcf
- Mass rebuild 2013-12-27
744fcf
744fcf
* Mon Nov 18 2013 Andrew Price <anprice@redhat.com> - 3.1.6-10
744fcf
- libgfs2: Add lgfs2_open_mnt* functions
744fcf
- Switch is_pathname_mounted callers to lgfs2_open_mnt*
744fcf
- libgfs2: Remove is_pathname_mounted
744fcf
  Resolves: rhbz#991204
744fcf
744fcf
* Wed Nov 13 2013 Andrew Price <anprice@redhat.com> - 3.1.6-9
744fcf
- libgfs2: Add sd_heightsize bounds checking in read_sb (3 patches)
744fcf
  Resolves: rhbz#1028388
744fcf
744fcf
* Tue Sep 17 2013 Andrew Price <anprice@redhat.com> - 3.1.6-8
744fcf
- Don't use README.* for docs (it can pick up some patch files)
744fcf
  Related: rhbz#1000066
744fcf
744fcf
* Tue Sep 17 2013 Andrew Price <anprice@redhat.com> - 3.1.6-7
744fcf
- fsck.gfs2: Check and repair per_node contents such as quota_changeX
744fcf
  Resolves: rhbz#1003059
744fcf
744fcf
* Fri Sep 06 2013 Andrew Price <anprice@redhat.com> - 3.1.6-6
744fcf
- gfs2_tool: catch interrupts while the metafs is mounted
744fcf
  Resolves: rhbz#996236
744fcf
744fcf
* Tue Aug 27 2013 Andrew Price <anprice@redhat.com> - 3.1.6-5
744fcf
- gfs2-utils tests: Switch to autotest
744fcf
  Resolves: rhbz#1000066
744fcf
- fsck.gfs2: Allocate enough space for the block map (2 patches)
744fcf
  Resolves: rhbz#1001583
744fcf
744fcf
* Tue Aug 27 2013 Andrew Price <anprice@redhat.com> - 3.1.6-4
744fcf
- Install utils into /usr/sbin instead of /sbin
744fcf
  Resolves: rhbz#996539
744fcf
744fcf
* Tue Aug 13 2013 Andrew Price <anprice@redhat.com> - 3.1.6-3
744fcf
- fsck.gfs2: Add the ability to detect journal inode indirect block corruption
744fcf
  Resolves: rhbz#990683
744fcf
- gfs2_grow: Don't try to open an empty string
744fcf
  Resolves: rhbz#991204
744fcf
744fcf
* Mon Jul 29 2013 Andrew Price <anprice@redhat.com> - 3.1.6-2
744fcf
- Don't install gfs2_lockcapture and gfs2_trace
744fcf
  Resolves: rhbz#987019
744fcf
- Run test suite after build (requires check-devel build req)
744fcf
- Install both of the READMEs into doc/
744fcf
744fcf
* Wed Jul 24 2013 Andrew Price <anprice@redhat.com> - 3.1.6-1
744fcf
- New upstream release
744fcf
- Drop 'file' requirement - mkfs.gfs2 now uses libblkid instead
744fcf
- Drop 'ncurses' requirement - dependency is added automatically
744fcf
- Drop requires chkconfig and initscripts - no longer installs daemons
744fcf
- Drop fix_build_on_rawhide.patch - upstream
744fcf
- Add build req on libblkid-devel
744fcf
744fcf
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.5-2
744fcf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
744fcf
744fcf
* Tue Nov 13 2012 Andrew Price <anprice@redhat.com> - 3.1.5-1
744fcf
- New upstream release
744fcf
  Removes mount.gfs2, gfs2_tool, gfs2_quota
744fcf
- Remove rawhide_transition.patch - now obsolete
744fcf
- Update BuildRequires:
744fcf
  Change glibc-kernheaders to kernel-headers
744fcf
  Add bison and flex
744fcf
- Provide a valid url for Source0
744fcf
- Add fix_build_on_rawhide.patch to fix a circular dep introduced in
744fcf
  bison 2.6, and a make -j race between libgfs2 and gfs2l
744fcf
744fcf
* Tue Aug 14 2012 Andrew Price <anprice@redhat.com> - 3.1.4-6
744fcf
- Make the kernel-modules-extra requirement Fedora-specific
744fcf
  Resolves bz#847955
744fcf
744fcf
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.4-5
744fcf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
744fcf
744fcf
* Tue Apr 17 2012 Andrew Price <anprice@redhat.com> - 3.1.4-4
744fcf
- Remove commented-out sections
744fcf
- Clean up some lintian warnings
744fcf
- Add dependency on kernel-modules-extra as per bz#811547
744fcf
744fcf
* Wed Mar 07 2012 Andrew Price <anprice@redhat.com> - 3.1.4-3
744fcf
- Remove redundant postinstall scriptlet
744fcf
744fcf
* Thu Feb  2 2012 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.4-2
744fcf
- make sure to Obsolete gfs2-cluster
744fcf
744fcf
* Wed Feb 01 2012 Andrew Price <anprice@redhat.com> - 3.1.4-1
744fcf
- New upstream release
744fcf
  Adds gfs2_lockgather script
744fcf
- Remove gfs2-cluster (commented out for now)
744fcf
- Remove dependency on corosynclib-devel and systemd-units
744fcf
- Add rawhide_transition.patch to stop gfs_controld from building
744fcf
744fcf
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.3-2
744fcf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
744fcf
744fcf
* Thu Dec 15 2011 Andrew Price <anprice@redhat.com> - 3.1.3-1
744fcf
- New upstream release
744fcf
  Bugfixes and improvements to fsck.gfs2
744fcf
  Fixes various other bugs
744fcf
  Improve strings and translation support
744fcf
- Adds gfs2-cluster systemd unit
744fcf
- Removes gfs2* init scripts
744fcf
744fcf
* Wed Jul 06 2011 Andrew Price <anprice@redhat.com> - 3.1.2-1
744fcf
- New upstream release
744fcf
  Fixes several bugs
744fcf
  Improves translation support
744fcf
  Adds savemeta compression
744fcf
- Add zlib-devel to BuildRequires
744fcf
- Add gettext-devel to BuildRequires
744fcf
744fcf
* Wed May 25 2011 Steven Whitehouse <swhiteho@redhat.com> - 3.1.1-3
744fcf
- Update wiki URL
744fcf
- Remove gfs2_tool and gfs2_quota from package
744fcf
744fcf
* Fri Feb 25 2011 Bob Peterson <rpeterso@redhat.com> - 3.1.1-2
744fcf
- Bumping release number to keep upgrades consistent.
744fcf
744fcf
* Wed Feb 23 2011 Bob Peterson <rpeterso@redhat.com> - 3.1.1-1
744fcf
- gfs2_edit savemeta doesn't save all leafs for big directories
744fcf
- gfs2_edit improvements
744fcf
- fsck.gfs2: can't repair rgrps resulting from gfs_grow->gfs2_convert
744fcf
- fsck.gfs2: reports master/root dinodes as unused and fixes bitmap
744fcf
744fcf
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-5
744fcf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
744fcf
744fcf
* Thu Jan 20 2011 Steven Whitehouse <swhiteho@redhat.com> - 3.1.0-4
744fcf
- Drop mount.gfs2 and its man page
744fcf
- Only list gfs2_tool once in the files list
744fcf
744fcf
* Wed Dec  8 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.0-3
744fcf
- Drop circular dependency on cman
744fcf
744fcf
* Fri Dec  3 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.0-2
744fcf
- gfs2-cluster should Obsoletes/Provides gfs-pcmk
744fcf
744fcf
* Tue Sep 30 2010 Steven Whitehouse <swhiteho@redhat.com> - 3.1.0-1
744fcf
- Bringing this package back for upstream GFS2
744fcf
  Addition of gfs2tune to the utils
744fcf
  Merge of gfs_controld from cman
744fcf
744fcf
* Thu Jan 22 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.11-1
744fcf
- New upstream release
744fcf
  Fix several bugs and drastically improve startup errors.
744fcf
744fcf
* Wed Dec 10 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.10-1
744fcf
- New upstream release
744fcf
  Fix several bugs and port gfs1 code to match 2.6.27 kernel.
744fcf
744fcf
* Fri Oct 31 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.09-1
744fcf
- New upstream release
744fcf
  Fix rhbz#468966
744fcf
  Addresses several security issues similar to CVE-2008-4192 and
744fcf
  CVE-2008-4579 after deep code audit from upstream
744fcf
- cleanup patches to match 2.6.26 kernel in F-9
744fcf
744fcf
* Tue Oct 21 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.08-1
744fcf
- New upstream release
744fcf
  Fix rhbz#460376 CVE-2008-4192
744fcf
  Fix rhbz#467386 CVE-2008-4579
744fcf
- cleanup/update patches to match 2.6.26 kernel in F-9
744fcf
744fcf
* Thu Aug 14 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.07-1
744fcf
- New upstream release
744fcf
- Fix rgmanager startup locking issues
744fcf
- Apply patch to include kernel headers from 2.6.26 required to build
744fcf
  userland. Userland will run in 2.6.25 compatibility mode
744fcf
- Apply patch to keep kernel modules at 2.6.25 (upstream is at 2.6.26)
744fcf
  (this patch is purely cosmetic since we don't build kernel modules
744fcf
  but keep the source in sync is Good (tm))
744fcf
- Cleanup packaging for installed docs and file permissions
744fcf
744fcf
* Mon Jul 14 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.05-1
744fcf
- New upstream release
744fcf
- Cleanup installed doc after upstream
744fcf
744fcf
* Wed Jun 11 2008 Fabio M. Di Nitto <fdinitto@redhat.com> 2.03.04-1
744fcf
- New upstream release
744fcf
- Resolves: #446995 #318271 #447378 #445662
744fcf
- Update license tags after major upstream cleanup
744fcf
- Include COPYRIGHT file
744fcf
744fcf
* Fri May 30 2008 Fabio M. Di Nitto <fdinitto@redhat.com> 2.03.03-1
744fcf
- New upstream release
744fcf
- Fix several build warnings
744fcf
- Update spec files to use macros
744fcf
- Update Requires to use packages rather than pointing at files
744fcf
- Drop BR on kernel-devel since it's not required anymore
744fcf
- Update build section to use proper _sysconfdir, libdir and sbindir
744fcf
- Avoid abusing cd when we can ask make to do the work for us
744fcf
- Remove /usr/sbin from file section. We don't have any file there
744fcf
  and we can avoid shipping stuff by mistake
744fcf
744fcf
* Mon Apr 14 2008 Steven Whitehouse <swhiteho@redhat.com> 2.03.00-3
744fcf
- Fabbione saves the day. We can get rid of the sed stuff after all
744fcf
744fcf
* Mon Apr 14 2008 Steven Whitehouse <swhiteho@redhat.com> 2.03.00-1
744fcf
- New upstream sources
744fcf
- Eric Sandeen's solution to kernel version dep
744fcf
744fcf
* Wed Apr 09 2008 Steven Whitehouse <swhiteho@redhat.com> 0.1.25.2.02.01-15
744fcf
- Remove obsolete chkconfig patch for initscript
744fcf
- Enable parallel make
744fcf
- Remove obsolete copy of gfs2_ondisk.h (this should be in glibc-kernheaders)
744fcf
744fcf
* Wed Apr 09 2008 Steven Whitehouse <swhiteho@redhat.com> 0.1.25.2.02.01-14
744fcf
- Update URL
744fcf
- Fix license spec
744fcf
744fcf
* Fri Mar 14 2008 Chris Feist <cfeist@redhat.com> 0.1.25.2.02.00-2
744fcf
- New upstream sources.
744fcf
744fcf
* Tue Jan 16 2007 Chris Feist <cfeist@redhat.com> 0.1.24-1
744fcf
- New upstream sources.
744fcf
- Resolves: rhbz#222747
744fcf
744fcf
* Wed Jan 03 2007 Chris Feist <cfeist@redhat.com> 0.1.24-1
744fcf
- Updated sources
744fcf
- Resolves: rhbz#218560
744fcf
744fcf
* Thu Dec 21 2006 Chris Feist <cfeist@redhat.com> 0.1.23-1
744fcf
- Updated sources
744fcf
- Resolves: rhbz#218560
744fcf
744fcf
* Tue Dec 19 2006 Chris Feist <cfeist@redhat.com> 0.1.22-1
744fcf
- New upstream sources.
744fcf
- Resolves: rhbz#219878
744fcf
744fcf
* Tue Dec 04 2006 Chris Feist <cfeist@redhat.com> 0.1.21-1
744fcf
- New upstream sources.
744fcf
- Resolves: rhbz#218134 rhbz#215962
744fcf
744fcf
* Thu Nov 30 2006 Chris Feist <cfeist@redhat.com> 0.1.19-1
744fcf
- New upstream sources.
744fcf
- Resolves: rhbz#217798
744fcf
744fcf
* Wed Nov 29 2006 Chris Feist <cfeist@redhat.com> 0.1.18-1
744fcf
- New upstream sources.
744fcf
- Resolves: rhbz#217460
744fcf
744fcf
* Thu Oct 26 2006 Chris Feist <cfeist@redhat.com> 0.1.14-1
744fcf
- New upstream sources.
744fcf
744fcf
* Fri Oct 13 2006 Chris Feist <cfeist@redhat.com> 0.1.12-1
744fcf
- New Upstream sources.
744fcf
744fcf
* Fri Oct 13 2006 Chris Feist <cfeist@redhat.com> 0.1.10-1
744fcf
- New Upstream sources.
744fcf
744fcf
* Mon Oct 09 2006 Chris Feist <cfeist@redhat.com> 0.1.9-1
744fcf
- New Upstream sources.
744fcf
744fcf
* Mon Sep 25 2006 Chris Feist <cfeist@redhat.com> 0.1.8-1
744fcf
- New Upstream sources.
744fcf
744fcf
* Wed Sep 13 2006 Chris Feist <cfeist@redhat.com> 0.1.7-1
744fcf
- New Upstream sources.
744fcf
744fcf
* Thu Sep 07 2006 Chris Feist <cfeist@redhat.com> 0.1.6-2
744fcf
- Fix typo in uninstall script (turn off gfs2 instead of gfs)
744fcf
744fcf
* Mon Aug 28 2006 Chris Feist <cfeist@redhat.com> 0.1.6-1
744fcf
- New Upstream sources.
744fcf
744fcf
* Tue Aug 22 2006 Chris Feist <cfeist@redhat.com> 0.1.5-1
744fcf
- New Upstream sources.
744fcf
744fcf
* Mon Aug 14 2006 Chris Feist <cfeist@redhat.com> 0.1.3-0
744fcf
- New Upstream sources, use dist tag.
744fcf
744fcf
* Fri Jul 14 2006 Chris Feist <cfeist@redhat.com>
744fcf
- Rebuild with updated sources
744fcf
744fcf
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com>
744fcf
- rebuild
744fcf
744fcf
* Tue Jun 27 2006 Florian La Roche <laroche@redhat.com>
744fcf
- fix typo in preun script
744fcf
744fcf
* Fri Jun 09 2006 Chris Feist <cfeist@redhat.com> - 0.1.0-1.fc6.3
744fcf
- Initial build of gfs-utils.