diff --git a/vpnc.changes b/vpnc.changes index 9148cc8..482c458 100644 --- a/vpnc.changes +++ b/vpnc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 4 10:25:45 UTC 2011 - tittiatcoke@gmail.com + +- Resolved rpmlint warning non-ghost-in-var-run. + - Files in /var/run/vpnc are not required as that they will be + created automatically + ------------------------------------------------------------------- Thu Sep 9 20:42:08 UTC 2010 - cristian.rodriguez@opensuse.org diff --git a/vpnc.spec b/vpnc.spec index 771d769..565c1af 100644 --- a/vpnc.spec +++ b/vpnc.spec @@ -68,8 +68,6 @@ mkdir -p \ %{__make} install \ DESTDIR=${RPM_BUILD_ROOT} \ PREFIX=/usr -# Use chmod as %attr doesn't work for %doc maked files in the list -touch ${RPM_BUILD_ROOT}/%{_localstatedir}/run/vpnc/{defaultroute,gateway,pid,resolv.conf-backup} || true rm -rfv ${RPM_BUILD_ROOT}/usr/share/doc/vpnc %clean @@ -87,11 +85,6 @@ rm -rf %{buildroot} %{_mandir}/man1/cisco-decrypt.1.* %{_mandir}/man1/pcf2vpnc.1.* %{_mandir}/man8/vpnc.8.* -%dir %{_localstatedir}/run/vpnc -%ghost %{_localstatedir}/run/vpnc/defaultroute -%ghost %{_localstatedir}/run/vpnc/gateway -%ghost %{_localstatedir}/run/vpnc/pid -%ghost %{_localstatedir}/run/vpnc/resolv.conf-backup %doc ChangeLog COPYING README TODO VERSION %changelog