From fdaca216f373d7ffaf16ca0ff32351a57cc4aabd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Jul 07 2010 02:57:45 +0000 Subject: initial upstream release --- diff --git a/.cvsignore b/.cvsignore index ee62b95..5db739f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -systemd-0.20100629git4176e5.tar.xz +systemd-1.tar.bz2 diff --git a/sources b/sources index 9342a30..76c46a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ff823b781f3b4690dd66d700fcfbedec systemd-0.20100629git4176e5.tar.xz +5290497f598174b809115147fad9ee29 systemd-1.tar.bz2 diff --git a/systemd.spec b/systemd.spec index 1c7467b..1b76af3 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,11 +1,8 @@ -%global git_date 20100629 -%global git_version 4176e5 - Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Version: 0 -Release: 0.7.%{git_date}git%{git_version}%{?dist} +Version: 1 +Release: 0%{?dist} License: GPLv2+ Group: System Environment/Base Summary: A System and Session Manager @@ -23,19 +20,13 @@ BuildRequires: gtk2-devel BuildRequires: automake BuildRequires: autoconf BuildRequires: libtool -Requires: systemd-units = %{version}-%{release} +Requires: systemd-units = %{version}-%{release} Requires: dbus Requires: udev Requires: pkgconfig Requires: initscripts Requires: selinux-policy >= 3.8.5 - -# git clone git://anongit.freedesktop.org/systemd -# cd systemd; -# git archive --format=tar --prefix=systemd/ {git_version} | xz > systemd-{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://0pointer.de/public/%{name}-%{version}.tar.bz2 %description systemd is a system and session manager for Linux, compatible with @@ -76,8 +67,7 @@ Conflicts: upstart Drop-in replacement for the System V init tools of systemd. %prep -%setup -q -n %{name} -./bootstrap.sh ac +%setup -q %build %configure --with-rootdir= --with-distro=fedora @@ -156,6 +146,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/runlevel.* %changelog +* Wed Jul 7 2010 Lennart Poettering - 1-0 +- First upstream release + * Tue Jun 29 2010 Lennart Poettering - 0-0.7.20100629git4176e5 - New snapshot - Split off -units package where other packages can depend on without pulling in the whole of systemd