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 151887 Details for
Bug 235509
yum-updateonboot: init priority to start after autofs
[?]
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]
specfile patch enabling priorities patch
yum-utils-specfile.patch (text/plain), 1.70 KB, created by
Rex Dieter
on 2007-04-06 16:44:25 UTC
(
hide
)
Description:
specfile patch enabling priorities patch
Filename:
MIME Type:
Creator:
Rex Dieter
Created:
2007-04-06 16:44:25 UTC
Size:
1.70 KB
patch
obsolete
>? .build-1.1.1-1.fc7.log >? noarch >? yum-utils-1.0.3-235509.patch >? yum-utils-1.1.1 >? yum-utils-1.1.1-1.fc7.src.rpm >? yum-utils-specfile.patch >Index: yum-utils.spec >=================================================================== >RCS file: /cvs/extras/rpms/yum-utils/devel/yum-utils.spec,v >retrieving revision 1.18 >diff -u -3 -p -u -r1.18 yum-utils.spec >--- yum-utils.spec 20 Feb 2007 11:36:19 -0000 1.18 >+++ yum-utils.spec 6 Apr 2007 16:42:10 -0000 >@@ -1,7 +1,7 @@ > Summary: Utilities based around the yum package manager > Name: yum-utils > Version: 1.1.1 >-Release: 1%{?dist} >+Release: 2%{?dist} > License: GPL > Group: Development/Tools > Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz >@@ -10,6 +10,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version > BuildArch: noarch > Requires: python >= 2.4 , yum >= 3.1.1 > >+Patch1: yum-utils-1.0.3-235509.patch >+ > %description > yum-utils is a collection of utilities and examples for the yum package > manager. It includes utilities by different authors that make yum easier and >@@ -144,6 +146,8 @@ to reflect this. > %prep > %setup -q > >+%patch1 -p1 -b .235509 >+ > %install > rm -rf $RPM_BUILD_ROOT > make DESTDIR=$RPM_BUILD_ROOT install >@@ -164,6 +168,7 @@ rm -rf $RPM_BUILD_ROOT > > %post -n yum-updateonboot > /sbin/chkconfig --add yum-updateonboot >/dev/null 2>&1 || :; >+/sbin/chkconfig yum-updateonboot resetpriorities >/dev/null 2>&1 || :; > > %preun -n yum-updateonboot > if [ $1 = 0 ]; then >@@ -257,6 +262,9 @@ fi > /usr/lib/yum-plugins/refresh-updatesd.* > > %changelog >+* Fri Apr 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.1-2 >+* yum-updateonboot: init priority to start after autofs (#235509) >+ > * Mon Feb 19 2007 Tim Lauridsen <tla@rasmil.dk> > - mark it as 1.1.1 >
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 235509
:
151885
| 151887