automatic version update by autodist [release 72.1-1mamba;Sun Jan 09 2022]
This commit is contained in:
parent
c20da25c44
commit
38a4c3acef
39
ndctl.spec
39
ndctl.spec
@ -1,17 +1,18 @@
|
||||
Name: ndctl
|
||||
Version: 71.1
|
||||
Version: 72.1
|
||||
Release: 1mamba
|
||||
Summary: Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/pmem/ndctl.git
|
||||
URL: https://github.com/pmem/ndctl
|
||||
## GITSOURCE https://github.com/pmem/ndctl.git v64.1
|
||||
Source: https://github.com/pmem/ndctl.git/v%{version}/ndctl-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libiniparser-devel
|
||||
BuildRequires: libjson-c-devel
|
||||
BuildRequires: libkeyutils-devel
|
||||
BuildRequires: libkmod-devel
|
||||
@ -19,7 +20,6 @@ BuildRequires: libudev-devel
|
||||
BuildRequires: libuuid-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel.
|
||||
@ -44,9 +44,9 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure \
|
||||
--disable-docs
|
||||
|
||||
@ -76,36 +76,51 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/modprobe.d/nvdimm-security.conf
|
||||
%{_sysconfdir}/ndctl/keys/keys.readme
|
||||
%{_sysconfdir}/ndctl/monitor.conf
|
||||
%{_unitdir}/ndctl-monitor.service
|
||||
%{_sysconfdir}/daxctl.conf.d/daxctl.example.conf
|
||||
%dir %{_sysconfdir}/ndctl.conf.d
|
||||
%config(noreplace) %{_sysconfdir}/ndctl.conf.d/monitor.conf
|
||||
%config(noreplace) %{_sysconfdir}/ndctl.conf.d/ndctl.conf
|
||||
%{_sysconfdir}/modprobe.d/nvdimm-security.conf
|
||||
%{_bindir}/cxl
|
||||
%{_bindir}/daxctl
|
||||
%{_bindir}/ndctl
|
||||
%{_datadir}/bash-completion/completions/ndctl
|
||||
%{_unitdir}/ndctl-monitor.service
|
||||
%{_unitdir}/daxdev-reconfigure@.service
|
||||
%{_udevrulesdir}/90-daxctl-device.rules
|
||||
%{_datadir}/bash-completion/completions/*
|
||||
%{_datadir}/daxctl/daxctl.conf
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libdaxctl.so.*
|
||||
%{_libdir}/libndctl.so.*
|
||||
%{_libdir}/libcxl.so.*
|
||||
%doc COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/daxctl/libdaxctl.h
|
||||
%{_includedir}/ndctl/libdaxctl.h
|
||||
%{_includedir}/ndctl/libndctl.h
|
||||
%{_includedir}/ndctl/ndctl.h
|
||||
%dir %{_includedir}/daxctl
|
||||
%{_includedir}/daxctl/*.h
|
||||
%dir %{_includedir}/cxl
|
||||
%{_includedir}/cxl/*.h
|
||||
%dir %{_includedir}/ndctl
|
||||
%{_includedir}/ndctl/*.h
|
||||
%{_libdir}/libdaxctl.la
|
||||
%{_libdir}/libdaxctl.so
|
||||
%{_libdir}/libndctl.la
|
||||
%{_libdir}/libndctl.so
|
||||
%{_libdir}/libcxl.la
|
||||
%{_libdir}/libcxl.so
|
||||
%{_libdir}/pkgconfig/libcxl.pc
|
||||
%{_libdir}/pkgconfig/libdaxctl.pc
|
||||
%{_libdir}/pkgconfig/libndctl.pc
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sun Jan 09 2022 Automatic Build System <autodist@mambasoft.it> 72.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 23 2020 Automatic Build System <autodist@mambasoft.it> 71.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user