Remove unneeded witespaces
This commit is contained in:
parent
ab9ede3b56
commit
cc133c5647
28
munge.spec
28
munge.spec
@ -23,14 +23,14 @@ Requires(pre): shadow-utils
|
|||||||
%{?sysusers_requires_compat}
|
%{?sysusers_requires_compat}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating
|
MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating
|
||||||
and validating credentials. It is designed to be highly scalable for use
|
and validating credentials. It is designed to be highly scalable for use
|
||||||
in an HPC cluster environment.
|
in an HPC cluster environment.
|
||||||
It allows a process to authenticate the UID and GID of another local or
|
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.
|
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
|
These hosts form a security realm that is defined by a shared cryptographic
|
||||||
key. Clients within this security realm can create and validate credentials
|
key. Clients within this security realm can create and validate credentials
|
||||||
without the use of root privileges, reserved ports, or platform-specific
|
without the use of root privileges, reserved ports, or platform-specific
|
||||||
methods.
|
methods.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -72,10 +72,8 @@ install -p -D -m 0644 %{SOURCE3} %{buildroot}%{_sysusersdir}/munge.conf
|
|||||||
|
|
||||||
# rm unneeded files.
|
# rm unneeded files.
|
||||||
rm %{buildroot}/%{_sysconfdir}/sysconfig/munge
|
rm %{buildroot}/%{_sysconfdir}/sysconfig/munge
|
||||||
#
|
|
||||||
rm %{buildroot}/%{_sysconfdir}/init.d/munge
|
rm %{buildroot}/%{_sysconfdir}/init.d/munge
|
||||||
|
# Exclude .la files
|
||||||
# Exclude .la files
|
|
||||||
rm %{buildroot}/%{_libdir}/libmunge.la
|
rm %{buildroot}/%{_libdir}/libmunge.la
|
||||||
|
|
||||||
|
|
||||||
@ -84,7 +82,7 @@ chmod 700 %{buildroot}%{_var}/lib/munge %{buildroot}%{_var}/log/munge
|
|||||||
chmod 700 %{buildroot}%{_sysconfdir}/munge
|
chmod 700 %{buildroot}%{_sysconfdir}/munge
|
||||||
|
|
||||||
# Create and empty key file and pid file to be marked as a ghost file below.
|
# 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.
|
# of it is.
|
||||||
touch %{buildroot}%{_var}/run/munge/munged.pid
|
touch %{buildroot}%{_var}/run/munge/munged.pid
|
||||||
mv %{buildroot}%{_var}/run %{buildroot}
|
mv %{buildroot}%{_var}/run %{buildroot}
|
||||||
@ -128,7 +126,7 @@ mv %{buildroot}%{_var}/run %{buildroot}
|
|||||||
|
|
||||||
%license COPYING COPYING.LESSER
|
%license COPYING COPYING.LESSER
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
%doc JARGON META NEWS QUICKSTART README
|
%doc JARGON META NEWS QUICKSTART README
|
||||||
%doc doc
|
%doc doc
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
@ -285,7 +283,7 @@ mv %{buildroot}%{_var}/run %{buildroot}
|
|||||||
- rhbz#530128 Move runtime libs to a new -libs package.
|
- rhbz#530128 Move runtime libs to a new -libs package.
|
||||||
ldconfig moved to new -libs package as a result.
|
ldconfig moved to new -libs package as a result.
|
||||||
* Sat Sep 26 2009 Steve Traylen <steve.traylen@cern.ch> - 0.5.8-6
|
* Sat Sep 26 2009 Steve Traylen <steve.traylen@cern.ch> - 0.5.8-6
|
||||||
- Patch for rhbz #525732 - Loads /etc/sysconfig/munge
|
- Patch for rhbz #525732 - Loads /etc/sysconfig/munge
|
||||||
correctly.
|
correctly.
|
||||||
- Mark pid file as ghost file on oses that support that.
|
- Mark pid file as ghost file on oses that support that.
|
||||||
- Permisions on pid directory to 755
|
- 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.
|
- chmod /var/lib/munge /var/log/munge and /etc/munge to 700.
|
||||||
- Apply patch to not error when GPL_LICENSED is not set.
|
- Apply patch to not error when GPL_LICENSED is not set.
|
||||||
- Patch service script to print error on if munge.key not present
|
- 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
|
- Remove dont-exit-form-lib.patch. munge is expecting munge to
|
||||||
do this.
|
do this.
|
||||||
- Remove libgcrypt-devel from BuildRequires, uses openssl by
|
- Remove libgcrypt-devel from BuildRequires, uses openssl by
|
||||||
|
Loading…
Reference in New Issue
Block a user