fix self-obsoletion
This commit is contained in:
parent
74edc3b4b2
commit
7922fcbc7d
@ -57,10 +57,10 @@ Requires(preun): systemd
|
|||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
# provide and obsolete old main package
|
# provide and obsolete old main package
|
||||||
Provides: %{name} = 1.4.16.1
|
Provides: %{name} = 1.4.16.1
|
||||||
Obsoletes: %{name} <= 1.4.16.1
|
Obsoletes: %{name} < 1.4.16.1
|
||||||
# provide and obsolete ipv6 sub package
|
# provide and obsolete ipv6 sub package
|
||||||
Provides: %{name}-ipv6 = 1.4.11.1
|
Provides: %{name}-ipv6 = 1.4.11.1
|
||||||
Obsoletes: %{name}-ipv6 <= 1.4.11.1
|
Obsoletes: %{name}-ipv6 < 1.4.11.1
|
||||||
|
|
||||||
%description services
|
%description services
|
||||||
iptables services for IPv4 and IPv6
|
iptables services for IPv4 and IPv6
|
||||||
@ -203,6 +203,7 @@ install -c -m 755 ip6tabes.save-legacy %{buildroot}/%{legacy_actions}/ip6tables/
|
|||||||
- remove scriptlets for migrating to a systemd unit from a SysV initscripts
|
- remove scriptlets for migrating to a systemd unit from a SysV initscripts
|
||||||
- ./configure -> %%configure
|
- ./configure -> %%configure
|
||||||
- spec clean up
|
- spec clean up
|
||||||
|
- fix self-obsoletion
|
||||||
|
|
||||||
* Thu Jan 9 2014 Thomas Woerner <twoerner@redhat.com> 1.4.21-2
|
* Thu Jan 9 2014 Thomas Woerner <twoerner@redhat.com> 1.4.21-2
|
||||||
- fixed system hang at shutdown if root device is network based (RHBZ#1007934)
|
- fixed system hang at shutdown if root device is network based (RHBZ#1007934)
|
||||||
|
Loading…
Reference in New Issue
Block a user