Add Conflicts to avoid update/downgrade issues
This commit is contained in:
parent
2d55445a7e
commit
2e32fd6947
@ -1,6 +1,6 @@
|
||||
Name: realmd
|
||||
Version: 0.17.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Kerberos realm enrollment service
|
||||
License: LGPLv2+
|
||||
URL: https://gitlab.freedesktop.org/realmd/realmd
|
||||
@ -23,6 +23,7 @@ BuildRequires: python3
|
||||
|
||||
Requires: authselect
|
||||
Requires: polkit
|
||||
Conflicts: realmd-devel-docs < %{version}-%{release}
|
||||
|
||||
%description
|
||||
realmd is a DBus system service which manages discovery and enrollment in realms
|
||||
@ -31,6 +32,7 @@ back end to 'join' a domain simply and automatically configure things correctly.
|
||||
|
||||
%package devel-docs
|
||||
Summary: Developer documentation files for %{name}
|
||||
Conflicts: realmd < %{version}-%{release}
|
||||
|
||||
%description devel-docs
|
||||
The %{name}-devel package contains developer documentation for developing
|
||||
@ -74,6 +76,9 @@ make install DESTDIR=%{buildroot}
|
||||
%doc ChangeLog
|
||||
|
||||
%changelog
|
||||
* Sat Feb 20 2021 Sumit Bose <sbose@redhat.com> - 0.17.0-2
|
||||
- Add Conflicts to avoid update/downgrade issues
|
||||
|
||||
* Fri Feb 19 2021 Sumit Bose <sbose@redhat.com> - 0.17.0-1
|
||||
- Updated to upstream 0.17.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user