release v62
This commit is contained in:
parent
e85469f0a7
commit
15c699369b
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/ndctl-61.tar.gz
|
||||
/ndctl-61.1.tar.gz
|
||||
/ndctl-61.2.tar.gz
|
||||
/ndctl-62.tar.gz
|
||||
|
14
ndctl.spec
14
ndctl.spec
@ -1,6 +1,6 @@
|
||||
Name: ndctl
|
||||
Version: 61.2
|
||||
Release: 2%{?dist}
|
||||
Version: 62
|
||||
Release: 1%{?dist}
|
||||
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
@ -20,6 +20,7 @@ BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(json-c)
|
||||
BuildRequires: pkgconfig(bash-completion)
|
||||
BuildRequires: systemd
|
||||
|
||||
%description
|
||||
Utility library for managing the "libnvdimm" subsystem. The "libnvdimm"
|
||||
@ -109,12 +110,17 @@ make check
|
||||
%postun -n daxctl-libs -p /sbin/ldconfig
|
||||
|
||||
%define bashcompdir %(pkg-config --variable=completionsdir bash-completion)
|
||||
%define udevdir %(pkg-config --variable=udevdir udev)
|
||||
|
||||
%files
|
||||
%license util/COPYING licenses/BSD-MIT licenses/CC0
|
||||
%{_bindir}/ndctl
|
||||
%{_mandir}/man1/ndctl*
|
||||
%{bashcompdir}/
|
||||
%{_sysconfdir}/ndctl/monitor.conf
|
||||
%{_unitdir}/ndctl-monitor.service
|
||||
%{_udevrulesdir}/80-ndctl.rules
|
||||
%{udevdir}/ndctl-udev
|
||||
|
||||
%files -n daxctl
|
||||
%license util/COPYING licenses/BSD-MIT licenses/CC0
|
||||
@ -145,6 +151,10 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 14 2018 Vishal Verma <vishal@stellar.sh> - 62-1
|
||||
- release v62
|
||||
- Add files for udev and ndctl-monitor
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 61.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ndctl-61.2.tar.gz) = da231a61654b0f863c8cac8d70b166a5a60df4be86ed74e1e8fb3a23b4692483200075f0606244720f1b919891c00eb3ae9b49c48662213bc08601f0fe11008b
|
||||
SHA512 (ndctl-62.tar.gz) = ea7508a571bf69a15c24d40385b08fedfb6c02ca8f648724cf074f7d49f6361d69d42e1243255d3f473d9ed67361f34f34fad11ad73a4b2f3877a96e2b451827
|
||||
|
Loading…
Reference in New Issue
Block a user