[gfs2-utils/f19] * Wed Jul 24 2013 Andrew Price <anprice at redhat.com> - 3.1.6-1 - New upstream release - Drop 'file' r

Andrew Price andyp at fedoraproject.org
Wed Jul 24 11:48:33 UTC 2013


commit ab6931916477c3a53bc8feef9b74ac55a60e260d
Author: Andrew Price <anprice at redhat.com>
Date:   Wed Jul 24 11:56:29 2013 +0100

    * Wed Jul 24 2013 Andrew Price <anprice at redhat.com> - 3.1.6-1
    - New upstream release
    - Drop 'file' requirement - mkfs.gfs2 now uses libblkid instead
    - Drop 'ncurses' requirement - dependency is added automatically
    - Drop requires chkconfig and initscripts - no longer installs daemons
    - Drop fix_build_on_rawhide.patch - upstream
    - Add build req on libblkid-devel

 .gitignore                 |    1 +
 fix_build_on_rawhide.patch |   25 -------------------------
 gfs2-utils.spec            |   25 +++++++++++--------------
 sources                    |    2 +-
 4 files changed, 13 insertions(+), 40 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1b58446..02bd2bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /gfs2-utils-3.1.3.tar.gz
 /gfs2-utils-3.1.4.tar.gz
 /gfs2-utils-3.1.5.tar.gz
+/gfs2-utils-3.1.6.tar.gz
diff --git a/gfs2-utils.spec b/gfs2-utils.spec
index 9ce3544..313671c 100644
--- a/gfs2-utils.spec
+++ b/gfs2-utils.spec
@@ -11,16 +11,11 @@
 ###############################################################################
 
 Name: gfs2-utils
-Version: 3.1.5
-Release: 2%{?dist}
+Version: 3.1.6
+Release: 1%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Kernel
 Summary: Utilities for managing the global file system (GFS2)
-Requires(post): chkconfig
-Requires(preun): initscripts
-Requires(preun): chkconfig
-Requires: ncurses
-Requires: file
 %{?fedora:Requires: kernel-modules-extra}
 Obsoletes: gfs2-cluster < %{version}
 BuildRequires: ncurses-devel
@@ -32,6 +27,7 @@ BuildRequires: zlib-devel
 BuildRequires: gettext-devel
 BuildRequires: bison
 BuildRequires: flex
+BuildRequires: libblkid-devel
 URL: https://fedorahosted.org/cluster/wiki/HomePage
 
 # The source for this package was pulled from the upstream git tree.
@@ -41,13 +37,11 @@ URL: https://fedorahosted.org/cluster/wiki/HomePage
 # ./make-tarball.sh
 #
 Source0: https://fedorahosted.org/released/gfs2-utils/gfs2-utils-%{version}.tar.gz
-Patch0: fix_build_on_rawhide.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %prep
 %setup -q -n gfs2-utils
-%patch0 -p1 -b .fix_build_on_rawhide
 
 %build
 ./autogen.sh
@@ -56,16 +50,11 @@ make %{_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-# gfs and group installed separately to avoid pulling in the docs
 make -C gfs2 install DESTDIR=%{buildroot}
-# Remove gfs_control and the gfs_controld man page (temporary)
-rm -f %{buildroot}%{_mandir}/man8/gfs_controld.8
-rm -f %{buildroot}/usr/sbin/gfs_control
 
 %clean
 rm -rf %{buildroot}
 
-
 %description -n gfs2-utils
 The gfs2-utils package contains a number of utilities for creating,
 checking, modifying, and correcting any inconsistencies in GFS2
@@ -81,6 +70,14 @@ file systems.
 %{_mandir}/man5/*
 
 %changelog
+* Wed Jul 24 2013 Andrew Price <anprice at redhat.com> - 3.1.6-1
+- New upstream release
+- Drop 'file' requirement - mkfs.gfs2 now uses libblkid instead
+- Drop 'ncurses' requirement - dependency is added automatically
+- Drop requires chkconfig and initscripts - no longer installs daemons
+- Drop fix_build_on_rawhide.patch - upstream
+- Add build req on libblkid-devel
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 8e048f0..f4312d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d65ec52145cc358a09603a9ec905ba24  gfs2-utils-3.1.5.tar.gz
+9d47c272298c62868dd49c7b1f4bcefc  gfs2-utils-3.1.6.tar.gz


More information about the scm-commits mailing list