From d5def58a0e474d232ab831ca06bf370af2d7a833 Mon Sep 17 00:00:00 2001 From: Stephan Wiesand Date: Mon, 2 Jul 2018 13:28:07 +0200 Subject: [PATCH] redhat: package new file include/opr/lock.h Commit 792dd44ac57032a3f2a4743c83c8a0208a08ecec added the installation of include/opr/lock.h, but the rpm spec fails to pick it up, making rpm builds fail. Add the new file to the files list for the -devel package. FIXES 134579 Reviewed-on: https://gerrit.openafs.org/13238 Tested-by: BuildBot Reviewed-by: Michael Meffie Reviewed-by: Benjamin Kaduk (cherry picked from commit babf419886d687f8359159f35e8b89aff5e166f8) Change-Id: I32b6737a6868239c56a604030a49cc45f0379707 Reviewed-on: https://gerrit.openafs.org/13247 Reviewed-by: Mark Vitale Tested-by: Stephan Wiesand Reviewed-by: Michael Meffie Reviewed-by: Andrew Deason Reviewed-by: Benjamin Kaduk --- src/packaging/RedHat/openafs.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/packaging/RedHat/openafs.spec.in b/src/packaging/RedHat/openafs.spec.in index 7f1052e43..14121672f 100644 --- a/src/packaging/RedHat/openafs.spec.in +++ b/src/packaging/RedHat/openafs.spec.in @@ -1331,6 +1331,7 @@ dkms remove -m %{name} -v %{dkms_version} --rpm_safe_upgrade --all ||: %{_includedir}/timer.h %{_includedir}/ubik.h %{_includedir}/ubik_int.h +%{_includedir}/opr/lock.h %{_includedir}/opr/queue.h %{_libdir}/afs %{_libdir}/libafshcrypto.a -- 2.39.5