287 lines
9.2 KiB
RPMSpec
287 lines
9.2 KiB
RPMSpec
Name: ndctl
|
|
Version: 71.1
|
|
Release: 4%{?dist}
|
|
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
|
License: GPLv2
|
|
Group: System Environment/Base
|
|
Url: https://github.com/pmem/ndctl
|
|
Source0: https://github.com/pmem/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
Patch0: modprobe-link-user-keyring-before-loadkeys.patch
|
|
Patch1: fb13dfb-zero_info_block-skip-seed-devices.patch
|
|
Patch2: daef3a3-libndctl-Unify-adding-dimms-for-papr-and-nfit-families.patch
|
|
Patch3: f081f30-papr-Add-support-to-parse-save_fail-flag-for-dimm.patch
|
|
Patch4: fe831b5-Use-page-size-as-alignment-value.patch
|
|
Patch5: e086106-libndctl-papr-Fix-probe-for-papr-scm-compatible-nvdimms.patch
|
|
Patch6: c521093-ndctl-scrub-Stop-translating-return-values.patch
|
|
Patch7: 4e646fa-ndctl-scrub-Reread-scrub-engine-status-at-start.patch
|
|
Patch8: 9bd2994-ndctl-namespace-Skip-seed-namespaces-when-processing-all-namespaces.patch
|
|
Patch9: 07011a3-ndctl-namespace-Suppress-ENXIO-when-processing-all-namespaces.patch
|
|
Patch10: 80e0d88-namespace-action-Drop-zero-namespace-checks.patch
|
|
Patch11: aa99000-libndctl-papr-Add-support-for-reporting-shutdown-count.patch
|
|
Patch12: edcd9b7-libndctl-intel-Indicate-supported-smart-inject-types.patch
|
|
Patch13: 9ef460e-libndctl-papr-Add-limited-support-for-inject-smart.patch
|
|
Patch14: 6e85cac-ndtest-ack-shutdown-count-Skip-the-test-on-ndtest.patch
|
|
|
|
Requires: ndctl-libs%{?_isa} = %{version}-%{release}
|
|
Requires: daxctl-libs%{?_isa} = %{version}-%{release}
|
|
BuildRequires: autoconf
|
|
BuildRequires: asciidoc
|
|
BuildRequires: xmlto
|
|
BuildRequires: automake
|
|
BuildRequires: libtool
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig(libkmod)
|
|
BuildRequires: pkgconfig(libudev)
|
|
BuildRequires: pkgconfig(uuid)
|
|
BuildRequires: pkgconfig(json-c)
|
|
BuildRequires: pkgconfig(bash-completion)
|
|
BuildRequires: systemd
|
|
BuildRequires: keyutils-libs-devel
|
|
|
|
%description
|
|
Utility library for managing the "libnvdimm" subsystem. The "libnvdimm"
|
|
subsystem defines a kernel device model and control message interface for
|
|
platform NVDIMM resources like those defined by the ACPI 6+ NFIT (NVDIMM
|
|
Firmware Interface Table).
|
|
|
|
|
|
%package -n ndctl-devel
|
|
Summary: Development files for libndctl
|
|
License: LGPLv2
|
|
Group: Development/Libraries
|
|
Requires: ndctl-libs%{?_isa} = %{version}-%{release}
|
|
|
|
%description -n ndctl-devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
%package -n daxctl
|
|
Summary: Manage Device-DAX instances
|
|
License: GPLv2
|
|
Group: System Environment/Base
|
|
Requires: daxctl-libs%{?_isa} = %{version}-%{release}
|
|
|
|
%description -n daxctl
|
|
The daxctl utility provides enumeration and provisioning commands for
|
|
the Linux kernel Device-DAX facility. This facility enables DAX mappings
|
|
of performance / feature differentiated memory without need of a
|
|
filesystem.
|
|
|
|
%package -n daxctl-devel
|
|
Summary: Development files for libdaxctl
|
|
License: LGPLv2
|
|
Group: Development/Libraries
|
|
Requires: daxctl-libs%{?_isa} = %{version}-%{release}
|
|
|
|
%description -n daxctl-devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}, a library for enumerating
|
|
"Device DAX" devices. Device DAX is a facility for establishing DAX
|
|
mappings of performance / feature-differentiated memory.
|
|
|
|
|
|
%package -n ndctl-libs
|
|
Summary: Management library for "libnvdimm" subsystem devices (Non-volatile Memory)
|
|
License: LGPLv2
|
|
Group: System Environment/Libraries
|
|
Requires: daxctl-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
%description -n ndctl-libs
|
|
Libraries for %{name}.
|
|
|
|
%package -n daxctl-libs
|
|
Summary: Management library for "Device DAX" devices
|
|
License: LGPLv2
|
|
Group: System Environment/Libraries
|
|
|
|
%description -n daxctl-libs
|
|
Device DAX is a facility for establishing DAX mappings of performance /
|
|
feature-differentiated memory. daxctl-libs provides an enumeration /
|
|
control API for these devices.
|
|
|
|
|
|
%prep
|
|
%autosetup -p1 ndctl-%{version}
|
|
|
|
%build
|
|
echo %{version} > version
|
|
./autogen.sh
|
|
%configure --disable-static --disable-silent-rules --disable-asciidoctor
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
%check
|
|
make check
|
|
|
|
%post -n ndctl-libs -p /sbin/ldconfig
|
|
|
|
%postun -n ndctl-libs -p /sbin/ldconfig
|
|
|
|
%post -n daxctl-libs -p /sbin/ldconfig
|
|
|
|
%postun -n daxctl-libs -p /sbin/ldconfig
|
|
|
|
%define bashcompdir %(pkg-config --variable=completionsdir bash-completion)
|
|
|
|
%files
|
|
%license LICENSES/preferred/GPL-2.0 LICENSES/other/MIT LICENSES/other/CC0-1.0
|
|
%{_bindir}/ndctl
|
|
%{_mandir}/man1/ndctl*
|
|
%{bashcompdir}/
|
|
%{_unitdir}/ndctl-monitor.service
|
|
%{_sysconfdir}/ndctl/keys/keys.readme
|
|
%{_sysconfdir}/modprobe.d/nvdimm-security.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/ndctl/monitor.conf
|
|
|
|
%files -n daxctl
|
|
%license LICENSES/preferred/GPL-2.0 LICENSES/other/MIT LICENSES/other/CC0-1.0
|
|
%{_bindir}/daxctl
|
|
%{_mandir}/man1/daxctl*
|
|
%{_datadir}/daxctl/daxctl.conf
|
|
|
|
%files -n ndctl-libs
|
|
%doc README.md
|
|
%license LICENSES/preferred/LGPL-2.1 LICENSES/other/MIT LICENSES/other/CC0-1.0
|
|
%{_libdir}/libndctl.so.*
|
|
|
|
%files -n daxctl-libs
|
|
%doc README.md
|
|
%license LICENSES/preferred/LGPL-2.1 LICENSES/other/MIT LICENSES/other/CC0-1.0
|
|
%{_libdir}/libdaxctl.so.*
|
|
|
|
%files -n ndctl-devel
|
|
%license LICENSES/preferred/LGPL-2.1
|
|
%{_includedir}/ndctl/
|
|
%{_libdir}/libndctl.so
|
|
%{_libdir}/pkgconfig/libndctl.pc
|
|
|
|
%files -n daxctl-devel
|
|
%license LICENSES/preferred/LGPL-2.1
|
|
%{_includedir}/daxctl/
|
|
%{_libdir}/libdaxctl.so
|
|
%{_libdir}/pkgconfig/libdaxctl.pc
|
|
|
|
|
|
%changelog
|
|
* Tue Jun 14 2022 Jeff Moyer <jmoyer@redhat.com> - 71.1-4.el8
|
|
- Pull in fixes from upstream v72 and v73 (Jeff Moyer)
|
|
- Fix enable-namespace all reporting errors incorrectly
|
|
- Add support for inject-smart on papr scm
|
|
- Related: bz#2090190 bz#1986185 bz#2040074
|
|
|
|
* Mon Nov 29 2021 Bryan Gurney <bgurney@redhat.com> - 71.1-3.el8
|
|
- Rebuild with latest json-c version
|
|
- Related: bz#2021816
|
|
|
|
* Thu Feb 11 2021 Jeff Moyer <jmoyer@redhat.com> - 71.1-2.el8
|
|
- Get rid of confusing message when deleting all namespaces
|
|
- Related: bz#1782182
|
|
|
|
* Fri Feb 5 2021 Jeff Moyer <jmoyer@redhat.com> - 71.1-1.el8
|
|
- Update to v71.1 to pull in ppc support.
|
|
- Related: bz#1782182
|
|
|
|
* Fri Nov 1 2019 Jeff Moyer <jmoyer@redhat.com> - 67-2.el8
|
|
- Fix up botched change to nvdimm-security.conf (Jeff Moyer)
|
|
- Related: bz#1724531
|
|
|
|
* Mon Oct 28 2019 Jeff Moyer <jmoyer@redhat.com> - 67-1.el8
|
|
- Rebase to v67. This brings in the following features:
|
|
- support for the 'security frozen' sysfs attribute
|
|
- support for using pmem as system ram
|
|
- various cleanup and bug fixes
|
|
- Fix load-keys failure in initramfs (Jeff Moyer)
|
|
- Resolves: bz#1724531 bz#1730673 bz#1741164 bz#1741165 bz#1749888 bz#1749889
|
|
|
|
* Mon Jun 3 2019 Jeff Moyer <jmoyer@redhat.com> - 65-1.el8
|
|
- Rebase to v65.
|
|
- Resolves: bz#1665407 bz#1634349
|
|
|
|
* Tue Oct 09 2018 Jeff Moyer <jmoyer@redhat.com - 62-2.el8
|
|
- Remove faulty udev rule
|
|
- Resolves: bz#1637624
|
|
|
|
* Thu Aug 23 2018 Jeff Moyer <jmoyer@redhat.com> - 62-1
|
|
- rebase to v62
|
|
- Resolves: bz#1567756 bz#1497651 bz#1610650 bz#1511774 bz#1570548
|
|
|
|
* Mon Apr 23 2018 Dan Williams <dan.j.williams@intel.com> - 60.1-1
|
|
- release v60.1
|
|
|
|
* Thu Apr 19 2018 Dan Williams <dan.j.williams@intel.com> - 60-1
|
|
- release v60
|
|
|
|
* Tue Mar 27 2018 Dan Williams <dan.j.williams@intel.com> - 59.3-1
|
|
- release v59.3
|
|
|
|
* Tue Mar 06 2018 Björn Esser <besser82@fedoraproject.org> - 59.2-2
|
|
- Rebuilt for libjson-c.so.4 (json-c v0.13.1)
|
|
|
|
* Fri Feb 09 2018 Dan Williams <dan.j.williams@intel.com> - 59.2-1
|
|
- release v59.2
|
|
|
|
* Fri Feb 09 2018 Dan Williams <dan.j.williams@intel.com> - 59.1-1
|
|
- release v59.1
|
|
|
|
* Fri Feb 09 2018 Dan Williams <dan.j.williams@intel.com> - 59-1
|
|
- release v59
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 58.4-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Sun Dec 10 2017 Björn Esser <besser82@fedoraproject.org> - 58.4-2
|
|
- Rebuilt for libjson-c.so.3
|
|
|
|
* Thu Nov 16 2017 Dan Williams <dan.j.williams@intel.com> - 58.4-1
|
|
- release v58.4
|
|
|
|
* Thu Sep 21 2017 Dan Williams <dan.j.williams@intel.com> - 58.2-1
|
|
- release v58.2
|
|
|
|
* Fri Sep 08 2017 Dan Williams <dan.j.williams@intel.com> - 58.1-2
|
|
- gate libpmem dependency on x86_64
|
|
|
|
* Fri Sep 08 2017 Dan Williams <dan.j.williams@intel.com> - 58.1-1
|
|
- add libpmem dependency
|
|
- release v58.1
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 57.1-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 57.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Fri Jun 30 2017 Dan Williams <dan.j.williams@intel.com> - 57.1-1
|
|
- Release v57.1
|
|
|
|
* Sat May 27 2017 Dan Williams <dan.j.williams@intel.com> - 57-1
|
|
- Release v57
|
|
|
|
* Fri Feb 10 2017 Dan Williams <dan.j.williams@intel.com> - 56-1
|
|
- Release v56
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 55-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Fri Oct 21 2016 Dan Williams <dan.j.williams@intel.com> - 55-1
|
|
- release v55
|
|
|
|
* Fri Aug 05 2016 Dan Williams <dan.j.williams@intel.com> - 54-1
|
|
- add explicit lib version dependencies
|
|
|
|
* Sat May 28 2016 Dan Williams <dan.j.williams@intel.com> - 53.1-1
|
|
- Fix up tag format vs source url confusion
|
|
|
|
* Fri May 27 2016 Dan Williams <dan.j.williams@intel.com> - 53-1
|
|
- add daxctl-libs + daxctl-devel packages
|
|
- add bash completion
|
|
|
|
* Mon Apr 04 2016 Dan Williams <dan.j.williams@intel.com> - 52-1
|
|
- Initial rpm submission to Fedora
|