Compare commits
31 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2468b734f | ||
|
|
2c05084503 | ||
|
|
794f7ee18c | ||
|
|
5c75405dc9 | ||
|
|
40a52008f2 | ||
|
|
1e76c12e31 | ||
|
|
41d3abd204 | ||
|
|
5c0365e2e0 | ||
|
|
a58b1dfb51 | ||
|
|
51ea055526 | ||
|
|
2055ef7063 | ||
|
|
9b01f96a9f | ||
|
|
7b923c6445 | ||
|
|
ccec286c29 | ||
|
|
c4bfbe65af | ||
|
|
9c20327687 | ||
|
|
5c2828b626 | ||
|
|
504eda341c | ||
|
|
6c0401f96f | ||
|
|
74cf3f0b5d | ||
|
|
f003c371ee | ||
|
|
42b791068a | ||
|
|
20ba0e3a96 | ||
|
|
771e6fd240 | ||
|
|
517e3fdbb7 | ||
|
|
08f49a7478 | ||
|
|
2b20dff024 | ||
|
|
10570fa37e | ||
|
|
4abc7709f3 | ||
|
|
dcd45c563d | ||
|
|
3c6755c7eb |
2 changed files with 574 additions and 203 deletions
742
vpnc-script
742
vpnc-script
File diff suppressed because it is too large
Load diff
|
|
@ -1,18 +1,18 @@
|
|||
%global git_date 20140805
|
||||
%global git_commit_hash df5808b
|
||||
%global git_date 20230907
|
||||
%global git_commit_hash 5b9e7e4c
|
||||
|
||||
Name: vpnc-script
|
||||
Version: %{git_date}
|
||||
Release: 5.git%{git_commit_hash}%{?dist}
|
||||
Release: %autorelease -e git%{git_commit_hash}
|
||||
|
||||
Summary: Routing setup script for vpnc and openconnect
|
||||
Group: Applications/Internet
|
||||
BuildArch: noarch
|
||||
Requires: net-tools
|
||||
Requires: iproute
|
||||
Requires: which
|
||||
|
||||
License: GPLv2+
|
||||
URL: http://git.infradead.org/users/dwmw2/vpnc-scripts.git/
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://gitlab.com/openconnect/vpnc-scripts/
|
||||
Source0: vpnc-script
|
||||
|
||||
%description
|
||||
|
|
@ -31,27 +31,8 @@ install -m 0755 vpnc-script \
|
|||
%{buildroot}%{_sysconfdir}/vpnc/vpnc-script
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/vpnc
|
||||
%{_sysconfdir}/vpnc/vpnc-script
|
||||
|
||||
%changelog
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20140805-5.gitdf5808b
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20140805-4.gitdf5808b
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140805-3.gitdf5808b
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Thu Nov 20 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20140805-2.gitdf5808b
|
||||
- Added dependency on which (#1068899)
|
||||
- Added dependency on net-tools (#1007363)
|
||||
|
||||
* Wed Oct 01 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20140805-1.gitdf5808b
|
||||
- new upstream release (includes unbound patch)
|
||||
|
||||
* Tue Aug 05 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 20140705-1.git6201ebd
|
||||
- new package
|
||||
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue