Accepting request 137563 from network
Update to rev 517. Also fixes bnc#773379 (/var/run/vpnc directory) OBS-URL: https://build.opensuse.org/request/show/137563 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vpnc?expand=0&rev=20
This commit is contained in:
commit
e69dd2f195
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fb78dcc651402c7575a92cd2b8bac4a1d806730c10f24bffffe38565f68a98dc
|
|
||||||
size 111506
|
|
3
vpnc-0.5.3r517.tar.bz2
Normal file
3
vpnc-0.5.3r517.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ad36c9508fdca73948ba2c7a09c466f372361b447991fbc7cef9cd603365e7b9
|
||||||
|
size 112872
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 9 08:56:14 UTC 2012 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to rev 517 of nortel branch
|
||||||
|
- Check Vendor vs nat traversal mode
|
||||||
|
- Fix compatibility with Solaris 10 /bin/sh
|
||||||
|
- Package now owns the /var/run/vpnc directory (bnc#773379)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 14 23:35:02 UTC 2012 - seife+obs@b1-systems.com
|
Sat Jan 14 23:35:02 UTC 2012 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
@ -21,13 +21,14 @@ BuildRequires: gnutls
|
|||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libgnutls-devel
|
BuildRequires: libgnutls-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
Version: 0.5.3r512
|
Version: 0.5.3r517
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Client for Cisco VPN concentrator
|
Summary: A Client for Cisco VPN concentrator
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Url: http://svn.unix-ag.uni-kl.de/vpnc/branches/vpnc-nortel
|
Url: http://svn.unix-ag.uni-kl.de/vpnc/branches/vpnc-nortel
|
||||||
Requires: /usr/bin/sed /sbin/ip
|
Requires: /sbin/ip
|
||||||
|
Requires: /usr/bin/sed
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
# only for checkin warnings...
|
# only for checkin warnings...
|
||||||
Source1: checkout_svn.sh
|
Source1: checkout_svn.sh
|
||||||
@ -73,8 +74,7 @@ export CFLAGS="%optflags"
|
|||||||
make PREFIX=/usr
|
make PREFIX=/usr
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p \
|
mkdir -p ${RPM_BUILD_ROOT}/%{_localstatedir}/run/vpnc
|
||||||
${RPM_BUILD_ROOT}/%{_localstatedir}/run/vpnc
|
|
||||||
%{__make} install \
|
%{__make} install \
|
||||||
DESTDIR=${RPM_BUILD_ROOT} \
|
DESTDIR=${RPM_BUILD_ROOT} \
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
@ -86,6 +86,7 @@ rm -rf %{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%attr(0600,root,root) %config(noreplace) %ghost %{_sysconfdir}/vpnc/default.conf
|
%attr(0600,root,root) %config(noreplace) %ghost %{_sysconfdir}/vpnc/default.conf
|
||||||
|
%ghost %{_localstatedir}/run/vpnc
|
||||||
%dir %{_sysconfdir}/vpnc
|
%dir %{_sysconfdir}/vpnc
|
||||||
%{_sysconfdir}/vpnc/vpnc-script
|
%{_sysconfdir}/vpnc/vpnc-script
|
||||||
%{_sbindir}/vpnc
|
%{_sbindir}/vpnc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user