From 44acd4f502565ebe81a9aa7b49406dd2c7428f86 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sun, 21 Mar 2021 13:03:15 +0100 Subject: [PATCH] - exclude entire /lib/systemd from packages --- macros.systemd | 3 +-- rpm-tld-macros.spec | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/macros.systemd b/macros.systemd index 312078c..a621960 100644 --- a/macros.systemd +++ b/macros.systemd @@ -20,7 +20,6 @@ # Macro for excluding above paths from package contents %exclude_systemd_files\ -%exclude %{systemdunitdir}\ -%exclude %{systemduserunitdir}\ +%exclude /usr/lib/systemd\ %exclude %{systemdtmpfilesdir}\ %{nil} diff --git a/rpm-tld-macros.spec b/rpm-tld-macros.spec index 01e81a2..035c4f2 100644 --- a/rpm-tld-macros.spec +++ b/rpm-tld-macros.spec @@ -6,7 +6,7 @@ Summary: TLD Linux RPM macros Summary(pl.UTF-8): Makra RPM dla Linuksa TLD Name: rpm-tld-macros Version: %{rpm_macros_rev} -Release: 4 +Release: 5 License: GPL v2+ Group: Development/Building Source0: macros.tld -- 2.44.0