- Pull the latest snapshot that fixes a segfault. Resolves rhbz#603231
This commit is contained in:
parent
7a392d69dd
commit
ab31d04c2d
@ -1 +1 @@
|
|||||||
systemd-0.20100610git2f198e.tar.xz
|
systemd-0.20100614git393034.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
1211f6d56222c586015629c5516f29b6 systemd-0.20100610git2f198e.tar.xz
|
874bd9ad3fe55629a3b2e318b901d0af systemd-0.20100614git393034.tar.xz
|
||||||
|
13
systemd.spec
13
systemd.spec
@ -1,12 +1,12 @@
|
|||||||
%global git_date 20100610
|
%global git_date 20100614
|
||||||
%global git_version 2f198e
|
%global git_version 393034
|
||||||
%global _bindir /bin
|
%global _bindir /bin
|
||||||
%global _libdir /lib
|
%global _libdir /lib
|
||||||
|
|
||||||
Name: systemd
|
Name: systemd
|
||||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 0.3.%{git_date}git%{git_version}%{?dist}
|
Release: 0.4.%{git_date}git%{git_version}%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Summary: A System and Session Manager
|
Summary: A System and Session Manager
|
||||||
@ -18,7 +18,7 @@ BuildRequires: automake autoconf
|
|||||||
|
|
||||||
# git clone git://anongit.freedesktop.org/systemd
|
# git clone git://anongit.freedesktop.org/systemd
|
||||||
# cd systemd;
|
# cd systemd;
|
||||||
# git-archive --format=tar --prefix={name} {git_version} | xz > systemd-{version}.{git_date}git{git_version}.tar.xz
|
# git-archive --format=tar --prefix={name}/ {git_version} | xz > systemd-{version}.{git_date}git{git_version}.tar.xz
|
||||||
|
|
||||||
Source0: %{name}-%{version}.%{git_date}git%{git_version}.tar.xz
|
Source0: %{name}-%{version}.%{git_date}git%{git_version}.tar.xz
|
||||||
#Source0: http://www.freedesktop.org/FIXME/%{name}-%{version}.tar.bz2
|
#Source0: http://www.freedesktop.org/FIXME/%{name}-%{version}.tar.bz2
|
||||||
@ -41,7 +41,7 @@ control logic. It can work as a drop-in replacement for sysvinit.
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
export V=1
|
export V=1
|
||||||
%configure --sbindir=/sbin --libexecdir=%{_prefix}/libexec --with-rootdir= --with-distro=fedora CFLAGS="%{optflags}"
|
%configure --sbindir=/sbin --with-rootdir= --with-distro=fedora
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -73,6 +73,9 @@ make DESTDIR=%{buildroot} install
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 14 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.4.20100614.git393024
|
||||||
|
- Pull the latest snapshot that fixes a segfault. Resolves rhbz#603231
|
||||||
|
|
||||||
* Thu Jun 11 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.3.20100610git2f198e
|
* Thu Jun 11 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.3.20100610git2f198e
|
||||||
- More minor fixes as per review
|
- More minor fixes as per review
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user