Accepting request 156459 from home:jankara:branches:filesystems
OBS-URL: https://build.opensuse.org/request/show/156459 OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=46
This commit is contained in:
parent
74b83bc3c0
commit
a48b00fd0c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 26 18:02:26 UTC 2013 - jack@suse.cz
|
||||
|
||||
- Fix compilation for Fedora targets in Build Service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 16:01:07 UTC 2013 - jack@suse.cz
|
||||
|
||||
|
@ -17,15 +17,24 @@
|
||||
|
||||
|
||||
Name: e2fsprogs
|
||||
%if 0%{?suse_version} >= 1010
|
||||
# Hint for ZYPP
|
||||
Supplements: filesystem(ext2) filesystem(ext3) filesystem(ext4)
|
||||
%endif
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: pkg-config
|
||||
%if 0%{suse_version} > 1220
|
||||
%if 0%{?suse_version} > 1220
|
||||
BuildRequires: makeinfo
|
||||
%endif
|
||||
PreReq: %install_info_prereq
|
||||
# Define info macros if missing (for Fedora builds)
|
||||
%if 0%{!?%install_info_prereq:1}
|
||||
%define install_info_prereq info
|
||||
%define install_info sbin/install-info
|
||||
%define install_info_delete sbin/install-info --delete
|
||||
%endif
|
||||
Requires: %install_info_prereq
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: e2fsprogs-64bit
|
||||
|
Loading…
Reference in New Issue
Block a user