Blame SPECS/gfs2-utils.spec

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