Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a172d6e68a | |||
| 9e8f4b4267 | |||
| 77ce766767 | |||
| d23cb65ec8 | |||
| ee047f1017 |
BIN
ndctl-82.tar.gz
LFS
BIN
ndctl-82.tar.gz
LFS
Binary file not shown.
3
ndctl-83.tar.gz
Normal file
3
ndctl-83.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd4b9b9a9dc0a15e980670b6f889e910a80ad60f2309e03bfd9cc6071d14dd30
|
||||
size 446064
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 2 11:24:08 UTC 2025 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Enable build on riscv64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 08:13:59 UTC 2025 - Michal Suchanek <msuchanek@suse.de>
|
||||
|
||||
- Update to version 83
|
||||
* fix user visible spelling errors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 12 08:48:41 UTC 2025 - Michal Suchanek <msuchanek@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ndctl
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2015 Intel Corporation
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -16,6 +16,7 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} < 1550 && 0%{?sle_version} <= 150300
|
||||
# systemd-rpm-macros is wrong in 15.3 and below
|
||||
%define _modprobedir /lib/modprobe.d
|
||||
@@ -25,7 +26,7 @@
|
||||
%define lname libndctl6
|
||||
%define dname libndctl-devel
|
||||
Name: ndctl
|
||||
Version: 82
|
||||
Version: 83
|
||||
Release: 0
|
||||
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
||||
License: GPL-2.0-only
|
||||
@@ -51,7 +52,7 @@ BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(udev)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
ExclusiveArch: x86_64 aarch64 ppc64le
|
||||
ExclusiveArch: x86_64 aarch64 ppc64le riscv64
|
||||
%{?systemd_requires}
|
||||
# required for documentation
|
||||
%if 0%{?suse_version} >= 1330
|
||||
|
||||
Reference in New Issue
Block a user