Accepting request 873455 from home:jankara:branches:filesystems

- Remove autoreconf (and resulting dependencies) from the spec file. The
  upstream configure script should be fine.

OBS-URL: https://build.opensuse.org/request/show/873455
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=134
This commit is contained in:
Jan Kara 2021-02-18 15:27:01 +00:00 committed by Git OBS Bridge
parent 7ea28ba7d3
commit fc39ebae42
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 18 14:44:00 UTC 2021 - Jan Kara <jack@suse.cz>
- Remove autoreconf (and resulting dependencies) from the spec file. The
upstream configure script should be fine.
-------------------------------------------------------------------
Tue Feb 16 17:31:25 UTC 2021 - Jan Kara <jack@suse.cz>
- Update to 1.46.1:

View File

@ -28,9 +28,6 @@ Supplements: filesystem(ext2) filesystem(ext3) filesystem(ext4)
%else
%bcond_with systemd
%endif
BuildRequires: autoconf
BuildRequires: autoconf-archive
BuildRequires: automake
BuildRequires: libblkid-devel
BuildRequires: libuuid-devel
BuildRequires: pkg-config
@ -259,7 +256,6 @@ cp %{SOURCE2} .
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
autoreconf --force --install
%configure \
--with-root-prefix='' \
--enable-elf-shlibs \