Go to file
Fedora Release Engineering 20de387ada Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 00:21:07 +00:00
tests tests: Fix compatibility with Python3 2022-06-24 14:45:25 +02:00
.gitignore Fix build issue 2021-07-22 11:47:33 +02:00
0001-Update-dependencies.patch Fix build issue 2021-07-22 11:47:33 +02:00
0001-all-Fix-resource-leaks.patch Fix issues found by static analysis 2021-06-10 15:05:05 +02:00
0002-thin_show_metadata-Fix-out-of-bounds-access.patch Fix issues found by static analysis 2021-06-10 15:05:05 +02:00
0003-build-Fix-customized-emitter-linkage.patch Fix issues found by static analysis 2021-06-10 15:05:05 +02:00
0004-thin_dump-Fix-leaked-shared-object-handle.patch Fix issues found by static analysis 2021-06-10 15:05:05 +02:00
0005-thin_show_duplicates-Fix-potential-errors.patch Fix issues found by static analysis 2021-06-10 15:05:05 +02:00
0006-thin_metadata_size-Fix-potential-string-overflow.patch Fix issues found by static analysis 2021-06-10 15:05:05 +02:00
0007-all-Fix-uninitialized-class-members.patch Fix issues found by static analysis 2021-06-10 15:05:05 +02:00
0008-thin_dump-Fix-warnings-on-potential-NULL-pointer.patch Fix issues found by static analysis 2021-06-10 15:05:05 +02:00
0009-build-Remove-unused-sources-from-the-regular-build.patch Fix issues found by static analysis 2021-06-10 15:05:05 +02:00
0010-all-Remove-unreachable-code.patch Fix issues found by static analysis 2021-06-10 15:05:05 +02:00
0011-file_utils-Fix-resource-leak.patch Fix issues found by static analysis 2021-06-10 15:05:05 +02:00
0012-thin_delta-Clean-up-duplicated-code.patch Fix issues found by static analysis 2021-06-10 15:05:05 +02:00
0013-build-Remove-lboost_iostreams-linker-flag.patch Fix build issue 2021-07-22 11:47:33 +02:00
0014-cargo-update.patch Fix build issue 2021-07-22 11:47:33 +02:00
README.md Update to upstream release 0.9.0 2020-09-17 17:23:28 +02:00
device-mapper-persistent-data-avoid-strip.patch New upstream release v0.7.2 2017-09-22 09:05:47 +02:00
device-mapper-persistent-data.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild 2022-07-21 00:21:07 +00:00
sources Fix build issue 2021-07-22 11:47:33 +02:00

README.md

Packaging dmpd

This is mostly regular package except recent addition of rust to used languages.

rust-tools

To build the rust-tools (make rust-tools) one needs:

  • rust >= 1.35
  • cargo with vendor subcommand (now upstream, included in latest Fedora and RHEL8)

cargo vendpr

  • run cargo vendor in the disrectory with sources
  • run tar czf device-mapper-persistent-data-vendor-$VERSION.tar.gz ./vendor
  • copy the file (if version changed) and run the fedpkg new-sources command:
    • fedpkg new-sources v$VERSION.tar.gz device-mapper-persistent-data-vendor-$VERSION.tar.gz

TODO/NOTES

Some of the dependencies may be already packaged by Fedora. Can we instruct cargo vendor to include only those which are not provided by Fedora?

%cargo_install installs by defualt in /usr/bin but the package expects /usr/sbin. For now I run make install-rust-tools.