Run autoreconf to avoid automake version mismatch
This commit is contained in:
parent
9432c7e245
commit
51bc518594
@ -49,6 +49,9 @@ BuildRequires: ibus-devel
|
|||||||
BuildRequires: rest-devel
|
BuildRequires: rest-devel
|
||||||
BuildRequires: polkit-devel
|
BuildRequires: polkit-devel
|
||||||
BuildRequires: libsecret-devel
|
BuildRequires: libsecret-devel
|
||||||
|
# Needed to run autoreconf, for patches that touch autotools bits
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: gnome-common
|
||||||
|
|
||||||
# gnome-initial-setup is being run by gdm
|
# gnome-initial-setup is being run by gdm
|
||||||
Requires: gdm
|
Requires: gdm
|
||||||
@ -71,6 +74,8 @@ you through configuring it. It is integrated with gdm.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# patches touch am files
|
||||||
|
autoreconf -i
|
||||||
%configure \
|
%configure \
|
||||||
--enable-software-sources \
|
--enable-software-sources \
|
||||||
--with-vendor-conf-file=%{_datadir}/gnome-initial-setup/vendor.conf
|
--with-vendor-conf-file=%{_datadir}/gnome-initial-setup/vendor.conf
|
||||||
@ -117,6 +122,7 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null ||
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Apr 30 2018 Adam Williamson <awilliam@redhat.com> - 3.28.0-7
|
* Mon Apr 30 2018 Adam Williamson <awilliam@redhat.com> - 3.28.0-7
|
||||||
- Drop unnecessary pkgconfig(NetworkManager) BuildRequire
|
- Drop unnecessary pkgconfig(NetworkManager) BuildRequire
|
||||||
|
- Run autoreconf to avoid automake version mismatch
|
||||||
|
|
||||||
* Wed Apr 11 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-6
|
* Wed Apr 11 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-6
|
||||||
- Allow setting weak passwords
|
- Allow setting weak passwords
|
||||||
|
Loading…
Reference in New Issue
Block a user