dump is now linked dynamically

This commit is contained in:
Adam Tkac 2007-01-18 15:52:10 +00:00
parent 30ccf06bb2
commit 609106dc04

View File

@ -3,7 +3,7 @@
Summary: Programs for backing up and restoring ext2/ext3 filesystems
Name: dump
Version: 0.4b41
Release: 2%{?dist}
Release: 3%{?dist}
License: BSD
Group: Applications/Archiving
URL: http://dump.sourceforge.net/
@ -12,12 +12,12 @@ Patch0: dump-selinux.patch
Patch1: dump-dmfix.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: e2fsprogs-devel >= 1.18, readline-devel >= 4.2
BuildRequires: libtermcap-devel, zlib-devel, bzip2-devel, ncurses-devel
BuildRequires: zlib-devel, bzip2-devel, ncurses-devel
BuildRequires: device-mapper, libselinux-devel, libsepol-devel, autoconf
# This Requires is now mandatory because we only ship static binaries, and
# need to ensure the "disk" group is created before installation (#60461)
Requires: setup
Requires: rmt
Requires: setup, e2fsprogs-libs, zlib, bzip2-libs, device-mapper
Requires: rmt, libselinux, libsepol, glibc
Obsoletes: dump-static
Provides: dump-static
@ -50,13 +50,12 @@ restoring files from a backup), and tar (an archiving program).
%build
# XXX --enable-kerberos needs krcmd
%configure \
--enable-static \
%configure --disable-static \
--enable-transselinux \
--enable-rmt \
--enable-largefile \
--enable-qfa \
--enable-readline \
--enable-transselinux \
--with-binmode=0755 \
--with-manowner=root \
--with-mangrp=root \
@ -118,6 +117,10 @@ rm -rf %{buildroot}
%{_mandir}/man8/rmt.8*
%changelog
* Wed Jan 18 2007 Adam Tkac <atkac redhat com> 0.4b41-3.fc7
- dump is now linked dynamically
- removed termcap dependency
* Mon Aug 7 2006 Jindrich Novy <jnovy@redhat.com> 0.4b41-2.fc6
- fix miscompares detected by restore -C caused by SELinux (#189845)
- link properly against device-mapper and selinux libraries