diff options
author | Sahina Bose <sabose@redhat.com> | 2019-02-11 11:07:49 +0530 |
---|---|---|
committer | jiffin tony Thottan <jthottan@redhat.com> | 2019-02-22 11:23:49 +0000 |
commit | 5801a0e30e317bb752a121187332ba9f307cbb62 (patch) | |
tree | ef354c876291681b72f72fa5efe57063d62be667 | |
parent | e6fabf8c330ec4ce540bf8a4daebd39320c407d9 (diff) |
packaging: Obsoleting glusterfs-gnfs for upgrade
Master branch reference
>link : https://review.gluster.org/#/c/glusterfs/+/22190/
>fixes: bz#1672711
>Change-Id: Iad7194e788a8eeecd617614e9f8a1fe3264a384d
>Signed-off-by: Sahina Bose <sabose@redhat.com>
>Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
>(cherry picked from commit d3608bd26cbc3e47fc0e60e85bd9f66515e050b1)
fixes: bz#1679965
Change-Id: Iad7194e788a8eeecd617614e9f8a1fe3264a384d
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
-rw-r--r-- | glusterfs.spec.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 01f8e16e0a3..45b671e33f6 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -295,6 +295,9 @@ Obsoletes: %{name}-common < %{version}-%{release} Obsoletes: %{name}-core < %{version}-%{release} Obsoletes: %{name}-ufo Obsoletes: %{name}-ganesha +%if ( 0%{!?_with_gnfs:1} ) +Obsoletes: %{name}-gnfs +%endif Provides: %{name}-common = %{version}-%{release} Provides: %{name}-core = %{version}-%{release} @@ -1381,6 +1384,9 @@ exit 0 %endif %changelog +* Thu Feb 21 2019 Jiffin Tony Thottan <jthottan@redhat.com> +- Obsoleting gluster-gnfs package + * Wed Nov 28 2018 Krutika Dhananjay <kdhananj@redhat.com> - Install /var/lib/glusterd/groups/distributed-virt by default |