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