[systemd/f19] run autogen.sh to pickup all patches

Harald Hoyer harald at fedoraproject.org
Fri Mar 15 11:32:05 UTC 2013


commit 288209eba8b074af676ce4689b2956339cb4827b
Author: Harald Hoyer <harald at redhat.com>
Date:   Fri Mar 15 12:26:12 2013 +0100

    run autogen.sh to pickup all patches

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


More information about the scm-commits mailing list