Address misc. packaging bugs (RHBZ#2100157).
Fix broken ChangeLog-entry.
This commit is contained in:
parent
df903e4bc0
commit
401f506f12
16
ndctl.spec
16
ndctl.spec
@ -1,6 +1,6 @@
|
|||||||
Name: ndctl
|
Name: ndctl
|
||||||
Version: 73
|
Version: 73
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Url: https://github.com/pmem/ndctl
|
Url: https://github.com/pmem/ndctl
|
||||||
@ -170,9 +170,14 @@ fi
|
|||||||
%{_mandir}/man1/ndctl*
|
%{_mandir}/man1/ndctl*
|
||||||
%{bashcompdir}/ndctl
|
%{bashcompdir}/ndctl
|
||||||
%{_unitdir}/ndctl-monitor.service
|
%{_unitdir}/ndctl-monitor.service
|
||||||
|
|
||||||
|
%dir %{_sysconfdir}/ndctl
|
||||||
|
%dir %{_sysconfdir}/ndctl/keys
|
||||||
%{_sysconfdir}/ndctl/keys/keys.readme
|
%{_sysconfdir}/ndctl/keys/keys.readme
|
||||||
|
|
||||||
%{_sysconfdir}/modprobe.d/nvdimm-security.conf
|
%{_sysconfdir}/modprobe.d/nvdimm-security.conf
|
||||||
|
|
||||||
|
%dir %{_sysconfdir}/ndctl.conf.d
|
||||||
%config(noreplace) %{_sysconfdir}/ndctl.conf.d/monitor.conf
|
%config(noreplace) %{_sysconfdir}/ndctl.conf.d/monitor.conf
|
||||||
%config(noreplace) %{_sysconfdir}/ndctl.conf.d/ndctl.conf
|
%config(noreplace) %{_sysconfdir}/ndctl.conf.d/ndctl.conf
|
||||||
|
|
||||||
@ -180,10 +185,11 @@ fi
|
|||||||
%license LICENSES/preferred/GPL-2.0 LICENSES/other/MIT LICENSES/other/CC0-1.0
|
%license LICENSES/preferred/GPL-2.0 LICENSES/other/MIT LICENSES/other/CC0-1.0
|
||||||
%{_bindir}/daxctl
|
%{_bindir}/daxctl
|
||||||
%{_mandir}/man1/daxctl*
|
%{_mandir}/man1/daxctl*
|
||||||
%{_datadir}/daxctl/daxctl.conf
|
%{_datadir}/daxctl
|
||||||
%{bashcompdir}/daxctl
|
%{bashcompdir}/daxctl
|
||||||
%{_unitdir}/daxdev-reconfigure@.service
|
%{_unitdir}/daxdev-reconfigure@.service
|
||||||
%config %{_udevrulesdir}/90-daxctl-device.rules
|
%config %{_udevrulesdir}/90-daxctl-device.rules
|
||||||
|
%dir %{_sysconfdir}/daxctl.conf.d/
|
||||||
%config(noreplace) %{_sysconfdir}/daxctl.conf.d/daxctl.example.conf
|
%config(noreplace) %{_sysconfdir}/daxctl.conf.d/daxctl.example.conf
|
||||||
|
|
||||||
%files -n cxl-cli
|
%files -n cxl-cli
|
||||||
@ -229,7 +235,11 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 08 2022 Vishal Verma <vishal.l.verma@intel.com> - 73-2
|
* Fri Jun 24 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 73-2
|
||||||
|
- Address misc. packaging bugs (RHBZ#2100157).
|
||||||
|
- Fix broken ChangeLog-entry.
|
||||||
|
|
||||||
|
* Tue Mar 08 2022 Vishal Verma <vishal.l.verma@intel.com> - 73-1
|
||||||
- release v73
|
- release v73
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 72.1-2
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 72.1-2
|
||||||
|
Loading…
Reference in New Issue
Block a user