2024-10-10 13:56:46 +00:00
|
|
|
# service legacy actions
|
|
|
|
%define legacy_actions %{_libexecdir}/initscripts/legacy-actions
|
|
|
|
|
2013-08-30 05:51:55 +00:00
|
|
|
Name: ipset
|
2024-08-01 16:38:03 +00:00
|
|
|
Version: 7.22
|
2024-11-08 11:59:21 +00:00
|
|
|
Release: 6%{?dist}
|
2013-08-30 05:51:55 +00:00
|
|
|
Summary: Manage Linux IP sets
|
2011-09-14 07:17:10 +00:00
|
|
|
|
2023-08-11 19:14:56 +00:00
|
|
|
License: GPL-2.0-only
|
2013-08-30 05:51:55 +00:00
|
|
|
URL: http://ipset.netfilter.org/
|
2019-07-11 14:58:55 +00:00
|
|
|
Source0: %{url}/%{name}-%{version}.tar.bz2
|
2013-08-30 05:51:55 +00:00
|
|
|
Source1: %{name}.service
|
|
|
|
Source2: %{name}.start-stop
|
2022-03-15 17:34:19 +00:00
|
|
|
Source3: %{name}-config
|
2024-10-10 13:56:46 +00:00
|
|
|
Source4: %{name}.save-legacy
|
2013-08-30 05:57:15 +00:00
|
|
|
|
2024-08-01 16:38:03 +00:00
|
|
|
Patch001: 0001-Replace-BUG_ON-with-WARN_ON_ONCE-according-to-usage-.patch
|
|
|
|
Patch002: 0002-lib-data-Fix-for-global-buffer-overflow-warning-by-A.patch
|
|
|
|
Patch003: 0003-lib-ipset-Avoid-argv-array-overstepping.patch
|
|
|
|
Patch004: 0004-tests-Reduce-testsuite-run-time.patch
|
|
|
|
|
2013-08-30 05:51:55 +00:00
|
|
|
BuildRequires: libmnl-devel
|
2018-02-12 15:57:12 +00:00
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: autoconf
|
2020-12-21 09:23:43 +00:00
|
|
|
BuildRequires: make
|
2018-02-12 15:57:12 +00:00
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: libtool-ltdl-devel
|
2013-08-30 05:57:15 +00:00
|
|
|
|
|
|
|
# An explicit requirement is needed here, to avoid cases where a user would
|
|
|
|
# explicitly update only one of the two (e.g 'yum update ipset')
|
2013-08-30 05:51:55 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2024-10-10 13:56:46 +00:00
|
|
|
# RHEL10 moved ipset-specific kernel modules into extra package
|
|
|
|
Requires: kernel-modules-extra
|
2011-09-14 07:17:10 +00:00
|
|
|
|
|
|
|
%description
|
2015-11-10 14:21:57 +00:00
|
|
|
IP sets are a framework inside the Linux kernel since version 2.4.x, which can
|
|
|
|
be administered by the ipset utility. Depending on the type, currently an IP
|
|
|
|
set may store IP addresses, (TCP/UDP) port numbers or IP addresses with MAC
|
2011-09-14 07:17:10 +00:00
|
|
|
addresses in a way, which ensures lightning speed when matching an entry
|
|
|
|
against a set.
|
|
|
|
|
|
|
|
If you want to:
|
|
|
|
- store multiple IP addresses or port numbers and match against the collection
|
|
|
|
by iptables at one swoop;
|
|
|
|
- dynamically update iptables rules against IP addresses or ports without
|
|
|
|
performance penalty;
|
|
|
|
- express complex IP address and ports based rulesets with one single iptables
|
|
|
|
rule and benefit from the speed of IP sets
|
|
|
|
then ipset may be the proper tool for you.
|
|
|
|
|
2013-08-30 05:54:05 +00:00
|
|
|
|
2012-07-30 04:58:47 +00:00
|
|
|
%package libs
|
|
|
|
Summary: Shared library providing the IP sets functionality
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
This package contains the libraries which provide the IP sets funcionality.
|
2011-09-14 07:17:10 +00:00
|
|
|
|
2013-08-30 05:54:05 +00:00
|
|
|
|
2011-09-14 07:17:10 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
2013-01-21 08:05:22 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} == %{version}-%{release}
|
2017-04-07 07:46:06 +00:00
|
|
|
Requires: kernel-headers
|
2011-09-14 07:17:10 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains the files required to develop software using the %{name}
|
|
|
|
libraries.
|
|
|
|
|
|
|
|
|
2013-08-30 05:54:05 +00:00
|
|
|
%package service
|
|
|
|
Summary: %{name} service for %{name}s
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
BuildRequires: systemd
|
2024-10-10 13:56:46 +00:00
|
|
|
Requires: iptables-nft-services
|
2013-08-30 05:54:05 +00:00
|
|
|
Requires(post): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(postun): systemd
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description service
|
|
|
|
This package provides the service %{name} that is split
|
|
|
|
out of the base package since it is not active by default.
|
|
|
|
|
|
|
|
|
2011-09-14 07:17:10 +00:00
|
|
|
%prep
|
2018-02-12 15:57:12 +00:00
|
|
|
%autosetup -p1
|
2011-09-14 07:17:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2018-02-12 15:57:12 +00:00
|
|
|
./autogen.sh
|
2011-09-14 07:17:10 +00:00
|
|
|
%configure --enable-static=no --with-kmod=no
|
|
|
|
|
2013-10-29 10:54:29 +00:00
|
|
|
# Just to make absolutely sure we are not building the bundled kernel module
|
|
|
|
# I have to do it after the configure run unfortunately
|
|
|
|
rm -fr kernel
|
|
|
|
|
2011-09-14 07:17:10 +00:00
|
|
|
# Prevent libtool from defining rpath
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
|
2018-08-13 12:02:27 +00:00
|
|
|
%make_build
|
2011-09-14 07:17:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2018-08-13 12:02:27 +00:00
|
|
|
%make_install
|
2011-09-14 07:17:10 +00:00
|
|
|
find %{buildroot} -name '*.la' -exec rm -f '{}' \;
|
|
|
|
|
2013-08-30 05:49:08 +00:00
|
|
|
# install systemd unit file
|
|
|
|
install -d -m 755 %{buildroot}/%{_unitdir}
|
|
|
|
install -c -m 644 %{SOURCE1} %{buildroot}/%{_unitdir}
|
2011-09-14 07:17:10 +00:00
|
|
|
|
2013-08-30 05:49:08 +00:00
|
|
|
# install supporting script
|
|
|
|
install -d -m 755 %{buildroot}%{_libexecdir}/%{name}
|
|
|
|
install -c -m 755 %{SOURCE2} %{buildroot}%{_libexecdir}/%{name}
|
|
|
|
|
2022-03-15 17:34:19 +00:00
|
|
|
# install ipset-config
|
|
|
|
install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
|
|
|
|
install -c -m 600 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/%{name}-config
|
|
|
|
|
2024-10-10 13:56:46 +00:00
|
|
|
# install legacy actions for service command
|
|
|
|
install -d %{buildroot}/%{legacy_actions}/ipset
|
|
|
|
install -c -m 755 %{SOURCE4} %{buildroot}/%{legacy_actions}/ipset/save
|
|
|
|
|
2013-08-30 05:49:08 +00:00
|
|
|
# Create directory for configuration
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
|
|
|
|
|
2024-08-01 16:38:03 +00:00
|
|
|
# Turn absolute symlink into a relative one
|
|
|
|
ln -sf %{name} %{buildroot}/%{_sbindir}/%{name}-translate
|
|
|
|
|
2013-08-30 05:54:05 +00:00
|
|
|
|
2013-08-30 05:49:08 +00:00
|
|
|
%preun
|
|
|
|
if [[ $1 -eq 0 && -n $(lsmod | grep "^xt_set ") ]]; then
|
|
|
|
rmmod xt_set 2>/dev/null
|
|
|
|
[[ $? -ne 0 ]] && echo Current iptables configuration requires ipsets && exit 1
|
|
|
|
fi
|
2011-09-14 07:17:10 +00:00
|
|
|
|
2013-08-30 05:54:05 +00:00
|
|
|
|
2018-08-13 12:02:27 +00:00
|
|
|
%ldconfig_scriptlets libs
|
2013-08-30 05:54:05 +00:00
|
|
|
|
|
|
|
|
2013-08-30 05:49:08 +00:00
|
|
|
%post service
|
|
|
|
%systemd_post %{name}.service
|
2022-03-15 17:34:19 +00:00
|
|
|
if [[ -f /etc/ipset/ipset ]] && [[ ! -f /etc/sysconfig/ipset ]]; then
|
|
|
|
mv /etc/ipset/ipset /etc/sysconfig/ipset
|
|
|
|
ln -s /etc/sysconfig/ipset /etc/ipset/ipset
|
|
|
|
echo "Warning: ipset save location has moved to /etc/sysconfig"
|
|
|
|
fi
|
|
|
|
[[ -f /etc/sysconfig/iptables-config ]] && . /etc/sysconfig/iptables-config
|
|
|
|
[[ -f /etc/sysconfig/ip6tables-config ]] && . /etc/sysconfig/ip6tables-config
|
|
|
|
if [[ ${IPTABLES_SAVE_ON_STOP} == yes ]] || \
|
|
|
|
[[ ${IP6TABLES_SAVE_ON_STOP} == yes ]]; then
|
|
|
|
echo "Warning: ipset no longer saves automatically when iptables does"
|
|
|
|
echo " must enable explicitly in /etc/sysconfig/ipset-config"
|
|
|
|
fi
|
2013-08-30 05:49:08 +00:00
|
|
|
|
|
|
|
%preun service
|
|
|
|
if [[ $1 -eq 0 && -n $(lsmod | grep "^xt_set ") ]]; then
|
|
|
|
rmmod xt_set 2>/dev/null
|
|
|
|
[[ $? -ne 0 ]] && echo Current iptables configuration requires ipsets && exit 1
|
|
|
|
fi
|
|
|
|
%systemd_preun %{name}.service
|
|
|
|
|
|
|
|
%postun service
|
|
|
|
%systemd_postun_with_restart %{name}.service
|
|
|
|
|
2011-09-14 07:17:10 +00:00
|
|
|
|
|
|
|
%files
|
2018-08-13 12:02:27 +00:00
|
|
|
%doc ChangeLog
|
|
|
|
%license COPYING
|
2021-07-28 18:02:37 +00:00
|
|
|
%{_mandir}/man8/%{name}*.8.*
|
2011-09-14 07:17:10 +00:00
|
|
|
%{_sbindir}/%{name}
|
2021-07-28 18:02:37 +00:00
|
|
|
%{_sbindir}/%{name}-translate
|
2012-07-30 04:58:47 +00:00
|
|
|
|
|
|
|
%files libs
|
2018-08-13 12:02:27 +00:00
|
|
|
%license COPYING
|
2019-07-11 16:16:38 +00:00
|
|
|
%{_libdir}/lib%{name}.so.13*
|
2011-09-14 07:17:10 +00:00
|
|
|
|
2013-08-30 05:54:05 +00:00
|
|
|
%files devel
|
|
|
|
%{_includedir}/lib%{name}
|
|
|
|
%{_libdir}/lib%{name}.so
|
2013-10-29 10:54:29 +00:00
|
|
|
%{_libdir}/pkgconfig/lib%{name}.pc
|
2019-07-11 16:23:42 +00:00
|
|
|
%{_mandir}/man3/libipset.3.*
|
2013-08-30 05:54:05 +00:00
|
|
|
|
2013-08-30 05:49:08 +00:00
|
|
|
%files service
|
|
|
|
%{_unitdir}/%{name}.service
|
|
|
|
%dir %{_libexecdir}/%{name}
|
2022-03-15 17:34:19 +00:00
|
|
|
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/sysconfig/ipset-config
|
|
|
|
%ghost %config(noreplace) %attr(0600,root,root) %{_sysconfdir}/sysconfig/ipset
|
2013-08-30 05:49:08 +00:00
|
|
|
%attr(0755,root,root) %{_libexecdir}/%{name}/%{name}.start-stop
|
2024-10-10 13:56:46 +00:00
|
|
|
%dir %{legacy_actions}/ipset
|
|
|
|
%{legacy_actions}/ipset/save
|
2013-08-30 05:49:08 +00:00
|
|
|
|
2011-09-14 07:17:10 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-11-08 11:59:21 +00:00
|
|
|
* Fri Nov 08 2024 Phil Sutter <psutter@redhat.com> - 7.22-6
|
|
|
|
- Bump for sidetag build
|
|
|
|
|
2024-10-29 15:36:55 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 7.22-5
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-10-10 13:56:46 +00:00
|
|
|
* Thu Oct 10 2024 Phil Sutter <psutter@redhat.com> - 7.22-4
|
|
|
|
- Add legacy actions for service save support
|
|
|
|
- ipset-services to depend on iptables-nft-services
|
|
|
|
- Require kernel-modules-extra
|
|
|
|
|
2024-09-10 11:43:35 +00:00
|
|
|
* Tue Sep 10 2024 Phil Sutter <psutter@redhat.com> - 7.22-3
|
|
|
|
- Bump release to trigger CI
|
|
|
|
|
2024-08-29 11:25:53 +00:00
|
|
|
* Thu Aug 29 2024 Phil Sutter <psutter@redhat.com> - 7.22-2
|
|
|
|
- Bump release to trigger CI
|
|
|
|
|
2024-08-01 16:38:03 +00:00
|
|
|
* Thu Aug 01 2024 Phil Sutter <psutter@redhat.com> - 7.22-1
|
|
|
|
- Turn absolute ipset-translate symlink into a relative one
|
|
|
|
- Rebase onto 7.22 plus fixes
|
|
|
|
|
2024-06-24 15:51:38 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 7.21-2
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-02-12 12:17:00 +00:00
|
|
|
* Mon Feb 12 2024 Nicolas Chauvet <kwizart@gmail.com> - 7.21-1
|
|
|
|
- Update to 7.21
|
|
|
|
|
2024-02-01 13:20:15 +00:00
|
|
|
* Thu Feb 01 2024 Nicolas Chauvet <kwizart@gmail.com> - 7.20-1
|
|
|
|
- Update to 7.20
|
|
|
|
|
2024-01-24 22:53:46 +00:00
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.19-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-20 23:14:58 +00:00
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.19-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-10-23 11:53:29 +00:00
|
|
|
* Mon Oct 23 2023 Nicolas Chauvet <kwizart@gmail.com> - 7.19-1
|
|
|
|
- Update to 7.19
|
|
|
|
|
2023-08-11 19:14:56 +00:00
|
|
|
* Fri Aug 11 2023 Phil Sutter <psutter@redhat.com> - 7.17-7
|
|
|
|
- Convert license to SPDX format
|
|
|
|
|
2023-08-11 19:14:14 +00:00
|
|
|
* Fri Aug 11 2023 Phil Sutter <psutter@redhat.com> - 7.17-6
|
|
|
|
- Convert license to SPDX format
|
|
|
|
|
2023-08-11 19:13:57 +00:00
|
|
|
* Fri Aug 11 2023 Phil Sutter <psutter@redhat.com> - 7.17-5
|
|
|
|
- Convert license to SPDX format
|
|
|
|
|
2023-08-11 19:13:50 +00:00
|
|
|
* Fri Aug 11 2023 Phil Sutter <psutter@redhat.com> - 7.17-4
|
|
|
|
- Convert license to SPDX format
|
|
|
|
|
2023-07-20 07:35:10 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 7.17-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-01-19 13:18:58 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 7.17-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2023-01-02 10:14:59 +00:00
|
|
|
* Mon Jan 02 2023 Nicolas Chauvet <kwizart@gmail.com> - 7.17-1
|
|
|
|
- Update to 7.17
|
|
|
|
|
2022-12-02 14:55:31 +00:00
|
|
|
* Fri Dec 02 2022 Nicolas Chauvet <kwizart@gmail.com> - 7.16-1
|
|
|
|
- Update to 7.16
|
|
|
|
|
2022-08-23 07:09:56 +00:00
|
|
|
* Tue Aug 23 2022 Nicolas Chauvet <kwizart@gmail.com> - 7.15-5
|
|
|
|
- Backport upstream patches - rhbz#2117654
|
|
|
|
ipset-translate does not work with IPv6 sets
|
|
|
|
|
2022-07-21 14:48:58 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7.15-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-03-15 17:34:19 +00:00
|
|
|
* Tue Mar 15 2022 Phil Sutter <psutter@redhat.com> - 7.15-3
|
|
|
|
- Use the advanced init script from Centos9Stream
|
|
|
|
|
2022-01-20 13:25:14 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7.15-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-08-16 13:56:09 +00:00
|
|
|
* Mon Aug 16 2021 Nicolas Chauvet <kwizart@gmail.com> - 7.15-1
|
|
|
|
- Update to 7.15
|
|
|
|
|
2021-07-28 18:02:37 +00:00
|
|
|
* Wed Jul 28 2021 Nicolas Chauvet <kwizart@gmail.com> - 7.14-1
|
|
|
|
- Update to 7.14
|
|
|
|
|
2021-07-22 08:42:09 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.11-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-03-02 15:13:36 +00:00
|
|
|
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 7.11-2
|
|
|
|
- Rebuilt for updated systemd-rpm-macros
|
|
|
|
See https://pagure.io/fesco/issue/2583.
|
|
|
|
|
2021-03-01 20:35:10 +00:00
|
|
|
* Mon Mar 01 2021 Nicolas Chauvet <kwizart@gmail.com> - 7.11-1
|
|
|
|
- Update to 7.11
|
|
|
|
|
2021-01-26 14:27:56 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-12-21 09:24:46 +00:00
|
|
|
* Mon Dec 21 2020 Nicolas Chauvet <kwizart@gmail.com> - 7.10-1
|
|
|
|
- Update to 7.10
|
|
|
|
|
2020-12-16 08:26:29 +00:00
|
|
|
* Wed Dec 16 2020 Nicolas Chauvet <kwizart@gmail.com> - 7.9-1
|
|
|
|
- Update to 7.9
|
|
|
|
|
2020-07-28 01:55:43 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-02-24 10:27:16 +00:00
|
|
|
* Mon Feb 24 2020 Nicolas Chauvet <kwizart@gmail.com> - 7.6-1
|
|
|
|
- Update to 7.6
|
|
|
|
|
2020-01-29 05:36:09 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-10 08:42:40 +00:00
|
|
|
* Fri Jan 10 2020 Nicolas Chauvet <kwizart@gmail.com> - 7.5-1
|
|
|
|
- Update to 7.5
|
|
|
|
|
2019-11-04 20:09:00 +00:00
|
|
|
* Mon Nov 04 2019 Eric Garver <eric@garver.life> - 7.4-1
|
|
|
|
- Update to 7.4
|
|
|
|
|
2019-08-19 10:15:41 +00:00
|
|
|
* Mon Aug 19 2019 Nicolas Chauvet <kwizart@gmail.com> - 7.3-1
|
|
|
|
- Update to 7.3
|
|
|
|
|
2019-07-25 09:39:58 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-11 14:58:55 +00:00
|
|
|
* Thu Jul 11 2019 Nicolas Chauvet <kwizart@gmail.com> - 7.2-1
|
|
|
|
- Update to 7.2
|
|
|
|
|
2019-02-01 03:30:14 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.38-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-08-13 12:02:27 +00:00
|
|
|
* Mon Aug 13 2018 Nicolas Chauvet <kwizart@gmail.com> - 6.38-1
|
|
|
|
- Update to 6.38
|
|
|
|
- Clean-up spec
|
|
|
|
|
2018-07-13 05:48:46 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.35-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-12 15:57:12 +00:00
|
|
|
* Mon Feb 12 2018 Eric Garver <egarver@redhat.com> - 6.35-3
|
|
|
|
- Patch for missing header file (RHBZ#1543596)
|
|
|
|
|
2018-02-07 17:36:49 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.35-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-08 21:33:55 +00:00
|
|
|
* Mon Jan 08 2018 Nicolas Chauvet <kwizart@gmail.com> - 6.35-1
|
|
|
|
- Update to 6.35
|
|
|
|
|
2017-07-31 12:55:54 +00:00
|
|
|
* Mon Jul 31 2017 Nicolas Chauvet <kwizart@gmail.com> - 6.32-1
|
|
|
|
- Update to 6.32
|
|
|
|
|
2017-07-26 13:39:44 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.29-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-04-07 07:46:06 +00:00
|
|
|
* Fri Apr 07 2017 Nicolas Chauvet <kwizart@gmail.com> - 6.29-3
|
|
|
|
- Userspace needs kernel-headers - rhbz#1420864
|
|
|
|
|
2017-02-10 16:31:52 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.29-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-04-18 07:56:25 +00:00
|
|
|
* Mon Apr 18 2016 Thomas Woerner <twoerner@redhat.com> - 6.29-1
|
|
|
|
- New upstream version 6.29 (RHBZ#1317208)
|
|
|
|
- Suppress unnecessary stderr in command loop for resize and list
|
|
|
|
- Correction in comment test
|
|
|
|
- Support chroot buildroots (reported by Jan Engelhardt)
|
|
|
|
- Fix "configure" breakage due to pkg-config related changes
|
|
|
|
(reported by Jan Engelhardt)
|
|
|
|
- Support older pkg-config packages
|
|
|
|
- Add bash completion to the install routine (Mart Frauenlob)
|
|
|
|
- Fix misleading error message with comment extension
|
|
|
|
- Test added to check 0.0.0.0/0,iface to be matched in hash:net,iface type
|
|
|
|
- Fix link with libtool >= 2.4.4 (Olivier Blin)
|
|
|
|
|
2016-02-04 00:37:27 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 6.27-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-11-10 14:21:57 +00:00
|
|
|
* Tue Nov 10 2015 Thomas Woerner <twoerner@redhat.com> - 6.27-1
|
|
|
|
- New upstream version 6.27 (RHBZ#1145913)
|
|
|
|
|
2015-10-10 20:58:09 +00:00
|
|
|
* Sat Oct 10 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 6.26-1
|
|
|
|
- Upstream 6.26 (RHBZ#1145913)
|
|
|
|
|
2015-06-17 11:31:43 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.22-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-09-18 18:44:17 +00:00
|
|
|
* Thu Sep 18 2014 Mathieu Bridon <bochecha@fedoraproject.org> - 6.22-1
|
|
|
|
- New upstream release.
|
|
|
|
|
2014-08-16 21:46:34 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.21.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 22:38:15 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.21.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-11 07:51:28 +00:00
|
|
|
* Tue Mar 11 2014 Mathieu Bridon <bochecha@fedoraproject.org> - 6.21.1-2
|
|
|
|
- Remove runtime requirement on the kernel.
|
|
|
|
https://lists.fedoraproject.org/pipermail/devel/2014-March/196565.html
|
2014-03-10 03:35:08 +00:00
|
|
|
|
2013-10-29 10:54:29 +00:00
|
|
|
* Tue Oct 29 2013 Mathieu Bridon <bochecha@fedoraproject.org> - 6.20.1-1
|
|
|
|
- New upstream release.
|
|
|
|
|
2013-08-30 05:49:08 +00:00
|
|
|
* Tue Aug 27 2013 Quentin Armitage <quentin@armitage.org.uk> 6.19-2
|
|
|
|
- Add service pkg - adds save and reload functionality on shutdown/startup
|
|
|
|
- Add requires dependency of ipset on matching ipset-libs
|
|
|
|
|
2013-08-30 05:55:14 +00:00
|
|
|
* Thu Aug 15 2013 Mathieu Bridon <bochecha@fedoraproject.org> - 6.19-1
|
2013-08-15 09:17:48 +00:00
|
|
|
- New upstream release.
|
|
|
|
|
2013-08-03 19:52:03 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.16.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-14 02:13:09 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.16.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-21 08:31:04 +00:00
|
|
|
* Wed Sep 26 2012 Mathieu Bridon <bochecha@fedoraproject.org> - 6.16.1-1
|
|
|
|
- New upstream release.
|
|
|
|
- Fix a requirement.
|
|
|
|
|
2012-09-26 05:13:25 +00:00
|
|
|
* Wed Sep 26 2012 Mathieu Bridon <bochecha@fedoraproject.org> - 6.14-1
|
|
|
|
- New upstream release.
|
2012-09-26 05:12:27 +00:00
|
|
|
- Fix scriptlets, ldconfig is needed for the libs subpackage, not the main one.
|
|
|
|
|
2012-07-30 04:51:11 +00:00
|
|
|
* Mon Jul 30 2012 Mathieu Bridon <bochecha@fedoraproject.org> - 6.13-1
|
|
|
|
- New upstream release.
|
2012-07-30 04:58:47 +00:00
|
|
|
- Split out the library in its own subpackage.
|
2012-07-30 04:51:11 +00:00
|
|
|
|
2012-07-19 15:02:54 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.11-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-02-06 09:10:09 +00:00
|
|
|
* Mon Feb 06 2012 Mathieu Bridon <bochecha@fedoraproject.org> - 6.11-1
|
|
|
|
- New upstream release.
|
|
|
|
- Removed our patch, it has been integrated upstream. As such, we also don't
|
|
|
|
need to re-run autoreconf any more.
|
|
|
|
|
2012-01-13 05:58:26 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.9.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-09-16 02:11:07 +00:00
|
|
|
* Fri Sep 16 2011 Mathieu Bridon <bochecha@fedoraproject.org> - 6.9.1-2
|
|
|
|
- Some fixes based on Pierre-Yves' review feedback.
|
|
|
|
|
2011-09-14 07:17:10 +00:00
|
|
|
* Wed Sep 14 2011 Mathieu Bridon <bochecha@fedoraproject.org> - 6.9.1-1
|
|
|
|
- Initial packaging.
|