run autogen.sh to pickup all patches

This commit is contained in:
Harald Hoyer 2013-03-15 12:26:12 +01:00
parent 0793d26f61
commit 288209eba8

View File

@ -14,7 +14,7 @@ Name: systemd
Url: http://www.freedesktop.org/wiki/Software/systemd Url: http://www.freedesktop.org/wiki/Software/systemd
Version: 198 Version: 198
Release: 5%{?gitcommit:.git%{gitcommit}}%{?dist} Release: 6%{?gitcommit:.git%{gitcommit}}%{?dist}
# For a breakdown of the licensing, see README # For a breakdown of the licensing, see README
License: LGPLv2+ and MIT and GPLv2+ License: LGPLv2+ and MIT and GPLv2+
Summary: A System and Service Manager Summary: A System and Service Manager
@ -42,11 +42,11 @@ BuildRequires: intltool
BuildRequires: gperf BuildRequires: gperf
BuildRequires: gtk-doc BuildRequires: gtk-doc
BuildRequires: python2-devel BuildRequires: python2-devel
%if %{defined gitcommit} #%if %{defined gitcommit}
BuildRequires: automake BuildRequires: automake
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: libtool BuildRequires: libtool
%endif #%endif
Requires(post): coreutils Requires(post): coreutils
Requires(post): gawk Requires(post): gawk
Requires(post): sed Requires(post): sed
@ -192,7 +192,9 @@ else
fi fi
%build %build
%{?gitcommit: ./autogen.sh } #%{?gitcommit: ./autogen.sh }
autoreconf
%configure \ %configure \
--libexecdir=%{_prefix}/lib \ --libexecdir=%{_prefix}/lib \
--enable-gtk-doc \ --enable-gtk-doc \
@ -752,6 +754,9 @@ fi
%{_libdir}/pkgconfig/gudev-1.0* %{_libdir}/pkgconfig/gudev-1.0*
%changelog %changelog
* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 198-6
- run autogen to pickup all changes
* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 198-5 * Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 198-5
- do not mount anything, when not running as pid 1 - do not mount anything, when not running as pid 1
- add initrd.target for systemd in the initrd - add initrd.target for systemd in the initrd