OBS User unknown
2009-02-17 20:59:31 +00:00
committed by Git OBS Bridge
parent f7fbefc50b
commit 8b0c94b6d4
3 changed files with 45 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ Name: ocfs2-tools
BuildRequires: e2fsprogs-devel glib2-devel libdlm-devel libopenais-devel libpacemaker-devel libxml2-devel libxslt-devel python-devel python-gtk-devel readline-devel update-desktop-files
Summary: Oracle Cluster File System 2 Core Tools
Version: 1.4.1
Release: 14
Release: 16
License: GPL v2 or later
Group: System/Filesystems
Source: ocfs2-tools.tar.bz2
@@ -34,6 +34,7 @@ Patch100: ocfs2-quota.diff
Patch101: change-quotafile-names.diff
Patch102: ocfs2_controld-pacemaker.diff
Patch103: ocfs2console-extraoption-fix.diff
Patch104: ocfs2console-pop-display-warning.diff
Url: http://oss.oracle.com/projects/ocfs2-tools/
Requires: net-tools, modutils, e2fsprogs, /sbin/chkconfig, glib2 >= 2.2.3
PreReq: %insserv_prereq %fillup_prereq
@@ -100,6 +101,7 @@ Authors:
%patch101 -p1
%patch102 -p1
%patch103 -p1
%patch104 -p1
%build
%{?suse_update_config:%{suse_update_config -f}}
@@ -206,6 +208,9 @@ fi
%{_libdir}/pkgconfig/ocfs2.pc
%changelog
* Mon Feb 16 2009 coyli@suse.de
- ocfs2console: Whoops, don't reset all warnings, just pop the DISPLAY one.
Thanks to Hu Ziming from IBM and Joel Becker from Oracle.
* Tue Feb 10 2009 coyli@suse.de
- ocfs2console: remove unsupported option when calling tunefs.ocfs2 (bnc#472353)
* Mon Feb 09 2009 abeekhof@suse.de