Remove trailing whitespaces from spec

This commit is contained in:
Matej Muzila 2018-06-12 10:42:22 +02:00
parent 8d2a32a70e
commit a5f6acfb96
1 changed files with 28 additions and 25 deletions

View File

@ -5,7 +5,7 @@ Summary: The NIS (Network Information Service) server
Url: http://www.linux-nis.org/nis/ypserv/index.html Url: http://www.linux-nis.org/nis/ypserv/index.html
Name: ypserv Name: ypserv
Version: 4.0 Version: 4.0
Release: 9.20170331git%{shortcommit0}%{?dist} Release: 10.20170331git%{shortcommit0}%{?dist}
License: GPLv2 License: GPLv2
Group: System Environment/Daemons Group: System Environment/Daemons
Source0: https://github.com/thkukuk/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz Source0: https://github.com/thkukuk/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
@ -134,12 +134,12 @@ cat >$RPM_BUILD_ROOT/etc/sysconfig/yppasswdd <<EOF
YPPASSWDD_ARGS= YPPASSWDD_ARGS=
EOF EOF
# We need to pass all environment variables set in /etc/sysconfig/yppasswdd # We need to pass all environment variables set in /etc/sysconfig/yppasswdd
# only if they are not empty. However, this simple logic is not supported # only if they are not empty. However, this simple logic is not supported
# by systemd. The script rpc.yppasswdd.env wraps the main binary and # by systemd. The script rpc.yppasswdd.env wraps the main binary and
# prepares YPPASSWDD_ARGS variable to include all necessary variables # prepares YPPASSWDD_ARGS variable to include all necessary variables
# (ETCDIR, PASSWDFILE and SHADOWFILE). The script ensures, that the # (ETCDIR, PASSWDFILE and SHADOWFILE). The script ensures, that the
# rpc.yppasswdd arguments are not used when the appropriate environment # rpc.yppasswdd arguments are not used when the appropriate environment
# variables are empty. # variables are empty.
install -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_libexecdir}/rpc.yppasswdd.env install -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_libexecdir}/rpc.yppasswdd.env
@ -173,6 +173,9 @@ install -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_libexecdir}/rpc.yppasswdd.env
%{_includedir}/rpcsvc %{_includedir}/rpcsvc
%changelog %changelog
* Tue Jun 12 2018 Matej Mužila <mmuzila@redhat.com> - 4.0-10.20170331git5bfba76
- Remove trailing whitespaces from spec
* Tue Jun 12 2018 Matej Mužila <mmuzila@redhat.com> - 4.0-9.20170331git5bfba76 * Tue Jun 12 2018 Matej Mužila <mmuzila@redhat.com> - 4.0-9.20170331git5bfba76
- Drop map rebuild (gdbm -> tokyocabinet) support - Drop map rebuild (gdbm -> tokyocabinet) support
@ -252,7 +255,7 @@ install -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_libexecdir}/rpc.yppasswdd.env
* Mon May 06 2013 Honza Horak <hhorak@redhat.com> - 2.31-1 * Mon May 06 2013 Honza Horak <hhorak@redhat.com> - 2.31-1
- Update to new upstream version - Update to new upstream version
* Mon Feb 04 2013 Honza Horak <hhorak@redhat.com> - 2.29-8 * Mon Feb 04 2013 Honza Horak <hhorak@redhat.com> - 2.29-8
- Stop ypserv daemon temporary when reading info about maps - Stop ypserv daemon temporary when reading info about maps
@ -311,18 +314,18 @@ install -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_libexecdir}/rpc.yppasswdd.env
Resolves: #809120 Resolves: #809120
* Wed Feb 01 2012 Honza Horak <hhorak@redhat.com> - 2.27-1 * Wed Feb 01 2012 Honza Horak <hhorak@redhat.com> - 2.27-1
- Update to new upstream version, which fixes several bugs - Update to new upstream version, which fixes several bugs
(removing patches that aren't needed any more) (removing patches that aren't needed any more)
* Thu Jan 12 2012 Honza Horak <hhorak@redhat.com> - 2.26-10 * Thu Jan 12 2012 Honza Horak <hhorak@redhat.com> - 2.26-10
- Added ypserv-pre-setdomain to respect NISDOMAIN environment variable - Added ypserv-pre-setdomain to respect NISDOMAIN environment variable
and set domainname if empty and set domainname if empty
- Added autoreconf call (thus .path patch modified to keep impact) - Added autoreconf call (thus .path patch modified to keep impact)
- Patch .aliases fixed - Patch .aliases fixed
Resolves: #699826 Resolves: #699826
* Mon Dec 12 2011 Honza Horak <hhorak@redhat.com> - 2.26-9 * Mon Dec 12 2011 Honza Horak <hhorak@redhat.com> - 2.26-9
- Rebuild against compat_gdbm, because gdbm has changed license - Rebuild against compat_gdbm, because gdbm has changed license
to GPLv3+ and it is not compatible with ypserv GPLv2 to GPLv3+ and it is not compatible with ypserv GPLv2
* Mon Nov 28 2011 Honza Horak <hhorak@redhat.com> - 2.26-8 * Mon Nov 28 2011 Honza Horak <hhorak@redhat.com> - 2.26-8
@ -343,12 +346,12 @@ install -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_libexecdir}/rpc.yppasswdd.env
- Rebuild with new gdbm-1.9.1 - Rebuild with new gdbm-1.9.1
* Fri Sep 30 2011 Honza Horak <hhorak@redhat.com> - 2.26-4 * Fri Sep 30 2011 Honza Horak <hhorak@redhat.com> - 2.26-4
- Added passwd.adjunct support in yppasswdd to recognize - Added passwd.adjunct support in yppasswdd to recognize
password format correctly when changing password using yppasswd password format correctly when changing password using yppasswd
Resolves: #699667 Resolves: #699667
* Wed Aug 31 2011 Honza Horak <hhorak@redhat.com> - 2.26-3 * Wed Aug 31 2011 Honza Horak <hhorak@redhat.com> - 2.26-3
- fixed hiding the change request when external script is used - fixed hiding the change request when external script is used
in rpc.yppasswdd in rpc.yppasswdd
* Wed Aug 03 2011 Honza Horak <hhorak@redhat.com> - 2.26-2 * Wed Aug 03 2011 Honza Horak <hhorak@redhat.com> - 2.26-2
@ -359,7 +362,7 @@ install -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_libexecdir}/rpc.yppasswdd.env
Simplified systemd snippets in spec file Simplified systemd snippets in spec file
* Tue Jun 14 2011 Honza Horak <hhorak@redhat.com> - 2.25-3 * Tue Jun 14 2011 Honza Horak <hhorak@redhat.com> - 2.25-3
- Adjust yppush man page and add a comment how to assign options - Adjust yppush man page and add a comment how to assign options
to yppush (#712239) to yppush (#712239)
* Tue May 10 2011 Honza Horak <hhorak@redhat.com> - 2.25-2 * Tue May 10 2011 Honza Horak <hhorak@redhat.com> - 2.25-2
@ -367,10 +370,10 @@ install -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_libexecdir}/rpc.yppasswdd.env
(#696903) (#696903)
* Tue May 10 2011 Honza Horak <hhorak@redhat.com> - 2.25-1 * Tue May 10 2011 Honza Horak <hhorak@redhat.com> - 2.25-1
- Update to new upstream version, which contains .staticanal patch - Update to new upstream version, which contains .staticanal patch
* Fri May 06 2011 Honza Horak <hhorak@redhat.com> - 2.24-4 * Fri May 06 2011 Honza Horak <hhorak@redhat.com> - 2.24-4
- Change default aliases file location to /etc/aliases to correspond - Change default aliases file location to /etc/aliases to correspond
with default MTAs' config (#699826) with default MTAs' config (#699826)
* Tue Apr 26 2011 Honza Horak <hhorak@redhat.com> - 2.24-3 * Tue Apr 26 2011 Honza Horak <hhorak@redhat.com> - 2.24-3
@ -402,12 +405,12 @@ install -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_libexecdir}/rpc.yppasswdd.env
merged by the upstream merged by the upstream
* Thu Jan 28 2010 Karel Klic <kklic@redhat.com> - 2.21-4 * Thu Jan 28 2010 Karel Klic <kklic@redhat.com> - 2.21-4
- Removed ypserv-2.21-iface.patch, because upstream refused to - Removed ypserv-2.21-iface.patch, because upstream refused to
merge it three times over 7 years. "Since this is merge it three times over 7 years. "Since this is
not supported by RPC (means portmapper still shows ypserv not supported by RPC (means portmapper still shows ypserv
for the other subnets and portmapper can forward requests for the other subnets and portmapper can forward requests
from other subnets via loopback), this will give quite some from other subnets via loopback), this will give quite some
unexpected behaviors and makes it pretty difficult to debug unexpected behaviors and makes it pretty difficult to debug
such scenarios." such scenarios."
* Wed Jan 27 2010 Karel Klic <kklic@redhat.com> - 2.21-3 * Wed Jan 27 2010 Karel Klic <kklic@redhat.com> - 2.21-3
@ -478,7 +481,7 @@ install -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_libexecdir}/rpc.yppasswdd.env
(bz #197646) (bz #197646)
* Wed Sep 13 2006 Steve Dickson <steved@redhat.com> - 2.19-3 * Wed Sep 13 2006 Steve Dickson <steved@redhat.com> - 2.19-3
- Added range checks to port values given on command line - Added range checks to port values given on command line
(bz 205354) (bz 205354)
* Tue Jul 25 2006 Steve Dickson <steved@redhat.com> - 2.19-2 * Tue Jul 25 2006 Steve Dickson <steved@redhat.com> - 2.19-2
@ -598,7 +601,7 @@ install -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_libexecdir}/rpc.yppasswdd.env
- Added patch to fix yppush timeout errors (#62429) - Added patch to fix yppush timeout errors (#62429)
* Wed Mar 27 2002 Alex Larsson <alexl@redhat.com> 2.2-6 * Wed Mar 27 2002 Alex Larsson <alexl@redhat.com> 2.2-6
- Make yppasswdd source /etc/sysconf/yppasswd for options (#52253) - Make yppasswdd source /etc/sysconf/yppasswd for options (#52253)
* Mon Mar 25 2002 Alex Larsson <alexl@redhat.com> 2.2-5 * Mon Mar 25 2002 Alex Larsson <alexl@redhat.com> 2.2-5
- Add patch that fixes generation of services.byname. (#41851) - Add patch that fixes generation of services.byname. (#41851)
@ -719,7 +722,7 @@ install -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_libexecdir}/rpc.yppasswdd.env
* Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com> * Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
- version 1.3.6.91 - version 1.3.6.91
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 4) - auto rebuild in the new build environment (release 4)
* Mon Feb 8 1999 Bill Nottingham <notting@redhat.com> * Mon Feb 8 1999 Bill Nottingham <notting@redhat.com>