- Marked /var/run/openvpn as ghost, other rpmlint warnings
OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=29
This commit is contained in:
parent
eb0a721f28
commit
51b8b2f803
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 29 18:05:30 UTC 2011 - mt@suse.com
|
||||||
|
|
||||||
|
- Marked /var/run/openvpn as ghost, other rpmlint warnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 23 15:41:00 UTC 2011 - crrodriguez@opensuse.org
|
Tue Aug 23 15:41:00 UTC 2011 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -192,7 +192,7 @@ for pi in auth-pam down-root; do
|
|||||||
install -m 755 plugin/$pi/openvpn-$pi.so \
|
install -m 755 plugin/$pi/openvpn-$pi.so \
|
||||||
$RPM_BUILD_ROOT%{plugin_libdir}/
|
$RPM_BUILD_ROOT%{plugin_libdir}/
|
||||||
done
|
done
|
||||||
# we install docs via spec into %{_defaultdocdir}/name/management-notes.txt
|
# we install docs via spec into _defaultdocdir/name/management-notes.txt
|
||||||
rm $RPM_BUILD_ROOT%{_datadir}/doc/%name/management-notes.txt
|
rm $RPM_BUILD_ROOT%{_datadir}/doc/%name/management-notes.txt
|
||||||
rmdir $RPM_BUILD_ROOT%{_datadir}/doc/%name
|
rmdir $RPM_BUILD_ROOT%{_datadir}/doc/%name
|
||||||
|
|
||||||
@ -210,7 +210,7 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING COPYRIGHT.GPL ChangeLog INSTALL NEWS PORTS README
|
%doc AUTHORS COPYING COPYRIGHT.GPL ChangeLog PORTS README
|
||||||
%doc README.*
|
%doc README.*
|
||||||
%doc contrib
|
%doc contrib
|
||||||
%doc sample-config-files
|
%doc sample-config-files
|
||||||
@ -223,7 +223,7 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
%config %{_sysconfdir}/init.d/openvpn
|
%config %{_sysconfdir}/init.d/openvpn
|
||||||
%{_sbindir}/openvpn
|
%{_sbindir}/openvpn
|
||||||
%{_sbindir}/rcopenvpn
|
%{_sbindir}/rcopenvpn
|
||||||
%dir %{_localstatedir}/run/openvpn
|
%attr(0755,root,root) %dir %ghost %{_localstatedir}/run/openvpn
|
||||||
%dir %{_datadir}/openvpn
|
%dir %{_datadir}/openvpn
|
||||||
%{_datadir}/openvpn/easy-rsa
|
%{_datadir}/openvpn/easy-rsa
|
||||||
%dir %{_libdir}/%{name}
|
%dir %{_libdir}/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user