i9ce
MSVSphere Packaging Team 1 year ago
parent f1115b8aa4
commit 4d71f99abe

@ -0,0 +1,29 @@
From 664b65d293c948a725b9e215c13505539250ce10 Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak@v3.sk>
Date: Thu, 22 Aug 2019 17:37:56 +0200
Subject: [PATCH] Move the NetworkManager dispatcher script out of /etc
It's not user configuration and shouldn't ever have been there. Except for that
it used to be the only location NetworkManager looked into. With NetworkManager
1.20 that is no longer the case and the dispatcher scripts can be moved to
/usr/lib.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index b540bbe..625ccc7 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ TLP_BIN ?= /usr/bin
TLP_TLIB ?= /usr/share/tlp
TLP_FLIB ?= /usr/share/tlp/func.d
TLP_ULIB ?= /lib/udev
-TLP_NMDSP ?= /etc/NetworkManager/dispatcher.d
+TLP_NMDSP ?= /usr/lib/NetworkManager/dispatcher.d
TLP_CONF ?= /etc/default/tlp
TLP_SYSD ?= /lib/systemd/system
TLP_SYSV ?= /etc/init.d
--
2.23.0

@ -121,9 +121,6 @@ fi
%systemd_postun_with_restart tlp.service %systemd_postun_with_restart tlp.service
%changelog %changelog
* Fri Dec 01 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.5.0-2
- Rebuilt for MSVSphere 9.2
* Mon Jan 10 2022 Jeremy Newton <alexjnewt at hotmail dot com> - 1.5.0-2 * Mon Jan 10 2022 Jeremy Newton <alexjnewt at hotmail dot com> - 1.5.0-2
- More fixes for RHBZ#2028701 - More fixes for RHBZ#2028701
@ -140,6 +137,9 @@ fi
* Sat Oct 2 2021 Jeremy Newton <alexjnewt AT hotmail DOT com> - 1.4.0-1 * Sat Oct 2 2021 Jeremy Newton <alexjnewt AT hotmail DOT com> - 1.4.0-1
- Update to 1.4.0 - Update to 1.4.0
* Fri Dec 01 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.3.1-5
- Rebuilt for MSVSphere 9.2
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-5 * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Loading…
Cancel
Save