bump versions on old config package obsoletes (f21 is on 0.3.14)

The versions being too low meant that on upgrade from F21 to
F22 or F23 you didn't get the obsolete kicking in as it should.
This commit is contained in:
Adam Williamson 2015-07-22 14:50:09 -07:00
parent 6daecaddcb
commit edff2d5149

View File

@ -8,7 +8,7 @@
Summary: A firewall daemon with D-Bus interface providing a dynamic firewall Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
Name: firewalld Name: firewalld
Version: 0.3.14.2 Version: 0.3.14.2
Release: 3%{?dist} Release: 4%{?dist}
URL: http://www.firewalld.org URL: http://www.firewalld.org
License: GPLv2+ License: GPLv2+
Source0: https://fedorahosted.org/released/firewalld/%{name}-%{version}.tar.bz2 Source0: https://fedorahosted.org/released/firewalld/%{name}-%{version}.tar.bz2
@ -51,10 +51,10 @@ Provides: variant_config(Server)
Provides: variant_config(Workstation) Provides: variant_config(Workstation)
# Remove old config subpackages # Remove old config subpackages
Obsoletes: firewalld-config-standard <= 0.3.13 Obsoletes: firewalld-config-standard <= 0.3.15
Obsoletes: firewalld-config-cloud <= 0.3.13 Obsoletes: firewalld-config-cloud <= 0.3.15
Obsoletes: firewalld-config-server <= 0.3.13 Obsoletes: firewalld-config-server <= 0.3.15
Obsoletes: firewalld-config-workstation <= 0.3.13 Obsoletes: firewalld-config-workstation <= 0.3.15
%endif %endif
%description %description
@ -480,6 +480,9 @@ fi
%endif %endif
%changelog %changelog
* Wed Jul 22 2015 Adam Williamson <awilliam@redhat.com> - 0.3.14.2-4
- bump versions on old config package obsoletes (f21 is on 0.3.14 now)
* Mon Jul 13 2015 Thomas Woerner <twoerner@redhat.com> - 0.3.14.2-3 * Mon Jul 13 2015 Thomas Woerner <twoerner@redhat.com> - 0.3.14.2-3
- Require python3-gobject-base for fedora >= 23 and rhel >= 8 (RHBZ#1242076) - Require python3-gobject-base for fedora >= 23 and rhel >= 8 (RHBZ#1242076)
- Fix rhel defines: No python3 for rhel-7 - Fix rhel defines: No python3 for rhel-7