diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-11-29 18:01:30 +0100 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2019-04-29 16:57:07 +0200 |
commit | 14eaf6a40b2ccf2b0daedbbaf0730287fd6a4d3b (patch) | |
tree | ca8dcaddfa8ec232da4f491d7f37a9ada3ca78e2 | |
parent | c4f1fac35d0c57d2034f7954cea05129d1f40659 (diff) | |
download | NetworkManager-14eaf6a40b2ccf2b0daedbbaf0730287fd6a4d3b.tar.gz |
contrib/rpm: provide NetworkManager-dispatcherlr/dispatcher-split
This is a provide packages that install dispatcher scripts should depend
on. It will make it easier to keep track of them and possibly split out
the dispatcher into an optional package if not needed.
-rw-r--r-- | contrib/fedora/rpm/NetworkManager.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec index 241b8c5ae2..39252c1010 100644 --- a/contrib/fedora/rpm/NetworkManager.spec +++ b/contrib/fedora/rpm/NetworkManager.spec @@ -242,6 +242,8 @@ BuildRequires: libubsan %endif %endif +Provides: %{name}-dispatcher%{?_isa} = %{epoch}:%{version}-%{release} + # NetworkManager uses various parts of systemd-networkd internally, including # DHCP client, IPv4 Link-Local address negotiation or LLDP support. # This provide is essentially here so that NetworkManager shows on Security |