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
|
||||
Version: 73
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
||||
License: GPLv2
|
||||
Url: https://github.com/pmem/ndctl
|
||||
@ -170,9 +170,14 @@ fi
|
||||
%{_mandir}/man1/ndctl*
|
||||
%{bashcompdir}/ndctl
|
||||
%{_unitdir}/ndctl-monitor.service
|
||||
|
||||
%dir %{_sysconfdir}/ndctl
|
||||
%dir %{_sysconfdir}/ndctl/keys
|
||||
%{_sysconfdir}/ndctl/keys/keys.readme
|
||||
|
||||
%{_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/ndctl.conf
|
||||
|
||||
@ -180,10 +185,11 @@ fi
|
||||
%license LICENSES/preferred/GPL-2.0 LICENSES/other/MIT LICENSES/other/CC0-1.0
|
||||
%{_bindir}/daxctl
|
||||
%{_mandir}/man1/daxctl*
|
||||
%{_datadir}/daxctl/daxctl.conf
|
||||
%{_datadir}/daxctl
|
||||
%{bashcompdir}/daxctl
|
||||
%{_unitdir}/daxdev-reconfigure@.service
|
||||
%config %{_udevrulesdir}/90-daxctl-device.rules
|
||||
%dir %{_sysconfdir}/daxctl.conf.d/
|
||||
%config(noreplace) %{_sysconfdir}/daxctl.conf.d/daxctl.example.conf
|
||||
|
||||
%files -n cxl-cli
|
||||
@ -229,7 +235,11 @@ fi
|
||||
|
||||
|
||||
%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
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 72.1-2
|
||||
|
Loading…
Reference in New Issue
Block a user