Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 703425 Details for
Bug 867958
Create Python 3 package
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[PATCH 5/5] Update the systemd scriptlets to the macroized versions
0005-Update-the-systemd-scriptlets-to-the-macroized-versi.patch (text/plain), 2.10 KB, created by
Kalev Lember
on 2013-02-27 12:57:36 UTC
(
hide
)
Description:
[PATCH 5/5] Update the systemd scriptlets to the macroized versions
Filename:
MIME Type:
Creator:
Kalev Lember
Created:
2013-02-27 12:57:36 UTC
Size:
2.10 KB
patch
obsolete
>From f4fa34e2ad552421101ac4cc79043b24f962df96 Mon Sep 17 00:00:00 2001 >From: Kalev Lember <kalevlember@gmail.com> >Date: Wed, 27 Feb 2013 13:10:45 +0100 >Subject: [PATCH 5/5] Update the systemd scriptlets to the macroized versions > >--- > speech-dispatcher.spec | 25 +++++++------------------ > 1 file changed, 7 insertions(+), 18 deletions(-) > >diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec >index 6d5a0a4..a39619f 100644 >--- a/speech-dispatcher.spec >+++ b/speech-dispatcher.spec >@@ -28,9 +28,9 @@ Patch0: 0001-RPM-Cleanups.patch > # Backported Python 3 suppor from speech-dispatcher-0.8-beta1.tar.gz > Patch1: speech-dispatcher-python3.patch > >-Requires(post): systemd-units >-Requires(preun): systemd-units >-Requires(postun): systemd-units >+Requires(post): systemd >+Requires(preun): systemd >+Requires(postun): systemd > > %ifnarch s390 s390x > BuildRequires: libraw1394 >@@ -145,26 +145,14 @@ mv %{buildroot}%{_datadir}/speech-dispatcher/conf/modules/* %{buildroot}%{_sysco > > %post > /sbin/ldconfig >-if [ $1 -eq 1 ] ; then >- # Initial installation >- /bin/systemctl daemon-reload >/dev/null 2>&1 || : >-fi >+%systemd_post speech-dispatcherd.service > > %postun > /sbin/ldconfig >- >-/bin/systemctl daemon-reload >/dev/null 2>&1 || : >-if [ $1 -ge 1 ] ; then >- # Package upgrade, not uninstall >- /bin/systemctl try-restart speech-dispatcherd.service >/dev/null 2>&1 || : >-fi >+%systemd_postun_with_restart speech-dispatcherd.service > > %preun >-if [ $1 -eq 0 ] ; then >- # Package removal, not upgrade >- /bin/systemctl --no-reload disable speech-dispatcherd.service > /dev/null 2>&1 || : >- /bin/systemctl stop speech-dispatcherd.service > /dev/null 2>&1 || : >-fi >+%systemd_preun speech-dispatcherd.service > > %files > %doc AUTHORS ChangeLog NEWS README COPYING >@@ -221,6 +209,7 @@ fi > distros > - Backport Python 3 bindings from 0.8-beta1 and install them in python3-speechd > subpackage (#867958) >+- Update the systemd scriptlets to the macroized versions > > * Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-10 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild >-- >1.8.1.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 867958
:
703420
|
703421
|
703422
|
703424
| 703425 |
703882