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 157366 Details for
Bug 244370
Review Request: olpc-hardware-manager - OLPC hardware manager
[?]
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]
Clean up post scriptlet and add proper requires for post and preun scriptlets.
0007-Clean-up-post-scriptlet-and-add-proper-requires-for.patch (text/plain), 1.64 KB, created by
Jeffrey C. Ollie
on 2007-06-19 13:52:41 UTC
(
hide
)
Description:
Clean up post scriptlet and add proper requires for post and preun scriptlets.
Filename:
MIME Type:
Creator:
Jeffrey C. Ollie
Created:
2007-06-19 13:52:41 UTC
Size:
1.64 KB
patch
obsolete
>From 3b32686fe66740f6f62cc6d379c20f08c76aca43 Mon Sep 17 00:00:00 2001 >From: Jeffrey C. Ollie <jeff@ocjtech.us> >Date: Tue, 19 Jun 2007 08:45:21 -0500 >Subject: [PATCH] Clean up post scriptlet and add proper requires for post and preun scriptlets. > > >Signed-off-by: Jeffrey C. Ollie <jeff@ocjtech.us> >--- > olpc-hardware-manager.spec | 12 ++++++++---- > 1 files changed, 8 insertions(+), 4 deletions(-) > >diff --git a/olpc-hardware-manager.spec b/olpc-hardware-manager.spec >index 69708db..6a31b33 100644 >--- a/olpc-hardware-manager.spec >+++ b/olpc-hardware-manager.spec >@@ -1,6 +1,6 @@ > Name: olpc-hardware-manager > Version: 0.4.1 >-Release: 4%{?dist} >+Release: 5%{?dist} > Summary: OLPC hardware manager > > License: GPL >@@ -20,6 +20,9 @@ Source3: COPYING > BuildArch: noarch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >+Requires(post): /sbin/chkconfig >+Requires(preun): /sbin/chkconfig >+Requires(preun): /sbin/service > Requires: dbus-python > Requires: pygobject2 > >@@ -42,9 +45,7 @@ install -p -D -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/olpc-hardware-manager > rm -rf %{buildroot} > > %post >-if [ "$1" == "1" ]; then >- /sbin/chkconfig --add olpc-hardware-manager >-fi >+/sbin/chkconfig --add olpc-hardware-manager > > %preun > if [ $1 -eq 0 ]; then >@@ -60,6 +61,9 @@ fi > %{_bindir}/olpc-hardware-manager > > %changelog >+* Tue Jun 19 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.4.1-5 >+- Clean up post scriptlet and add proper requires for post and preun scriptlets. >+ > * Tue Jun 19 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.4.1-4 > - Fix inconsistent use of macros. > >-- >1.5.2.GIT >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244370
:
157147
|
157148
|
157149
|
157150
|
157170
|
157365
| 157366 |
157367