Blame SPECS/gfs2-utils.spec

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