fix VERSION / version issue causing FTBFS on F27+
This commit is contained in:
parent
af51c313e0
commit
18cac09753
11
dump.spec
11
dump.spec
@ -1,15 +1,15 @@
|
||||
%define PREVER b46
|
||||
%define VERSION 0.4%{PREVER}
|
||||
%define DUMP_VERSION 0.4%{PREVER}
|
||||
|
||||
Summary: Programs for backing up and restoring ext2/ext3/ext4 filesystems
|
||||
Name: dump
|
||||
Epoch: 1
|
||||
Version: 0.4
|
||||
Release: 0.34.%{PREVER}%{?dist}
|
||||
Release: 0.35.%{PREVER}%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/Archiving
|
||||
URL: http://dump.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/dump/dump-%{VERSION}.tar.gz
|
||||
Source: http://downloads.sourceforge.net/dump/dump-%{DUMP_VERSION}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: e2fsprogs-devel >= 1.18, readline-devel >= 4.2
|
||||
BuildRequires: zlib-devel, bzip2-devel, automake
|
||||
@ -39,7 +39,7 @@ Install dump if you need a system for both backing up filesystems and
|
||||
restoring filesystems after backups.
|
||||
|
||||
%prep
|
||||
%setup -q -n dump-%{VERSION}
|
||||
%setup -q -n dump-%{DUMP_VERSION}
|
||||
|
||||
%patch0 -p1 -b .buildfix
|
||||
%patch1 -p1 -b .remove-lzo
|
||||
@ -109,6 +109,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/rrestore.8*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 09 2017 Troy Dawson <tdawson@redhat.com> - 1:0.4-0.35.b46
|
||||
- Fix VERSION / version issue causing FTBFS on F27+
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.4-0.34.b46
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user