Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93de01820d |
3 changed files with 17 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
/thin-provisioning-tools-v0.1.4.tar.bz2
|
/thin-provisioning-tools-v0.1.4.tar.bz2
|
||||||
|
/thin-provisioning-tools-v0.2.1.tar.bz2
|
||||||
|
|
|
||||||
|
|
@ -1,26 +1,28 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011-2012 Red Hat, Inc
|
# Copyright (C) 2011-2013 Red Hat, Inc
|
||||||
#
|
#
|
||||||
Summary: Device-mapper thin provisioning tools
|
Summary: Device-mapper thin provisioning tools
|
||||||
Name: device-mapper-persistent-data
|
Name: device-mapper-persistent-data
|
||||||
Version: 0.1.4
|
Version: 0.2.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: https://github.com/jthornber/thin-provisioning-tools
|
URL: https://github.com/jthornber/thin-provisioning-tools
|
||||||
Source0: https://github.com/downloads/jthornber/thin-provisioning-tools/thin-provisioning-tools-v%{version}.tar.bz2
|
Source0: https://github.com/jthornber/thin-provisioning-tools/archive/thin-provisioning-tools-v%{version}.tar.bz2
|
||||||
BuildRequires: expat-devel, libstdc++-devel, boost-devel
|
# Source1: https://github.com/jthornber/thin-provisioning-tools/archive/v%{version}.tar.gz
|
||||||
|
BuildRequires: autoconf, expat-devel, libstdc++-devel, boost-devel
|
||||||
Requires: expat
|
Requires: expat
|
||||||
|
|
||||||
%description
|
%description
|
||||||
thin-provisioning-tools contains dump,restore and repair tools to
|
thin-provisioning-tools contains check,dump,restore,repair and rmap tools to
|
||||||
manage device-mapper thin provisioning target metadata devices.
|
manage device-mapper thin provisioning target metadata devices.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n thin-provisioning-tools-v%{version}
|
%setup -q -n thin-provisioning-tools-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-debug --enable-testing
|
autoconf
|
||||||
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
@ -29,15 +31,20 @@ make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
|
||||||
%clean
|
%clean
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING README
|
%doc COPYING README.md
|
||||||
%{_mandir}/man8/thin_dump.8.gz
|
%{_mandir}/man8/thin_dump.8.gz
|
||||||
%{_mandir}/man8/thin_check.8.gz
|
%{_mandir}/man8/thin_check.8.gz
|
||||||
%{_mandir}/man8/thin_restore.8.gz
|
%{_mandir}/man8/thin_restore.8.gz
|
||||||
%{_sbindir}/thin_dump
|
%{_sbindir}/thin_dump
|
||||||
%{_sbindir}/thin_check
|
%{_sbindir}/thin_check
|
||||||
|
%{_sbindir}/thin_repair
|
||||||
%{_sbindir}/thin_restore
|
%{_sbindir}/thin_restore
|
||||||
|
%{_sbindir}/thin_rmap
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 12 2013 Heinz Mauelshagen <heinzm@redhat.com> - 0.2.1-1
|
||||||
|
- New upstream version.
|
||||||
|
|
||||||
* Thu Apr 19 2012 Milan Broz <mbroz@redhat.com> - 0.1.4-1
|
* Thu Apr 19 2012 Milan Broz <mbroz@redhat.com> - 0.1.4-1
|
||||||
- Fix thin_check man page (add -q option).
|
- Fix thin_check man page (add -q option).
|
||||||
- Install utilities in /usr/sbin.
|
- Install utilities in /usr/sbin.
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
df5b067d5e4aa82a0cdf9f16783d16b8 thin-provisioning-tools-v0.1.4.tar.bz2
|
122bd4414f9afdf893be2fc3d3355bb4 thin-provisioning-tools-v0.2.1.tar.bz2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue