Removed autotools dependencies
This commit is contained in:
parent
8536247c0e
commit
073a7b6129
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ passwd-0.78.tar.bz2
|
||||
/passwd-0.78.99.tar.bz2
|
||||
/passwd-0.79.tar.bz2
|
||||
/passwd-0.80.tar.bz2
|
||||
/passwd-0.80.autotoolized.tar.bz2
|
||||
|
||||
14
passwd.spec
14
passwd.spec
@ -7,23 +7,17 @@
|
||||
Summary: An utility for setting or changing passwords using PAM
|
||||
Name: passwd
|
||||
Version: 0.80
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: BSD or GPL+
|
||||
Group: System Environment/Base
|
||||
URL: https://pagure.io/passwd
|
||||
Source: https://releases.pagure.org/passwd/passwd-%{version}.tar.bz2
|
||||
Source: https://releases.pagure.org/passwd/passwd-%{version}.autotoolized.tar.bz2
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: pam >= 1.0.90, /etc/pam.d/system-auth
|
||||
%if %{WITH_SELINUX}
|
||||
Requires: libselinux >= 2.1.6-3
|
||||
BuildRequires: libselinux-devel >= 2.1.6-3
|
||||
%endif
|
||||
# Provides autoreconf
|
||||
BuildRequires: autoconf
|
||||
# Provides autopoint
|
||||
BuildRequires: gettext-devel
|
||||
# Provides aclocal
|
||||
BuildRequires: automake
|
||||
# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/IJFYI5Q2BYZKIGDFS2WLOBDUSEGWHIKV/
|
||||
BuildRequires: gcc
|
||||
BuildRequires: glib2-devel, libuser-devel, pam-devel, libuser >= 0.53-1
|
||||
@ -40,7 +34,6 @@ Modules) library.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
autoreconf -fis -Wall
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -80,6 +73,9 @@ done
|
||||
%{_mandir}/man1/passwd.1*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 12 2018 Jiri Kucera <jkucera@redhat.com> - 0.80-2
|
||||
- Removed autotools dependencies
|
||||
|
||||
* Thu Mar 29 2018 Jiri Kucera <jkucera@redhat.com> - 0.80-1
|
||||
- Update to passwd-0.80
|
||||
Resolves: #1293929
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (passwd-0.80.tar.bz2) = 95e16e740bb245a055d3872e9d080f951e4a378e450fa4fd7f7033573f348c9aa3ce6be256e2db32cd7d2d181faca7efff4c2f3f64ec1fb7cd411f5176eed0b4
|
||||
SHA512 (passwd-0.80.autotoolized.tar.bz2) = a9c557cc4261d565935d6c1ace4a8f59194c9dfc55a9a36db7da16a017a3bdd088ddb10aba905e396e002c8fb13001123f4fda9045141f47238c125fb44a83ed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user