Fix various minor rpmlint errors

This commit is contained in:
Jamie Nguyen
2013-07-15 15:22:19 +01:00
parent 776e0df602
commit e33f133807

View File

@@ -34,9 +34,9 @@ Requires(preun): chkconfig
Requires(preun): initscripts Requires(preun): initscripts
%endif %endif
%description %description
The strongSwan IPsec implementation supports both the IKEv1 and IKEv2 key exchange The strongSwan IPsec implementation supports both the IKEv1 and IKEv2 key
protocols in conjunction with the native NETKEY IPsec stack of the Linux exchange protocols in conjunction with the native NETKEY IPsec stack of the
kernel. Linux kernel.
%package NetworkManager %package NetworkManager
Summary: NetworkManager plugin for Strongswan Summary: NetworkManager plugin for Strongswan
@@ -46,15 +46,15 @@ NetworkManager plugin integrates a subset of Strongswan capabilities
to NetworkManager. to NetworkManager.
%package tnc-imcvs %package tnc-imcvs
Summary: Trusted network connect (TNC)'s IMC/IMV fuctionality Summary: Trusted network connect (TNC)'s IMC/IMV functionality
Group: Applications/System Group: Applications/System
Requires: %{name} = %{version} Requires: %{name} = %{version}
%description tnc-imcvs %description tnc-imcvs
This package provides Trusted Network Connect's (TNC) IMC and IMV functionality. This package provides Trusted Network Connect's (TNC) IMC and IMV
Specifically it includes PTS based IMC/IMV for TPM based remote attestation and functionality. Specifically it includes PTS based IMC/IMV for TPM based
scanner and test IMCs and IMVs. The Strongswan's IMC/IMV dynamic libraries can be remote attestation and scanner and test IMCs and IMVs. The Strongswan's
used by any third party TNC Client/Server implementation possessing a standard IMC/IMV dynamic libraries can be used by any third party TNC Client/Server
IF-IMC/IMV interface. implementation possessing a standard IF-IMC/IMV interface.
%prep %prep
@@ -106,10 +106,10 @@ echo "For migration from 4.6 to 5.0 see http://wiki.strongswan.org/projects/stro
--enable-tnc-imv \ --enable-tnc-imv \
--enable-eap-radius \ --enable-eap-radius \
--enable-curl \ --enable-curl \
--enable-eap-identity --enable-eap-identity
#make %{?_smp_mflags} IPSEC_CONFDIR=%{_sysconfdir}/%{name} #make %%{?_smp_mflags} IPSEC_CONFDIR=%%{_sysconfdir}/%%{name}
make %{?_smp_mflags} make %{?_smp_mflags}
sed -i 's/\t/ /' src/strongswan.conf src/starter/ipsec.conf sed -i 's/\t/ /' src/strongswan.conf src/starter/ipsec.conf
@@ -298,6 +298,9 @@ fi
* Mon Jul 15 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 5.0.4-4 * Mon Jul 15 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 5.0.4-4
- %%files tries to package some of the shared objects as directories (#984437) - %%files tries to package some of the shared objects as directories (#984437)
- fix broken systemd unit file (#984300) - fix broken systemd unit file (#984300)
- fix rpmlint error: description-line-too-long
- fix rpmlint error: macro-in-comment
- fix rpmlint error: spelling-error Summary(en_US) fuctionality
* Fri Jun 28 2013 Avesh Agarwal <avagarwa@redhat.com> - 5.0.4-3 * Fri Jun 28 2013 Avesh Agarwal <avagarwa@redhat.com> - 5.0.4-3
- Patch to fix a major crash issue when Freeradius loads - Patch to fix a major crash issue when Freeradius loads