|
@@ -4,15 +4,14 @@
|
|
|
|
|
|
Summary: Device-mapper Persistent Data Tools
|
|
Summary: Device-mapper Persistent Data Tools
|
|
Name: device-mapper-persistent-data
|
|
Name: device-mapper-persistent-data
|
|
-Version: 0.7.6
|
|
+Version: 0.9.0
|
|
-Release: 3%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: GPLv3+
|
|
License: GPLv3+
|
|
-Group: System Environment/Base
|
|
+Group: system
|
|
-URL: https://github.com/jthornber/thin-provisioning-tools
|
|
|
|
-
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
|
|
+URL: https://github.com/jthornber/thin-provisioning-tools
|
|
#Source0: https://github.com/jthornber/thin-provisioning-tools/archive/thin-provisioning-tools-% {version}.tar.gz
|
|
#Source0: https://github.com/jthornber/thin-provisioning-tools/archive/thin-provisioning-tools-% {version}.tar.gz
|
|
Source0: https://github.com/jthornber/thin-provisioning-tools/archive/v%{version}.tar.gz
|
|
Source0: https://github.com/jthornber/thin-provisioning-tools/archive/v%{version}.tar.gz
|
|
Patch0: device-mapper-persistent-data-avoid-strip.patch
|
|
Patch0: device-mapper-persistent-data-avoid-strip.patch
|
|
@@ -28,23 +27,29 @@ and repair tools to manage device-mapper cache metadata devices
|
|
are included and era check, dump, restore and invalidate to manage
|
|
are included and era check, dump, restore and invalidate to manage
|
|
snapshot eras
|
|
snapshot eras
|
|
|
|
|
|
|
|
+
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q -n thin-provisioning-tools-%{version}
|
|
%setup -q -n thin-provisioning-tools-%{version}
|
|
%patch0 -p1 -b .avoid_strip
|
|
%patch0 -p1 -b .avoid_strip
|
|
echo %{version}-%{release} > VERSION
|
|
echo %{version}-%{release} > VERSION
|
|
|
|
|
|
|
|
+
|
|
%build
|
|
%build
|
|
autoconf
|
|
autoconf
|
|
%configure --with-optimisation=
|
|
%configure --with-optimisation=
|
|
make %{?_smp_mflags} V=
|
|
make %{?_smp_mflags} V=
|
|
|
|
|
|
|
|
+
|
|
%install
|
|
%install
|
|
make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
|
|
make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
|
|
|
|
|
|
-%clean
|
|
|
|
|
|
|
|
%files
|
|
%files
|
|
-%doc COPYING README.md
|
|
+%license COPYING
|
|
|
|
+%doc README.md
|
|
%{_mandir}/man8/cache_check.8.gz
|
|
%{_mandir}/man8/cache_check.8.gz
|
|
%{_mandir}/man8/cache_dump.8.gz
|
|
%{_mandir}/man8/cache_dump.8.gz
|
|
%{_mandir}/man8/cache_metadata_size.8.gz
|
|
%{_mandir}/man8/cache_metadata_size.8.gz
|
|
@@ -86,7 +91,11 @@ make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
|
|
%{_sbindir}/thin_trim
|
|
%{_sbindir}/thin_trim
|
|
#% {_sbindir}/thin_show_duplicates
|
|
#% {_sbindir}/thin_show_duplicates
|
|
|
|
|
|
|
|
+
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Oct 26 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.9.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Tue Dec 18 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.7.6-3
|
|
* Tue Dec 18 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.7.6-3
|
|
- initial build for Vine Linux.
|
|
- initial build for Vine Linux.
|
|
|
|
|