Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 600497 Details for
Bug 843471
rtas_errd not auto starting on Fedora 17 GA
Home
New
Search
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.rh90 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 v2] ppc64-diag spec file fix
ppc64-diag-2.4.3-1.fc17-spec-file.patch (text/plain), 1.91 KB, created by
IBM Bug Proxy
on 2012-07-26 12:21:11 UTC
(
hide
)
Description:
[patch v2] ppc64-diag spec file fix
Filename:
MIME Type:
Creator:
IBM Bug Proxy
Created:
2012-07-26 12:21:11 UTC
Size:
1.91 KB
patch
obsolete
>--- SPECS/ppc64-diag.spec.org 2012-07-16 05:39:57.690000223 -0500 >+++ SPECS/ppc64-diag.spec 2012-07-16 05:52:24.810000895 -0500 >@@ -11,7 +11,7 @@ BuildRequires: libvpd-devel, systemd-un > Requires: servicelog, lsvpd > Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > Source0: http://downloads.sourceforge.net/project/linux-diag/ppc64-diag/%{version}/%{name}-%{version}.tar.gz >-Source1: ppc64-diag.service >+Source1: rtas_errd.service > Patch0: ppc64-diag-2.4.2-messagecatalog-location.patch > Patch1: ppc64-diag-2.4.2-chkconfig.patch > Patch2: ppc64-diag-2.4.3-scriptlocation.patch >@@ -72,26 +72,30 @@ rm -rf $RPM_BUILD_ROOT > %attr(644,root,root) %{_datadir}/%{name}/message_catalog/with_regex/* > %attr(755,root,root) %{_sysconfdir}/rc.powerfail > %attr(755,root,root) %{_libexecdir}/%{name}/rtas_errd >-%attr(644,root,root) %{_unitdir}/ppc64-diag.service >+%attr(644,root,root) %{_unitdir}/rtas_errd.service > > %post > # Post-install script -------------------------------------------------- > %{_libexecdir}/%{name}/ppc64_diag_setup --register >/dev/null >-if [ "$1" = "2" ]; then # upgrade >- %{_libexecdir}/%{name}/rtas_errd restart >+if [ "$1" = "1" ]; then # first install >+ systemctl -q enable rtas_errd.service >+ systemctl start rtas_errd.service >+elif [ "$1" = "2" ]; then # upgrade >+ systemctl restart rtas_errd.service > fi > > %preun > # Pre-uninstall script ------------------------------------------------- > if [ "$1" = "0" ]; then # last uninstall >- %{_libexecdir}/%{name}/rtas_errd stop >+ systemctl stop rtas_errd.service >+ systemctl -q disable rtas_errd.service > %{_libexecdir}/%{name}/ppc64_diag_setup --unregister >/dev/null > fi > > %triggerin -- librtas > # trigger on librtas upgrades ------------------------------------------ > if [ "$2" = "2" ]; then >- %{_libexecdir}/%{name}/rtas_errd restart >+ systemctl restart rtas_errd.service > fi > >
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 843471
:
600496
| 600497