import authselect-1.2.1-2.el8
This commit is contained in:
parent
c48d8ef5c3
commit
0c9113f023
@ -1,2 +1 @@
|
||||
4f773883b0af96872dec0843bae2a7f00f938c51 SOURCES/authselect-1.1.tar.gz
|
||||
62553d67bc13280730ee434e75d9eaa73ba7f5e6 SOURCES/translations-1.1-2.tar.gz
|
||||
5136bf93d7cbcbbcf039f1b180e5cb644758ed21 SOURCES/authselect-1.2.1.tar.gz
|
||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/authselect-1.1.tar.gz
|
||||
SOURCES/translations-1.1-2.tar.gz
|
||||
SOURCES/authselect-1.2.1.tar.gz
|
||||
|
6465
SOURCES/0001-po-update-translations.patch
Normal file
6465
SOURCES/0001-po-update-translations.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,19 +2,18 @@
|
||||
%define _empty_manifest_terminate_build 0
|
||||
|
||||
Name: authselect
|
||||
Version: 1.1
|
||||
Version: 1.2.1
|
||||
Release: 2%{?dist}
|
||||
Summary: Configures authentication and identity sources from supported profiles
|
||||
URL: https://github.com/pbrezina/authselect
|
||||
URL: https://github.com/authselect/authselect
|
||||
|
||||
License: GPLv3+
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
%if 0%{?rhel}
|
||||
Source1: translations-1.1-2.tar.gz
|
||||
%endif
|
||||
|
||||
%global makedir %{_builddir}/%{name}-%{version}
|
||||
|
||||
Patch0001: 0001-po-update-translations.patch
|
||||
|
||||
# Downstream only
|
||||
Patch0901: 0901-rhel8-remove-mention-of-Fedora-Change-page-in-compat.patch
|
||||
Patch0902: 0902-rhel8-remove-ecryptfs-support.patch
|
||||
@ -56,6 +55,7 @@ Requires: gawk
|
||||
Requires: grep
|
||||
Requires: sed
|
||||
Requires: systemd
|
||||
Requires: pam >= 1.3.1-9
|
||||
|
||||
%description libs
|
||||
Common library files for authselect. This package is used by the authselect
|
||||
@ -96,14 +96,6 @@ for p in %patches ; do
|
||||
%__patch -p1 -i $p
|
||||
done
|
||||
|
||||
# Install RHEL translations
|
||||
# It is not possible to use wildcards here so we need to use 'find'
|
||||
%if 0%{?rhel}
|
||||
find "%{makedir}/po" "%{makedir}/src/man/po" -name "*.po" -delete
|
||||
%__rm "%{makedir}/po/LINGUAS"
|
||||
%setup -T -D -a 1
|
||||
%endif
|
||||
|
||||
%build
|
||||
autoreconf -if
|
||||
%configure --with-pythonbin="%{__python3}"
|
||||
@ -147,9 +139,16 @@ find $RPM_BUILD_ROOT -name "*.a" -exec %__rm -f {} \;
|
||||
%dir %{_datadir}/authselect
|
||||
%dir %{_datadir}/authselect/vendor
|
||||
%dir %{_datadir}/authselect/default
|
||||
%dir %{_datadir}/authselect/default/minimal/
|
||||
%dir %{_datadir}/authselect/default/nis/
|
||||
%dir %{_datadir}/authselect/default/sssd/
|
||||
%dir %{_datadir}/authselect/default/winbind/
|
||||
%{_datadir}/authselect/default/minimal/nsswitch.conf
|
||||
%{_datadir}/authselect/default/minimal/password-auth
|
||||
%{_datadir}/authselect/default/minimal/postlogin
|
||||
%{_datadir}/authselect/default/minimal/README
|
||||
%{_datadir}/authselect/default/minimal/REQUIREMENTS
|
||||
%{_datadir}/authselect/default/minimal/system-auth
|
||||
%{_datadir}/authselect/default/nis/dconf-db
|
||||
%{_datadir}/authselect/default/nis/dconf-locks
|
||||
%{_datadir}/authselect/default/nis/fingerprint-auth
|
||||
@ -269,6 +268,18 @@ exit 0
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2020 Pavel Březina <pbrezina@redhat.com> - 1.2.1-2
|
||||
- Update translations (RHBZ #1820533)
|
||||
|
||||
* Tue May 12 2020 Pavel Březina <pbrezina@redhat.com> - 1.2.1-1
|
||||
- Rebase to authselect-1.2.1 (RHBZ #1810471)
|
||||
- CLI commands are now correctly translated (RHBZ #1816009)
|
||||
- Remove unsupported features from sssd profile description (RHBZ #1830251)
|
||||
- add `with-files-access-provider` to sssd profile (RHBZ #1734094)
|
||||
- switch to pam_usertype module (RHBZ #1773567)
|
||||
- fix typo in sssd profile description (RHBZ #1787638)
|
||||
- add minimal profile (RHBZ #1654018)
|
||||
|
||||
* Thu Jul 4 2019 Pavel Březina <pbrezina@redhat.com> - 1.1-2
|
||||
- Update translations (RHBZ #1689973)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user