new upstream release (0.3.1)
This commit is contained in:
parent
7604ae57de
commit
974fe04337
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/0.1.tar.gz
|
||||
/authselect-0.2.tar.gz
|
||||
/authselect-0.3.tar.gz
|
||||
/authselect-0.3.1.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: authselect
|
||||
Version: 0.3
|
||||
Release: 3%{?dist}
|
||||
Version: 0.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Configures authentication and identity sources from supported profiles
|
||||
URL: https://github.com/pbrezina/authselect
|
||||
|
||||
@ -16,6 +16,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(popt)
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: %{_bindir}/a2x
|
||||
BuildRequires: libcmocka-devel >= 1.0.0
|
||||
Requires: authselect-libs%{?_isa} = %{version}-%{release}
|
||||
Suggests: sssd
|
||||
Suggests: samba-winbind
|
||||
@ -73,6 +74,9 @@ autoreconf -if
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
@ -119,6 +123,7 @@ find $RPM_BUILD_ROOT -name "*.a" -exec rm -f {} \;
|
||||
%files devel
|
||||
%{_includedir}/authselect.h
|
||||
%{_libdir}/libauthselect.so
|
||||
%{_libdir}/pkgconfig/authselect.pc
|
||||
|
||||
%files
|
||||
%{_bindir}/authselect
|
||||
@ -126,13 +131,16 @@ find $RPM_BUILD_ROOT -name "*.a" -exec rm -f {} \;
|
||||
%{_mandir}/man7/authselect-migration.7*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 5 2018 Pavel Březina <pbrezina@redhat.com> - 0.3.1-1
|
||||
- rebasing to 0.3.1
|
||||
|
||||
* Tue Feb 20 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3-3
|
||||
- Provide authconfig
|
||||
|
||||
* Tue Feb 20 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3-2
|
||||
- Properly own all appropriate directories
|
||||
- Remove unneeded %%defattr
|
||||
- Remove deprecated Group tag
|
||||
- Remove deprecated Group tag
|
||||
- Make Obsoletes versioned
|
||||
- Remove unneeded ldconfig scriptlets
|
||||
|
||||
@ -146,3 +154,4 @@ 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.tar.gz) = 5e596fc68376aa6643f472f7cc637a7f8916f8951e502a74bb76e173c80b84a4d3542a5c0d13facde58fc0fa15a592196b464d588e601e5a8cc68c6d58c5d5c6
|
||||
SHA512 (authselect-0.3.1.tar.gz) = c3ee4d39b3efa18ba78070584d3e8d867ad6a462eb957fa7b964756945cc5e4124ec7e1b9762ad15ab8050322ed780543541173e2dd1feb96a97bf8d6d175c95
|
||||
|
||||
Loading…
Reference in New Issue
Block a user