From cc133c564743a6f3936484f812c8fcf6affa02dc Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Sep 29 2020 15:14:51 +0000 Subject: Remove unneeded witespaces --- diff --git a/munge.spec b/munge.spec index 34d5e12..fc5df91 100644 --- a/munge.spec +++ b/munge.spec @@ -23,14 +23,14 @@ Requires(pre): shadow-utils %{?sysusers_requires_compat} %description -MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating -and validating credentials. It is designed to be highly scalable for use -in an HPC cluster environment. -It allows a process to authenticate the UID and GID of another local or -remote process within a group of hosts having common users and groups. -These hosts form a security realm that is defined by a shared cryptographic -key. Clients within this security realm can create and validate credentials -without the use of root privileges, reserved ports, or platform-specific +MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating +and validating credentials. It is designed to be highly scalable for use +in an HPC cluster environment. +It allows a process to authenticate the UID and GID of another local or +remote process within a group of hosts having common users and groups. +These hosts form a security realm that is defined by a shared cryptographic +key. Clients within this security realm can create and validate credentials +without the use of root privileges, reserved ports, or platform-specific methods. %package devel @@ -72,10 +72,8 @@ install -p -D -m 0644 %{SOURCE3} %{buildroot}%{_sysusersdir}/munge.conf # rm unneeded files. rm %{buildroot}/%{_sysconfdir}/sysconfig/munge -# rm %{buildroot}/%{_sysconfdir}/init.d/munge - -# Exclude .la files +# Exclude .la files rm %{buildroot}/%{_libdir}/libmunge.la @@ -84,7 +82,7 @@ chmod 700 %{buildroot}%{_var}/lib/munge %{buildroot}%{_var}/log/munge chmod 700 %{buildroot}%{_sysconfdir}/munge # Create and empty key file and pid file to be marked as a ghost file below. -# i.e it is not actually included in the rpm, only the record +# i.e it is not actually included in the rpm, only the record # of it is. touch %{buildroot}%{_var}/run/munge/munged.pid mv %{buildroot}%{_var}/run %{buildroot} @@ -128,7 +126,7 @@ mv %{buildroot}%{_var}/run %{buildroot} %license COPYING COPYING.LESSER %doc AUTHORS -%doc JARGON META NEWS QUICKSTART README +%doc JARGON META NEWS QUICKSTART README %doc doc %files libs @@ -285,7 +283,7 @@ mv %{buildroot}%{_var}/run %{buildroot} - rhbz#530128 Move runtime libs to a new -libs package. ldconfig moved to new -libs package as a result. * Sat Sep 26 2009 Steve Traylen - 0.5.8-6 -- Patch for rhbz #525732 - Loads /etc/sysconfig/munge +- Patch for rhbz #525732 - Loads /etc/sysconfig/munge correctly. - Mark pid file as ghost file on oses that support that. - Permisions on pid directory to 755 @@ -311,7 +309,7 @@ mv %{buildroot}%{_var}/run %{buildroot} - chmod /var/lib/munge /var/log/munge and /etc/munge to 700. - Apply patch to not error when GPL_LICENSED is not set. - Patch service script to print error on if munge.key not present - on start only and with a better error. + on start only and with a better error. - Remove dont-exit-form-lib.patch. munge is expecting munge to do this. - Remove libgcrypt-devel from BuildRequires, uses openssl by