New upstream release
This commit is contained in:
parent
f5caa74303
commit
6695e84fa4
27
systemd.spec
27
systemd.spec
@ -21,8 +21,8 @@ Url: http://www.freedesktop.org/wiki/Software/systemd
|
|||||||
# AGAIN: DO NOT BLINDLY UPDATE RAWHIDE PACKAGES TOO WHEN YOU UPDATE
|
# AGAIN: DO NOT BLINDLY UPDATE RAWHIDE PACKAGES TOO WHEN YOU UPDATE
|
||||||
# THIS PACKAGE FOR A NON-RAWHIDE DEVELOPMENT DISTRIBUTION!
|
# THIS PACKAGE FOR A NON-RAWHIDE DEVELOPMENT DISTRIBUTION!
|
||||||
|
|
||||||
Version: 194
|
Version: 195
|
||||||
Release: 2%{?gitcommit:.git%{gitcommit}}%{?dist}
|
Release: 1%{?gitcommit:.git%{gitcommit}}%{?dist}
|
||||||
# For a breakdown of the licensing, see README
|
# For a breakdown of the licensing, see README
|
||||||
License: LGPLv2+ and MIT and GPLv2+
|
License: LGPLv2+ and MIT and GPLv2+
|
||||||
Summary: A System and Service Manager
|
Summary: A System and Service Manager
|
||||||
@ -282,6 +282,10 @@ glib-based applications using libudev functionality.
|
|||||||
# journal.
|
# journal.
|
||||||
/usr/bin/rm -f %{buildroot}%{_prefix}/lib/sysctl.d/coredump.conf
|
/usr/bin/rm -f %{buildroot}%{_prefix}/lib/sysctl.d/coredump.conf
|
||||||
|
|
||||||
|
# For now remove /var/log/README since we are not enabling persistant
|
||||||
|
# logging yet.
|
||||||
|
/usr/bin/rm -f %{buildroot}%{_localstatedir}/log/README
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
/usr/bin/getent group cdrom >/dev/null 2>&1 || /usr/sbin/groupadd -r -g 11 cdrom >/dev/null 2>&1 || :
|
/usr/bin/getent group cdrom >/dev/null 2>&1 || /usr/sbin/groupadd -r -g 11 cdrom >/dev/null 2>&1 || :
|
||||||
/usr/bin/getent group tape >/dev/null 2>&1 || /usr/sbin/groupadd -r -g 33 tape >/dev/null 2>&1 || :
|
/usr/bin/getent group tape >/dev/null 2>&1 || /usr/sbin/groupadd -r -g 33 tape >/dev/null 2>&1 || :
|
||||||
@ -489,6 +493,7 @@ fi
|
|||||||
%{_sysconfdir}/bash_completion.d/systemd-bash-completion.sh
|
%{_sysconfdir}/bash_completion.d/systemd-bash-completion.sh
|
||||||
%{_sysconfdir}/rpm/macros.systemd
|
%{_sysconfdir}/rpm/macros.systemd
|
||||||
%{_sysconfdir}/xdg/systemd
|
%{_sysconfdir}/xdg/systemd
|
||||||
|
%{_sysconfdir}/rc.d/init.d/README
|
||||||
%ghost %config(noreplace) %{_sysconfdir}/hostname
|
%ghost %config(noreplace) %{_sysconfdir}/hostname
|
||||||
%ghost %config(noreplace) %{_sysconfdir}/localtime
|
%ghost %config(noreplace) %{_sysconfdir}/localtime
|
||||||
%ghost %config(noreplace) %{_sysconfdir}/vconsole.conf
|
%ghost %config(noreplace) %{_sysconfdir}/vconsole.conf
|
||||||
@ -514,6 +519,10 @@ fi
|
|||||||
%{_bindir}/systemd-delta
|
%{_bindir}/systemd-delta
|
||||||
%caps(cap_dac_override,cap_sys_ptrace=pe) %{_bindir}/systemd-detect-virt
|
%caps(cap_dac_override,cap_sys_ptrace=pe) %{_bindir}/systemd-detect-virt
|
||||||
%{_bindir}/systemd-inhibit
|
%{_bindir}/systemd-inhibit
|
||||||
|
%{_bindir}/hostnamectl
|
||||||
|
%{_bindir}/localectl
|
||||||
|
%{_bindir}/timedatectl
|
||||||
|
%{_bindir}/systemd-coredumpctl
|
||||||
%{_bindir}/udevadm
|
%{_bindir}/udevadm
|
||||||
%{_prefix}/lib/systemd/systemd
|
%{_prefix}/lib/systemd/systemd
|
||||||
%{_prefix}/lib/systemd/system
|
%{_prefix}/lib/systemd/system
|
||||||
@ -630,6 +639,20 @@ fi
|
|||||||
%{_libdir}/pkgconfig/gudev-1.0*
|
%{_libdir}/pkgconfig/gudev-1.0*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 23 2012 Lennart Poettering <lpoetter@redhat.com> - 195-1
|
||||||
|
- New upstream release
|
||||||
|
- https://bugzilla.redhat.com/show_bug.cgi?id=831665
|
||||||
|
- https://bugzilla.redhat.com/show_bug.cgi?id=847720
|
||||||
|
- https://bugzilla.redhat.com/show_bug.cgi?id=858693
|
||||||
|
- https://bugzilla.redhat.com/show_bug.cgi?id=863481
|
||||||
|
- https://bugzilla.redhat.com/show_bug.cgi?id=864629
|
||||||
|
- https://bugzilla.redhat.com/show_bug.cgi?id=864672
|
||||||
|
- https://bugzilla.redhat.com/show_bug.cgi?id=864674
|
||||||
|
- https://bugzilla.redhat.com/show_bug.cgi?id=865128
|
||||||
|
- https://bugzilla.redhat.com/show_bug.cgi?id=866346
|
||||||
|
- https://bugzilla.redhat.com/show_bug.cgi?id=867407
|
||||||
|
- https://bugzilla.redhat.com/show_bug.cgi?id=868603
|
||||||
|
|
||||||
* Wed Oct 10 2012 Michal Schmidt <mschmidt@redhat.com> - 194-2
|
* Wed Oct 10 2012 Michal Schmidt <mschmidt@redhat.com> - 194-2
|
||||||
- Add scriptlets for migration away from systemd-timedated-ntp.target
|
- Add scriptlets for migration away from systemd-timedated-ntp.target
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user