Blame SPECS/gfs2-utils.spec

c48b4d
###############################################################################
c48b4d
###############################################################################
c48b4d
##
c48b4d
##  Copyright (C) 2004-2018 Red Hat, Inc.  All rights reserved.
c48b4d
##
c48b4d
##  This copyrighted material is made available to anyone wishing to use,
c48b4d
##  modify, copy, or redistribute it subject to the terms and conditions
c48b4d
##  of the GNU General Public License v.2.
c48b4d
##
c48b4d
###############################################################################
c48b4d
###############################################################################
c48b4d
c48b4d
Name: gfs2-utils
c48b4d
Version: 3.2.0
957bb1
Release: 11%{?dist}
c48b4d
License: GPLv2+ and LGPLv2+
c48b4d
Group: System Environment/Kernel
c48b4d
Summary: Utilities for managing the global file system (GFS2)
c48b4d
%ifnarch %{arm}
c48b4d
%{?fedora:Requires: kmod(gfs2.ko) kmod(dlm.ko)}
c48b4d
%endif
c48b4d
BuildRequires: ncurses-devel
c48b4d
BuildRequires: kernel-headers
c48b4d
BuildRequires: automake
c48b4d
BuildRequires: libtool
c48b4d
BuildRequires: zlib-devel
c48b4d
BuildRequires: gettext-devel
c48b4d
BuildRequires: bison
c48b4d
BuildRequires: flex
c48b4d
BuildRequires: libblkid-devel
c48b4d
BuildRequires: libuuid-devel
c48b4d
BuildRequires: check-devel
c48b4d
Requires: lvm2-lockd
c48b4d
Source: https://releases.pagure.org/gfs2-utils/gfs2-utils-%{version}.tar.gz
c48b4d
URL: https://pagure.io/gfs2-utils
c48b4d
Patch0: bz1622050-1-fsck_gfs2_Don_t_check_fs_formats_we_don_t_recognise.patch
c48b4d
Patch1: bz1622050-2-libgfs2_Fix_pointer_cast_byte_order_issue.patch
c48b4d
Patch2: bz1659490-gfs2_utils_Wrong_hash_value_used_to_clean_journals.patch
1bba87
Patch3: bz1698858-mkfs_gfs2_Improve_alignment_of_first_resource_group.patch
35732a
Patch4: bz1757115-gfs2_5_General_updates_and_layout_improvements.patch
35732a
Patch5: bz1693000-fsck_gfs2_8_Manpage_updates.patch
feb2d6
Patch6: bz1839219-mkfs_gfs2_Don_t_use_i_o_limits_hints_4K_for_block_size.patch
feb2d6
Patch7: bz1833141-1-gfs2_jadd_Handle_out_of_space_issues.patch
feb2d6
Patch8: bz1833141-2-gfs2_jadd_error_handling_overhaul.patch
feb2d6
Patch9: bz1818983-gfs2_5_Update_some_mentions_of_gfs2_tool.patch
5b61ca
Patch10: bz1779806-mkfs_gfs2_Tighten_minimum_journal_size_checks.patch
957bb1
Patch11: bz1942434-1-gfs2_jadd_Use_fallocate_to_preallocate_journals.patch
957bb1
Patch12: bz1942434-2-gfs2_jadd_Don_t_fsync_after_each_block_written.patch
957bb1
c48b4d
c48b4d
%prep
c48b4d
%setup -q -n gfs2-utils-%{version}
c48b4d
%patch0 -p1 -b .bz1622050-1-fsck_gfs2_Don_t_check_fs_formats_we_don_t_recognise
c48b4d
%patch1 -p1 -b .bz1622050-2-libgfs2_Fix_pointer_cast_byte_order_issue
c48b4d
%patch2 -p1 -b .bz1659490-gfs2_utils_Wrong_hash_value_used_to_clean_journals
1bba87
%patch3 -p1 -b .bz1698858-mkfs_gfs2_Improve_alignment_of_first_resource_group
35732a
%patch4 -p1 -b .bz1757115-gfs2_5_General_updates_and_layout_improvements
35732a
%patch5 -p1 -b .bz1693000-fsck_gfs2_8_Manpage_updates
feb2d6
%patch6 -p1 -b .bz1839219-mkfs_gfs2_Don_t_use_i_o_limits_hints_4K_for_block_size
feb2d6
%patch7 -p1 -b .bz1833141-1-gfs2_jadd_Handle_out_of_space_issues
feb2d6
%patch8 -p1 -b .bz1833141-2-gfs2_jadd_error_handling_overhaul
feb2d6
%patch9 -p1 -b .bz1818983-gfs2_5_Update_some_mentions_of_gfs2_tool
5b61ca
%patch10 -p1 -b .bz1779806-mkfs_gfs2_Tighten_minimum_journal_size_checks
957bb1
%patch11 -p1 -b .bz1942434-1-gfs2_jadd_Use_fallocate_to_preallocate_journals
957bb1
%patch12 -p1 -b .bz1942434-2-gfs2_jadd_Don_t_fsync_after_each_block_written
957bb1
c48b4d
c48b4d
%build
c48b4d
./autogen.sh
c48b4d
%configure
c48b4d
make %{_smp_mflags} V=1
c48b4d
c48b4d
%check
c48b4d
make check || { cat tests/testsuite.log; exit 1; }
c48b4d
c48b4d
%install
c48b4d
make -C gfs2 install DESTDIR=%{buildroot}
c48b4d
# Don't ship gfs2_{trace,lockcapture} in this package
c48b4d
rm -f %{buildroot}/usr/sbin/gfs2_trace
c48b4d
rm -f %{buildroot}/usr/sbin/gfs2_lockcapture
c48b4d
rm -f %{buildroot}%{_mandir}/man8/gfs2_trace.8
c48b4d
rm -f %{buildroot}%{_mandir}/man8/gfs2_lockcapture.8
c48b4d
c48b4d
%description
c48b4d
The gfs2-utils package contains a number of utilities for creating, checking,
c48b4d
modifying, and correcting inconsistencies in GFS2 file systems.
c48b4d
c48b4d
%files
c48b4d
%doc doc/COPYING.* doc/COPYRIGHT doc/*.txt
c48b4d
%doc doc/README.contributing doc/README.licence
c48b4d
%{_sbindir}/fsck.gfs2
c48b4d
%{_sbindir}/gfs2_grow
c48b4d
%{_sbindir}/gfs2_jadd
c48b4d
%{_sbindir}/mkfs.gfs2
c48b4d
%{_sbindir}/gfs2_convert
c48b4d
%{_sbindir}/gfs2_edit
c48b4d
%{_sbindir}/tunegfs2
c48b4d
%{_sbindir}/gfs2_withdraw_helper
c48b4d
%{_sbindir}/glocktop
c48b4d
%{_mandir}/man8/*gfs2*
c48b4d
%{_mandir}/man8/glocktop*
c48b4d
%{_mandir}/man5/*
c48b4d
%{_prefix}/lib/udev/rules.d/82-gfs2-withdraw.rules
c48b4d
c48b4d
%changelog
957bb1
* Wed Mar 24 2021 Andrew Price <anprice@redhat.com> - 3.2.0-11
957bb1
- gfs2_jadd: Use fallocate to preallocate journals
957bb1
- gfs2_jadd: Don't fsync after each block written
957bb1
  Resolves: rhbz#1942434
957bb1
5b61ca
* Thu Nov 12 2020 Andrew Price <anprice@redhat.com> - 3.2.0-10
5b61ca
- mkfs.gfs2: Tighten minimum journal size checks
5b61ca
  Resolves: rhbz#1779806
5b61ca
feb2d6
* Tue Jun 09 2020 Andrew Price <anprice@redhat.com> - 3.2.0-9
feb2d6
- gfs2_jadd: Handle out-of-space issues
feb2d6
- gfs2_jadd: error handling overhaul
feb2d6
  Resolves: rhbz#1833141
feb2d6
- gfs2.5: Update some mentions of gfs2_tool
feb2d6
  Resolves: rhbz#1818983
feb2d6
feb2d6
* Tue Jun 02 2020 Andrew Price <anprice@redhat.com> - 3.2.0-8
feb2d6
- mkfs.gfs2: Don't use i/o limits hints <4K for block size
feb2d6
  Resolves: rhbz#1839219
feb2d6
35732a
* Fri Oct 18 2019 Andrew Price <anprice@redhat.com> - 3.2.0-7
35732a
- fsck.gfs2(8): Manpage updates
35732a
  Resolves: rhbz#1693000
35732a
35732a
* Wed Oct 16 2019 Andrew Price <anprice@redhat.com> - 3.2.0-6
35732a
- gfs2.5: General updates and layout improvements
35732a
  Resolves: rhbz#1757115
35732a
1bba87
* Fri May 03 2019 Andrew Price <anprice@redhat.com> - 3.2.0-5
1bba87
- mkfs.gfs2: Improve alignment of first resource group
1bba87
  Resolves: rhbz#1698858
1bba87
c48b4d
* Fri Dec 14 2018 Andrew Price <anprice@redhat.com> - 3.2.0-4
c48b4d
- gfs2-utils: Wrong hash value used to clean journals
c48b4d
  Resolves: rhbz#1659490
c48b4d
c48b4d
* Thu Nov 01 2018 Andrew Price <anprice@redhat.com> - 3.2.0-3
c48b4d
- Require lvm2-lockd
c48b4d
  Resolves: rhbz#1642272
c48b4d
c48b4d
* Mon Oct 01 2018 Andrew Price <anprice@redhat.com> - 3.2.0-2
c48b4d
- fsck.gfs2: Don't check fs formats we don't recognise
c48b4d
- libgfs2: Fix pointer cast byte order issue
c48b4d
  Resolves: rhbz#1622050
c48b4d
c48b4d
* Thu May 24 2018 Andrew Price <anprice@redhat.com> - 3.2.0-1
c48b4d
- New upstream release
c48b4d
c48b4d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.10-5
c48b4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c48b4d
c48b4d
* Fri Oct 13 2017 Andrew Price <anprice@redhat.com> - 3.1.10-4
c48b4d
- Update URL in spec file
c48b4d
c48b4d
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.10-3
c48b4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c48b4d
c48b4d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.10-2
c48b4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c48b4d
c48b4d
* Tue Mar 28 2017 Andrew Price <anprice@redhat.com> - 3.1.10-1
c48b4d
- New upstream release
c48b4d
- Make dependency on libuuid explicit
c48b4d
c48b4d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.9-2
c48b4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c48b4d
c48b4d
* Tue Jun 07 2016 Andrew Price <anprice@redhat.com> - 3.1.9-1
c48b4d
- New upstream release
c48b4d
- Drop all patches
c48b4d
- Add glocktop to the package
c48b4d
c48b4d
* Mon Feb 15 2016 Andrew Price <anprice@redhat.com> - 3.1.8-7
c48b4d
- libgfs2: Add support for dirent.de_rahead
c48b4d
- gfs2_edit: Include dirent.de_rahead in directory listings
c48b4d
- gfs2-utils: Add a check for the de_rahead field
c48b4d
- libgfs2: Support the new dirent de_cookie field
c48b4d
  Resolves: bz#1307532
c48b4d
c48b4d
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.8-6
c48b4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c48b4d
c48b4d
* Thu Aug 20 2015 Andrew Price <anprice@redhat.com> - 3.1.8-5
c48b4d
- Add patches to install the withdraw helper script properly:
c48b4d
  scripts_rename_gfs2_wd_udev_sh_to_gfs2_withdraw_helper.patch
c48b4d
  scripts_install_the_withdraw_helper_script.patch
c48b4d
  scripts_install_the_withdraw_udev_rules_script.patch
c48b4d
- Remove the obsolete udev script installation bits
c48b4d
c48b4d
* Tue Aug 11 2015 Andrew Price <anprice@redhat.com> - 3.1.8-4
c48b4d
- gfs2-utils: Fix hang on withdraw
c48b4d
- Install udev withdraw handler scripts
c48b4d
c48b4d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.8-3
c48b4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c48b4d
c48b4d
* Sat Apr 18 2015 Andrew Price <anprice@redhat.com> - 3.1.8-2
c48b4d
- fsck.gfs2: replace recent i_goal fixes with simple logic
c48b4d
c48b4d
* Tue Apr 07 2015 Andrew Price <anprice@redhat.com> - 3.1.8-1
c48b4d
- New upstream release
c48b4d
- Remove perl dependency
c48b4d
- Update spec per the latest packaging guidelines
c48b4d
c48b4d
* Mon Sep 08 2014 Andrew Price <anprice@redhat.com> - 3.1.7-1
c48b4d
- New upstream release
c48b4d
- Drop all patches
c48b4d
- gfs2-utils tests: Build unit tests with consistent cpp flags
c48b4d
c48b4d
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.6-9
c48b4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c48b4d
c48b4d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.6-8
c48b4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c48b4d
c48b4d
* Thu May 15 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.1.6-7
c48b4d
- Switch to using Requires on individual kernel modules
c48b4d
  Resolves: bz#1056191
c48b4d
c48b4d
* Fri Mar 21 2014 Andrew Price <anprice@redhat.com> - 3.1.6-6
c48b4d
- gfs2_grow: Don't try to open an empty string
c48b4d
- libgfs2: Add lgfs2 open mnt functions
c48b4d
- Switch is pathname mounted callers to lgfs2 open mnt
c48b4d
- libgfs2 Remove is pathname mounted
c48b4d
  Resolves: bz#1079286
c48b4d
c48b4d
* Fri Oct 04 2013 Andrew Price <anprice@redhat.com> - 3.1.6-5
c48b4d
- Suppress req on kernel-modules-extra for ARM arches.
c48b4d
c48b4d
* Tue Sep 17 2013 Andrew Price <anprice@redhat.com> - 3.1.6-4
c48b4d
- Don't use README.* for docs (it can pick up some patch files)
c48b4d
c48b4d
* Wed Aug 21 2013 Andrew Price <anprice@redhat.com> - 3.1.6-3
c48b4d
- Install utils into /usr/sbin instead of /sbin
c48b4d
  Resolves: rhbz#996539
c48b4d
c48b4d
* Mon Jul 29 2013 Andrew Price <anprice@redhat.com> - 3.1.6-2
c48b4d
- Don't install gfs2_lockcapture and gfs2_trace
c48b4d
  Resolves: rhbz#987019
c48b4d
- Run test suite after build (requires check-devel build req)
c48b4d
- Install both of the READMEs into doc/
c48b4d
c48b4d
* Wed Jul 24 2013 Andrew Price <anprice@redhat.com> - 3.1.6-1
c48b4d
- New upstream release
c48b4d
- Drop 'file' requirement - mkfs.gfs2 now uses libblkid instead
c48b4d
- Drop 'ncurses' requirement - dependency is added automatically
c48b4d
- Drop requires chkconfig and initscripts - no longer installs daemons
c48b4d
- Drop fix_build_on_rawhide.patch - upstream
c48b4d
- Add build req on libblkid-devel
c48b4d
c48b4d
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.5-2
c48b4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c48b4d
c48b4d
* Tue Nov 13 2012 Andrew Price <anprice@redhat.com> - 3.1.5-1
c48b4d
- New upstream release
c48b4d
  Removes mount.gfs2, gfs2_tool, gfs2_quota
c48b4d
- Remove rawhide_transition.patch - now obsolete
c48b4d
- Update BuildRequires:
c48b4d
  Change glibc-kernheaders to kernel-headers
c48b4d
  Add bison and flex
c48b4d
- Provide a valid url for Source0
c48b4d
- Add fix_build_on_rawhide.patch to fix a circular dep introduced in
c48b4d
  bison 2.6, and a make -j race between libgfs2 and gfs2l
c48b4d
c48b4d
* Tue Aug 14 2012 Andrew Price <anprice@redhat.com> - 3.1.4-6
c48b4d
- Make the kernel-modules-extra requirement Fedora-specific
c48b4d
  Resolves bz#847955
c48b4d
c48b4d
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.4-5
c48b4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c48b4d
c48b4d
* Tue Apr 17 2012 Andrew Price <anprice@redhat.com> - 3.1.4-4
c48b4d
- Remove commented-out sections
c48b4d
- Clean up some lintian warnings
c48b4d
- Add dependency on kernel-modules-extra as per bz#811547
c48b4d
c48b4d
* Wed Mar 07 2012 Andrew Price <anprice@redhat.com> - 3.1.4-3
c48b4d
- Remove redundant postinstall scriptlet
c48b4d
c48b4d
* Thu Feb  2 2012 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.4-2
c48b4d
- make sure to Obsolete gfs2-cluster
c48b4d
c48b4d
* Wed Feb 01 2012 Andrew Price <anprice@redhat.com> - 3.1.4-1
c48b4d
- New upstream release
c48b4d
  Adds gfs2_lockgather script
c48b4d
- Remove gfs2-cluster (commented out for now)
c48b4d
- Remove dependency on corosynclib-devel and systemd-units
c48b4d
- Add rawhide_transition.patch to stop gfs_controld from building
c48b4d
c48b4d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.3-2
c48b4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c48b4d
c48b4d
* Thu Dec 15 2011 Andrew Price <anprice@redhat.com> - 3.1.3-1
c48b4d
- New upstream release
c48b4d
  Bugfixes and improvements to fsck.gfs2
c48b4d
  Fixes various other bugs
c48b4d
  Improve strings and translation support
c48b4d
- Adds gfs2-cluster systemd unit
c48b4d
- Removes gfs2* init scripts
c48b4d
c48b4d
* Wed Jul 06 2011 Andrew Price <anprice@redhat.com> - 3.1.2-1
c48b4d
- New upstream release
c48b4d
  Fixes several bugs
c48b4d
  Improves translation support
c48b4d
  Adds savemeta compression
c48b4d
- Add zlib-devel to BuildRequires
c48b4d
- Add gettext-devel to BuildRequires
c48b4d
c48b4d
* Wed May 25 2011 Steven Whitehouse <swhiteho@redhat.com> - 3.1.1-3
c48b4d
- Update wiki URL
c48b4d
- Remove gfs2_tool and gfs2_quota from package
c48b4d
c48b4d
* Fri Feb 25 2011 Bob Peterson <rpeterso@redhat.com> - 3.1.1-2
c48b4d
- Bumping release number to keep upgrades consistent.
c48b4d
c48b4d
* Wed Feb 23 2011 Bob Peterson <rpeterso@redhat.com> - 3.1.1-1
c48b4d
- gfs2_edit savemeta doesn't save all leafs for big directories
c48b4d
- gfs2_edit improvements
c48b4d
- fsck.gfs2: can't repair rgrps resulting from gfs_grow->gfs2_convert
c48b4d
- fsck.gfs2: reports master/root dinodes as unused and fixes bitmap
c48b4d
c48b4d
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-5
c48b4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c48b4d
c48b4d
* Thu Jan 20 2011 Steven Whitehouse <swhiteho@redhat.com> - 3.1.0-4
c48b4d
- Drop mount.gfs2 and its man page
c48b4d
- Only list gfs2_tool once in the files list
c48b4d
c48b4d
* Wed Dec  8 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.0-3
c48b4d
- Drop circular dependency on cman
c48b4d
c48b4d
* Fri Dec  3 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.0-2
c48b4d
- gfs2-cluster should Obsoletes/Provides gfs-pcmk
c48b4d
c48b4d
* Tue Sep 30 2010 Steven Whitehouse <swhiteho@redhat.com> - 3.1.0-1
c48b4d
- Bringing this package back for upstream GFS2
c48b4d
  Addition of gfs2tune to the utils
c48b4d
  Merge of gfs_controld from cman
c48b4d
c48b4d
* Thu Jan 22 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.11-1
c48b4d
- New upstream release
c48b4d
  Fix several bugs and drastically improve startup errors.
c48b4d
c48b4d
* Wed Dec 10 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.10-1
c48b4d
- New upstream release
c48b4d
  Fix several bugs and port gfs1 code to match 2.6.27 kernel.
c48b4d
c48b4d
* Fri Oct 31 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.09-1
c48b4d
- New upstream release
c48b4d
  Fix rhbz#468966
c48b4d
  Addresses several security issues similar to CVE-2008-4192 and
c48b4d
  CVE-2008-4579 after deep code audit from upstream
c48b4d
- cleanup patches to match 2.6.26 kernel in F-9
c48b4d
c48b4d
* Tue Oct 21 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.08-1
c48b4d
- New upstream release
c48b4d
  Fix rhbz#460376 CVE-2008-4192
c48b4d
  Fix rhbz#467386 CVE-2008-4579
c48b4d
- cleanup/update patches to match 2.6.26 kernel in F-9
c48b4d
c48b4d
* Thu Aug 14 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.07-1
c48b4d
- New upstream release
c48b4d
- Fix rgmanager startup locking issues
c48b4d
- Apply patch to include kernel headers from 2.6.26 required to build
c48b4d
  userland. Userland will run in 2.6.25 compatibility mode
c48b4d
- Apply patch to keep kernel modules at 2.6.25 (upstream is at 2.6.26)
c48b4d
  (this patch is purely cosmetic since we don't build kernel modules
c48b4d
  but keep the source in sync is Good (tm))
c48b4d
- Cleanup packaging for installed docs and file permissions
c48b4d
c48b4d
* Mon Jul 14 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.03.05-1
c48b4d
- New upstream release
c48b4d
- Cleanup installed doc after upstream
c48b4d
c48b4d
* Wed Jun 11 2008 Fabio M. Di Nitto <fdinitto@redhat.com> 2.03.04-1
c48b4d
- New upstream release
c48b4d
- Resolves: #446995 #318271 #447378 #445662
c48b4d
- Update license tags after major upstream cleanup
c48b4d
- Include COPYRIGHT file
c48b4d
c48b4d
* Fri May 30 2008 Fabio M. Di Nitto <fdinitto@redhat.com> 2.03.03-1
c48b4d
- New upstream release
c48b4d
- Fix several build warnings
c48b4d
- Update spec files to use macros
c48b4d
- Update Requires to use packages rather than pointing at files
c48b4d
- Drop BR on kernel-devel since it's not required anymore
c48b4d
- Update build section to use proper _sysconfdir, libdir and sbindir
c48b4d
- Avoid abusing cd when we can ask make to do the work for us
c48b4d
- Remove /usr/sbin from file section. We don't have any file there
c48b4d
  and we can avoid shipping stuff by mistake
c48b4d
c48b4d
* Mon Apr 14 2008 Steven Whitehouse <swhiteho@redhat.com> 2.03.00-3
c48b4d
- Fabbione saves the day. We can get rid of the sed stuff after all
c48b4d
c48b4d
* Mon Apr 14 2008 Steven Whitehouse <swhiteho@redhat.com> 2.03.00-1
c48b4d
- New upstream sources
c48b4d
- Eric Sandeen's solution to kernel version dep
c48b4d
c48b4d
* Wed Apr 09 2008 Steven Whitehouse <swhiteho@redhat.com> 0.1.25.2.02.01-15
c48b4d
- Remove obsolete chkconfig patch for initscript
c48b4d
- Enable parallel make
c48b4d
- Remove obsolete copy of gfs2_ondisk.h (this should be in glibc-kernheaders)
c48b4d
c48b4d
* Wed Apr 09 2008 Steven Whitehouse <swhiteho@redhat.com> 0.1.25.2.02.01-14
c48b4d
- Update URL
c48b4d
- Fix license spec
c48b4d
c48b4d
* Fri Mar 14 2008 Chris Feist <cfeist@redhat.com> 0.1.25.2.02.00-2
c48b4d
- New upstream sources.
c48b4d
c48b4d
* Tue Jan 16 2007 Chris Feist <cfeist@redhat.com> 0.1.24-1
c48b4d
- New upstream sources.
c48b4d
- Resolves: rhbz#222747
c48b4d
c48b4d
* Wed Jan 03 2007 Chris Feist <cfeist@redhat.com> 0.1.24-1
c48b4d
- Updated sources
c48b4d
- Resolves: rhbz#218560
c48b4d
c48b4d
* Thu Dec 21 2006 Chris Feist <cfeist@redhat.com> 0.1.23-1
c48b4d
- Updated sources
c48b4d
- Resolves: rhbz#218560
c48b4d
c48b4d
* Tue Dec 19 2006 Chris Feist <cfeist@redhat.com> 0.1.22-1
c48b4d
- New upstream sources.
c48b4d
- Resolves: rhbz#219878
c48b4d
c48b4d
* Tue Dec 04 2006 Chris Feist <cfeist@redhat.com> 0.1.21-1
c48b4d
- New upstream sources.
c48b4d
- Resolves: rhbz#218134 rhbz#215962
c48b4d
c48b4d
* Thu Nov 30 2006 Chris Feist <cfeist@redhat.com> 0.1.19-1
c48b4d
- New upstream sources.
c48b4d
- Resolves: rhbz#217798
c48b4d
c48b4d
* Wed Nov 29 2006 Chris Feist <cfeist@redhat.com> 0.1.18-1
c48b4d
- New upstream sources.
c48b4d
- Resolves: rhbz#217460
c48b4d
c48b4d
* Thu Oct 26 2006 Chris Feist <cfeist@redhat.com> 0.1.14-1
c48b4d
- New upstream sources.
c48b4d
c48b4d
* Fri Oct 13 2006 Chris Feist <cfeist@redhat.com> 0.1.12-1
c48b4d
- New Upstream sources.
c48b4d
c48b4d
* Fri Oct 13 2006 Chris Feist <cfeist@redhat.com> 0.1.10-1
c48b4d
- New Upstream sources.
c48b4d
c48b4d
* Mon Oct 09 2006 Chris Feist <cfeist@redhat.com> 0.1.9-1
c48b4d
- New Upstream sources.
c48b4d
c48b4d
* Mon Sep 25 2006 Chris Feist <cfeist@redhat.com> 0.1.8-1
c48b4d
- New Upstream sources.
c48b4d
c48b4d
* Wed Sep 13 2006 Chris Feist <cfeist@redhat.com> 0.1.7-1
c48b4d
- New Upstream sources.
c48b4d
c48b4d
* Thu Sep 07 2006 Chris Feist <cfeist@redhat.com> 0.1.6-2
c48b4d
- Fix typo in uninstall script (turn off gfs2 instead of gfs)
c48b4d
c48b4d
* Mon Aug 28 2006 Chris Feist <cfeist@redhat.com> 0.1.6-1
c48b4d
- New Upstream sources.
c48b4d
c48b4d
* Tue Aug 22 2006 Chris Feist <cfeist@redhat.com> 0.1.5-1
c48b4d
- New Upstream sources.
c48b4d
c48b4d
* Mon Aug 14 2006 Chris Feist <cfeist@redhat.com> 0.1.3-0
c48b4d
- New Upstream sources, use dist tag.
c48b4d
c48b4d
* Fri Jul 14 2006 Chris Feist <cfeist@redhat.com>
c48b4d
- Rebuild with updated sources
c48b4d
c48b4d
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com>
c48b4d
- rebuild
c48b4d
c48b4d
* Tue Jun 27 2006 Florian La Roche <laroche@redhat.com>
c48b4d
- fix typo in preun script
c48b4d
c48b4d
* Fri Jun 09 2006 Chris Feist <cfeist@redhat.com> - 0.1.0-1.fc6.3
c48b4d
- Initial build of gfs-utils.