Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/realmd.git#1518e44f01c2628f98e1f97d566a058cd0df1a36
This commit is contained in:
parent
69a70a6368
commit
e52db6bbed
@ -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