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