diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2019-02-22 09:59:59 -0500 |
---|---|---|
committer | Shyamsundar Ranganathan <srangana@redhat.com> | 2019-02-25 15:23:26 +0000 |
commit | 15403f96941caab4a4aa96630e47a9e831d32302 (patch) | |
tree | 3cfc65a24dadf131ffb290bf05c523c693817e21 /glusterfs.spec.in | |
parent | 155ebe4b5719f40b3feaf9fd8ff892cc10ad0e78 (diff) |
packaging: Obsoleting glusterfs-gnfs for upgrade
Master refs
> https://review.gluster.org/#/c/glusterfs/+/22253/
> fixes: bz#1672711
> Change-Id: Iad7194e788a8eeecd617614e9f8a1fe3264a384d
> Signed-off-by: Sahina Bose <sabose@redhat.com>
> Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
Fixes: bz#1679968
Change-Id: Ib66d15953abb2645238f01c8ee9df54d2b35736a
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-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 b3709ac6b8e..f366455d569 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -317,6 +317,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} @@ -1507,6 +1510,9 @@ exit 0 %endif %changelog +* Thu Feb 21 2019 Jiffin Tony Thottan <jthottan@redhat.com> +- Obsoleting gluster-gnfs package + * Tue Oct 30 2018 Kaleb S. KEITHLEY <kkeithle@redhat.com> - liblvm2-devel no longer has liblvm2app.so |