Compare commits

..

No commits in common. "rawhide" and "f23" have entirely different histories.

2 changed files with 198 additions and 575 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,18 +1,18 @@
%global git_date 20230907
%global git_commit_hash 5b9e7e4c
%global git_date 20140805
%global git_commit_hash df5808b
Name: vpnc-script
Version: %{git_date}
Release: %autorelease -e git%{git_commit_hash}
Release: 3.git%{git_commit_hash}%{?dist}
Summary: Routing setup script for vpnc and openconnect
Group: Applications/Internet
BuildArch: noarch
Requires: iproute
Requires: net-tools
Requires: which
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
URL: https://gitlab.com/openconnect/vpnc-scripts/
License: GPLv2+
URL: http://git.infradead.org/users/dwmw2/vpnc-scripts.git/
Source0: vpnc-script
%description
@ -31,8 +31,21 @@ install -m 0755 vpnc-script \
%{buildroot}%{_sysconfdir}/vpnc/vpnc-script
%files
%defattr(-,root,root)
%dir %{_sysconfdir}/vpnc
%{_sysconfdir}/vpnc/vpnc-script
%changelog
%autochangelog
* 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