new upstream release (0.3.2)
This commit is contained in:
parent
974fe04337
commit
0cc7d83922
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/authselect-0.2.tar.gz
|
||||
/authselect-0.3.tar.gz
|
||||
/authselect-0.3.1.tar.gz
|
||||
/authselect-0.3.2.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: authselect
|
||||
Version: 0.3.1
|
||||
Version: 0.3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Configures authentication and identity sources from supported profiles
|
||||
URL: https://github.com/pbrezina/authselect
|
||||
@ -41,14 +41,18 @@ command line tool and any other potential front-ends.
|
||||
|
||||
%package compat
|
||||
Summary: Tool to provide minimum backwards compatibility with authconfig
|
||||
%if 0%{?fedora} && 0%{?fedora} <= 27
|
||||
Conflicts: authconfig
|
||||
%else
|
||||
Obsoletes: authconfig < 7.0.1-6
|
||||
%endif
|
||||
Provides: authconfig
|
||||
BuildRequires: python3-devel
|
||||
Requires: authselect%{?_isa} = %{version}-%{release}
|
||||
Recommends: sssd
|
||||
Recommends: realmd
|
||||
Recommends: samba-winbind
|
||||
Recommends: oddjob-mkhomedir
|
||||
Suggests: sssd
|
||||
Suggests: realmd
|
||||
Suggests: samba-winbind
|
||||
Suggests: oddjob-mkhomedir
|
||||
|
||||
%description compat
|
||||
This package will replace %{_sbindir}/authconfig with a tool that will
|
||||
@ -84,6 +88,8 @@ autoreconf -if
|
||||
find $RPM_BUILD_ROOT -name "*.la" -exec rm -f {} \;
|
||||
find $RPM_BUILD_ROOT -name "*.a" -exec rm -f {} \;
|
||||
|
||||
%ldconfig_scriptlets libs
|
||||
|
||||
%files libs
|
||||
%dir %{_sysconfdir}/authselect
|
||||
%dir %{_sysconfdir}/authselect/custom
|
||||
@ -131,6 +137,10 @@ find $RPM_BUILD_ROOT -name "*.a" -exec rm -f {} \;
|
||||
%{_mandir}/man7/authselect-migration.7*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 6 2018 Pavel Březina <pbrezina@redhat.com> - 0.3.2-1
|
||||
- rebasing to 0.3.2
|
||||
- authselect-compat now only suggests packages, not recommends
|
||||
|
||||
* Mon Mar 5 2018 Pavel Březina <pbrezina@redhat.com> - 0.3.1-1
|
||||
- rebasing to 0.3.1
|
||||
|
||||
@ -154,4 +164,3 @@ find $RPM_BUILD_ROOT -name "*.a" -exec rm -f {} \;
|
||||
- rebasing to 0.2
|
||||
* Mon Jul 31 2017 Jakub Hrozek <jakub.hrozek@posteo.se> - 0.1-1
|
||||
- initial packaging
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (authselect-0.3.1.tar.gz) = c3ee4d39b3efa18ba78070584d3e8d867ad6a462eb957fa7b964756945cc5e4124ec7e1b9762ad15ab8050322ed780543541173e2dd1feb96a97bf8d6d175c95
|
||||
SHA512 (authselect-0.3.2.tar.gz) = cff1a5cb4b78cb7d69814849c4554e1707028b8f634521902cae2be3cf6b60362728d24322df6536f0a5b67da6e1feca13125eb3afa711524c499102090c5aa8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user