From 977730024bfa87cf8ccb86c8396499fdb64b83464fa95b95d7bb956222a35d4d Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Wed, 23 Dec 2020 21:55:45 +0000 Subject: [PATCH] Accepting request 858349 from home:dimstar:Factory - Fix sed call to fixup libtirpc.pc.in: as we want our tirpc to be a transparent drop-in-replacement for rpc, we move the files from /usr/include/tirpc to /usr/include. Due to an upstream change in libtirpc.pc.in, though, the existing sed call no longer matched and no longer corrected the information according to our package. OBS-URL: https://build.opensuse.org/request/show/858349 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=94 --- libtirpc.changes | 10 ++++++++++ libtirpc.spec | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/libtirpc.changes b/libtirpc.changes index 788e6de..fc3acab 100644 --- a/libtirpc.changes +++ b/libtirpc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 23 12:50:03 UTC 2020 - Dominique Leuenberger + +- Fix sed call to fixup libtirpc.pc.in: as we want our tirpc to be + a transparent drop-in-replacement for rpc, we move the files + from /usr/include/tirpc to /usr/include. Due to an upstream + change in libtirpc.pc.in, though, the existing sed call no longer + matched and no longer corrected the information according to our + package. + ------------------------------------------------------------------- Wed Dec 2 17:29:03 UTC 2020 - Petr Vorel diff --git a/libtirpc.spec b/libtirpc.spec index 1679d62..f1eb9df 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -73,7 +73,7 @@ TCP over IPv4. %setup -q %build -sed -i -e 's|@includedir@/tirpc|@includedir@|g' libtirpc.pc.in +sed -i -e 's|${includedir}/tirpc|${includedir}|g' libtirpc.pc.in %configure --disable-static %make_build