forked from pool/librtas
- Add support for more kernek rtas call kernek interfaces (jsc#PED-10917) * 0001-librtas-Move-platform-dump-rtas-call-code-to-separat.patch * 0002-librtas-platform-dump-prefer-dev-papr-platform-dump-.patch * 0003-librtas-move-get-set-indices-RTAS-calls-code-to-sepa.patch * 0004-librtas-Add-kernel-uapi-header-papr-indices.h.patch * 0005-librtas-Use-dev-papr-indices-when-available-for-ibm-.patch * 0006-librtas-Use-dev-papr-indices-when-available-for-get-.patch * 0007-librtas-Use-dev-papr-indices-when-available-for-set-.patch * 0008-librtas-Move-physical-attestation-rtas-call-code-to-.patch * 0009-librtas-Use-kernel-interface-when-available-for-ibm-.patch OBS-URL: https://build.opensuse.org/request/show/1254792 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/librtas?expand=0&rev=71
13 lines
443 B
Diff
13 lines
443 B
Diff
diff -ur librtas-2.0.4~/Makefile.am librtas-2.0.4/Makefile.am
|
|
--- librtas-2.0.4~/Makefile.am 2023-01-24 19:08:58.000000000 +0100
|
|
+++ librtas-2.0.4/Makefile.am 2023-01-25 12:35:10.011935185 +0100
|
|
@@ -3,7 +3,7 @@
|
|
EXTRA_DIST = README COPYING.LESSER
|
|
EXTRA_DIST += doc/doxygen.rtas doc/doxygen.rtasevent Changelog
|
|
|
|
-docdir = $(datadir)/doc/@PACKAGE@
|
|
+docdir = $(datadir)/doc/packages/@PACKAGE@
|
|
doc_DATA = README COPYING.LESSER
|
|
|
|
bin_PROGRAMS=
|