Accepting request 97653 from home:coolo:removeautoconf
add autoconf to buildrequires OBS-URL: https://build.opensuse.org/request/show/97653 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=34
This commit is contained in:
parent
593f464341
commit
b422162fad
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 21 14:13:46 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add autoconf as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 21 10:31:42 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- remove call to suse_update_config (very old work around)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 16 12:06:36 UTC 2011 - tserong@suse.com
|
Fri Dec 16 12:06:36 UTC 2011 - tserong@suse.com
|
||||||
|
|
||||||
|
@ -15,7 +15,9 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: ocfs2-tools
|
Name: ocfs2-tools
|
||||||
|
BuildRequires: autoconf
|
||||||
BuildRequires: e2fsprogs-devel
|
BuildRequires: e2fsprogs-devel
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: libcorosync-devel
|
BuildRequires: libcorosync-devel
|
||||||
@ -63,12 +65,6 @@ OCFS is the Oracle Cluster File System.
|
|||||||
This package contains the core user-space tools needed for creating and
|
This package contains the core user-space tools needed for creating and
|
||||||
managing the file system.
|
managing the file system.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Oracle Corporation
|
|
||||||
|
|
||||||
%package -n ocfs2console
|
%package -n ocfs2console
|
||||||
Summary: Oracle Cluster Filesystem 2 GUI tools
|
Summary: Oracle Cluster Filesystem 2 GUI tools
|
||||||
Obsoletes: ocfs2-support
|
Obsoletes: ocfs2-support
|
||||||
@ -81,12 +77,6 @@ OCFS is the Oracle Cluster Filesystem.
|
|||||||
|
|
||||||
This package contains additional tools and a GUI (python-gtk).
|
This package contains additional tools and a GUI (python-gtk).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Oracle Corporation
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Oracle Cluster File System 2 Development files
|
Summary: Oracle Cluster File System 2 Development files
|
||||||
Requires: ocfs2-tools = %{version}, libcom_err, libcom_err-devel
|
Requires: ocfs2-tools = %{version}, libcom_err, libcom_err-devel
|
||||||
@ -97,12 +87,6 @@ OCFS is the Oracle Cluster File System.
|
|||||||
This package contains the header files and static libraries for
|
This package contains the header files and static libraries for
|
||||||
developing low-level OCFS2-aware applications.
|
developing low-level OCFS2-aware applications.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Oracle Corporation
|
|
||||||
|
|
||||||
%package o2cb
|
%package o2cb
|
||||||
Summary: Oracle Cluster File System 2 Core Tools
|
Summary: Oracle Cluster File System 2 Core Tools
|
||||||
Requires: ocfs2-tools = %{version}
|
Requires: ocfs2-tools = %{version}
|
||||||
@ -113,12 +97,6 @@ OCFS is the Oracle Cluster File System.
|
|||||||
This package contains the core user-space tools needed for creating and
|
This package contains the core user-space tools needed for creating and
|
||||||
managing the file system.
|
managing the file system.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Oracle Corporation
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name} -a 2
|
%setup -q -n %{name} -a 2
|
||||||
%patch101 -p1
|
%patch101 -p1
|
||||||
@ -134,7 +112,6 @@ Authors:
|
|||||||
%patch204 -p1
|
%patch204 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{?suse_update_config:%{suse_update_config -f}}
|
|
||||||
export CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
|
export CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
|
||||||
export PROJECT="ocfs2-tools"
|
export PROJECT="ocfs2-tools"
|
||||||
autoreconf -fi -I /usr/share/aclocal
|
autoreconf -fi -I /usr/share/aclocal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user