!2 Upgrade to latest version of authselect
Merge pull request !2 from Shinwell_Hu/master
This commit is contained in:
commit
0f0244ae3e
Binary file not shown.
BIN
authselect-1.1.tar.gz
Normal file
BIN
authselect-1.1.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,14 @@
|
|||||||
Name: authselect
|
Name: authselect
|
||||||
Version: 1.0.1
|
Version: 1.1
|
||||||
Release: 5
|
Release: 0
|
||||||
Summary: A tool to select system authentication and identity sources from a list of supported profiles
|
Summary: A tool to select system authentication and identity sources from a list of supported profiles
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://github.com/pbrezina/authselect
|
URL: https://github.com/pbrezina/authselect
|
||||||
Source0: https://github.com/pbrezina/authselect/archive/1.0.1/authselect-1.0.1.tar.gz
|
Source0: https://github.com/pbrezina/authselect/archive/1.1/authselect-1.1.tar.gz
|
||||||
|
|
||||||
BuildRequires: autoconf gettext-devel automake libtool popt-devel gdb libcmocka-devel
|
BuildRequires: autoconf gettext-devel automake libtool popt-devel gdb libcmocka-devel
|
||||||
BuildRequires: m4 gcc pkgconfig pkgconfig(popt) po4a asciidoc python3-devel
|
BuildRequires: m4 gcc pkgconfig pkgconfig(popt) po4a asciidoc python3-devel
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
Requires: grep sed systemd gawk coreutils findutils
|
Requires: grep sed systemd gawk coreutils findutils
|
||||||
Obsoletes: authselect-libs
|
Obsoletes: authselect-libs
|
||||||
Provides: authselect-libs
|
Provides: authselect-libs
|
||||||
@ -80,6 +81,7 @@ autoreconf -ivf
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/authselect
|
%{_bindir}/authselect
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
%{_sysconfdir}/bash_completion.d/*
|
||||||
%{_datadir}/authselect/default/*
|
%{_datadir}/authselect/default/*
|
||||||
%{_datadir}/locale/*
|
%{_datadir}/locale/*
|
||||||
%{_libdir}/libauthselect.so.1*
|
%{_libdir}/libauthselect.so.1*
|
||||||
@ -104,6 +106,9 @@ sed -i -E '/^\w+=$/d' %{_sysconfdir}/security/pwquality.conf.d/10-authconfig-pwq
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 02 2020 SimpleUpdate Robot <tc@openeuler.org>
|
||||||
|
- Update to version 1.1
|
||||||
|
|
||||||
* Tue Nov 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.1-5
|
* Tue Nov 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.1-5
|
||||||
- Delete unused lang files
|
- Delete unused lang files
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user