initial upstream release
This commit is contained in:
parent
caa30f8218
commit
fdaca216f3
@ -1 +1 @@
|
|||||||
systemd-0.20100629git4176e5.tar.xz
|
systemd-1.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
ff823b781f3b4690dd66d700fcfbedec systemd-0.20100629git4176e5.tar.xz
|
5290497f598174b809115147fad9ee29 systemd-1.tar.bz2
|
||||||
|
21
systemd.spec
21
systemd.spec
@ -1,11 +1,8 @@
|
|||||||
%global git_date 20100629
|
|
||||||
%global git_version 4176e5
|
|
||||||
|
|
||||||
Name: systemd
|
Name: systemd
|
||||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Version: 0
|
Version: 1
|
||||||
Release: 0.7.%{git_date}git%{git_version}%{?dist}
|
Release: 0%{?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
|
||||||
@ -29,13 +26,7 @@ Requires: udev
|
|||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Requires: initscripts
|
Requires: initscripts
|
||||||
Requires: selinux-policy >= 3.8.5
|
Requires: selinux-policy >= 3.8.5
|
||||||
|
Source0: http://0pointer.de/public/%{name}-%{version}.tar.bz2
|
||||||
# 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
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
systemd is a system and session manager for Linux, compatible with
|
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.
|
Drop-in replacement for the System V init tools of systemd.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q
|
||||||
./bootstrap.sh ac
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-rootdir= --with-distro=fedora
|
%configure --with-rootdir= --with-distro=fedora
|
||||||
@ -156,6 +146,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man8/runlevel.*
|
%{_mandir}/man8/runlevel.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 7 2010 Lennart Poettering <lpoetter@redhat.com> - 1-0
|
||||||
|
- First upstream release
|
||||||
|
|
||||||
* Tue Jun 29 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.7.20100629git4176e5
|
* Tue Jun 29 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.7.20100629git4176e5
|
||||||
- New snapshot
|
- New snapshot
|
||||||
- Split off -units package where other packages can depend on without pulling in the whole of systemd
|
- Split off -units package where other packages can depend on without pulling in the whole of systemd
|
||||||
|
Loading…
Reference in New Issue
Block a user