diff --git a/dump.changes b/dump.changes index 5ac28b0..92070ef 100644 --- a/dump.changes +++ b/dump.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 1 15:16:02 UTC 2015 - mpluskal@suse.com + +- Enable ermt support +- Update dependencies + ------------------------------------------------------------------- Tue Feb 24 18:37:52 UTC 2015 - mpluskal@suse.com diff --git a/dump.spec b/dump.spec index dfa3ae3..cdaa67e 100644 --- a/dump.spec +++ b/dump.spec @@ -33,8 +33,11 @@ Patch5: %{name}-buildfix.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: e2fsprogs-devel +BuildRequires: libbz2-devel BuildRequires: libselinux-devel BuildRequires: libtool +BuildRequires: lzo-devel +BuildRequires: openssl-devel BuildRequires: readline-devel BuildRequires: zlib-devel Requires: rmt @@ -70,11 +73,12 @@ autoreconf -fi --with-mangrp=root \ --with-manmode=0644 \ --enable-readline \ - --enable-largefile + --enable-largefile \ + --enable-ermt make %{?_smp_mflags} %install -install -d %{buildroot}/etc \ +install -d %{buildroot}%{_sysconfdir} \ %{buildroot}/sbin \ %{buildroot}/%{_mandir}/man8 make DESTDIR=%{buildroot}/ install @@ -85,7 +89,7 @@ rm %{buildroot}/%{_mandir}/man8/rmt.* %files %defattr(-, root, root) -%doc %{_mandir}/*/* +%{_mandir}/*/* /sbin/* %doc CHANGES COPYRIGHT KNOWNBUGS MAINTAINERS README REPORTING-BUGS %doc THANKS TODO dump.lsm examples