4734ecf5fb
- fixed PATH shortener - also install /etc/system-fips in the initramfs - nbd, do not fail in hostonly mode - add ohci-pci to the list of hardcoded modules - lvm: do not run pvscan for lvmetad - network fixes - skip crypt swaps with password files - fixed i18n
36 lines
1.4 KiB
Diff
36 lines
1.4 KiB
Diff
From 11ee2ca8d497980c98c3c5a2c3be25b4724c43a0 Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Thu, 5 Dec 2013 17:31:09 +0100
|
|
Subject: [PATCH] dracut.spec: remove suse man pages
|
|
|
|
---
|
|
dracut.spec | 9 ++++++---
|
|
1 file changed, 6 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/dracut.spec b/dracut.spec
|
|
index 91ec15d..bd35aa7 100644
|
|
--- a/dracut.spec
|
|
+++ b/dracut.spec
|
|
@@ -246,15 +246,18 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log
|
|
touch $RPM_BUILD_ROOT%{_localstatedir}/log/dracut.log
|
|
mkdir -p $RPM_BUILD_ROOT%{_sharedstatedir}/initramfs
|
|
|
|
-%if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version}
|
|
+%if 0%{?fedora} || 0%{?rhel}
|
|
install -m 0644 dracut.conf.d/fedora.conf.example $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/01-dist.conf
|
|
-install -m 0644 dracut.conf.d/fips.conf.example $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/40-fips.conf
|
|
+rm -f $RPM_BUILD_ROOT%{_mandir}/man?/*suse*
|
|
%endif
|
|
-
|
|
%if 0%{?suse_version}
|
|
install -m 0644 dracut.conf.d/suse.conf.example $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/01-dist.conf
|
|
%endif
|
|
|
|
+%if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version}
|
|
+install -m 0644 dracut.conf.d/fips.conf.example $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/40-fips.conf
|
|
+%endif
|
|
+
|
|
%if 0%{?fedora} <= 12 && 0%{?rhel} < 6 && 0%{?suse_version} <= 9999
|
|
rm -f -- $RPM_BUILD_ROOT%{_bindir}/mkinitrd
|
|
rm -f -- $RPM_BUILD_ROOT%{_bindir}/lsinitrd
|