new upstream release
This commit is contained in:
parent
25c1c5ad91
commit
3a932a1c48
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@ systemd-*src.rpm
|
||||
/systemd-34.tar.bz2
|
||||
/systemd-35.tar.bz2
|
||||
/systemd-36.tar.bz2
|
||||
/systemd-37.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
e1213338efb697abc8215d9a66a7f082 systemd-36.tar.bz2
|
||||
1435f23be79c8c38d1121c6b150510f3 systemd-37.tar.bz2
|
||||
|
12
systemd.spec
12
systemd.spec
@ -1,8 +1,8 @@
|
||||
Name: systemd
|
||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Version: 36
|
||||
Release: 5%{?dist}
|
||||
Version: 37
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: A System and Service Manager
|
||||
@ -155,6 +155,8 @@ touch %{buildroot}%{_sysconfdir}/os-release
|
||||
touch %{buildroot}%{_sysconfdir}/machine-id
|
||||
touch %{buildroot}%{_sysconfdir}/machine-info
|
||||
touch %{buildroot}%{_sysconfdir}/timezone
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
|
||||
touch %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf
|
||||
|
||||
# Install RPM macros file for systemd
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/rpm/
|
||||
@ -250,6 +252,7 @@ fi
|
||||
%ghost %config(noreplace) %{_sysconfdir}/machine-id
|
||||
%ghost %config(noreplace) %{_sysconfdir}/machine-info
|
||||
%ghost %config(noreplace) %{_sysconfdir}/timezone
|
||||
%ghost %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf
|
||||
/bin/systemd
|
||||
/bin/systemd-notify
|
||||
/bin/systemd-ask-password
|
||||
@ -282,6 +285,7 @@ fi
|
||||
%{_mandir}/man7/*
|
||||
%{_mandir}/man8/*
|
||||
%{_libdir}/../lib/systemd
|
||||
%{_datadir}/systemd/kbd-model-map
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.systemd1.service
|
||||
%{_datadir}/dbus-1/system-services/org.freedesktop.systemd1.service
|
||||
%{_datadir}/dbus-1/system-services/org.freedesktop.hostname1.service
|
||||
@ -353,6 +357,10 @@ fi
|
||||
%{_bindir}/systemd-sysv-convert
|
||||
|
||||
%changelog
|
||||
* Tue Oct 11 2011 Lennart Poettering <lpoetter@redhat.com> - 37-1
|
||||
- New upstream release
|
||||
- Resolves: #744726, #718464, #713567, #713707, #736756
|
||||
|
||||
* Thu Sep 29 2011 Michal Schmidt <mschmidt@redhat.com> - 36-5
|
||||
- Undo the workaround. Kay says it does not belong in systemd.
|
||||
- Unresolves: #741655
|
||||
|
Loading…
Reference in New Issue
Block a user