From c9eaeba92be28024abdba9cfb2c5f3173bcc41c7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 18 Apr 2023 14:39:21 -0700 Subject: [PATCH] Add comment to rebuild NetworkManager when bumping version --- ppp.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ppp.spec b/ppp.spec index a9d6d51..9e2118f 100644 --- a/ppp.spec +++ b/ppp.spec @@ -1,6 +1,9 @@ %global _hardened_build 1 Name: ppp +# When bumping the ppp version, please be sure to rebuild +# NetworkManager against the new version - NetworkManager-ppp has a +# dep that is tied to the ppp version and generated at build time Version: 2.5.0 Release: 1%{?dist} Summary: The Point-to-Point Protocol daemon