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 154940 Details for
Bug 205433
.pyo files should no longer be %ghost'ed
[?]
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]
Patch to unghost *.pyo
sabayon-unghost.patch (text/plain), 5.10 KB, created by
Ignacio Vazquez-Abrams
on 2007-05-17 17:42:46 UTC
(
hide
)
Description:
Patch to unghost *.pyo
Filename:
MIME Type:
Creator:
Ignacio Vazquez-Abrams
Created:
2007-05-17 17:42:46 UTC
Size:
5.10 KB
patch
obsolete
>--- sabayon.spec.ghost 2007-05-17 13:38:01.000000000 -0400 >+++ sabayon.spec 2007-05-17 13:41:15.000000000 -0400 >@@ -8,7 +8,7 @@ > > Name: sabayon > Version: 2.18.1 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: Tool to maintain user profiles in a GNOME desktop > > Group: Applications/System >@@ -166,38 +166,18 @@ > %{_sbindir}/%{name}-apply > > %dir %{python_sitearch}/%{name}/ >-%{python_sitearch}/%{name}/__init__.py >-%{python_sitearch}/%{name}/__init__.pyc >-%ghost %{python_sitearch}/%{name}/__init__.pyo >-%{python_sitearch}/%{name}/config.py >-%{python_sitearch}/%{name}/config.pyc >-%ghost %{python_sitearch}/%{name}/config.pyo >-%{python_sitearch}/%{name}/cache.py >-%{python_sitearch}/%{name}/cache.pyc >-%ghost %{python_sitearch}/%{name}/cache.pyo >-%{python_sitearch}/%{name}/dirmonitor.py >-%{python_sitearch}/%{name}/dirmonitor.pyc >-%ghost %{python_sitearch}/%{name}/dirmonitor.pyo >-%{python_sitearch}/%{name}/mozilla_bookmarks.py >-%{python_sitearch}/%{name}/mozilla_bookmarks.pyc >-%ghost %{python_sitearch}/%{name}/mozilla_bookmarks.pyo >-%{python_sitearch}/%{name}/storage.py >-%{python_sitearch}/%{name}/storage.pyc >-%ghost %{python_sitearch}/%{name}/storage.pyo >-%{python_sitearch}/%{name}/userdb.py >-%{python_sitearch}/%{name}/userdb.pyc >-%ghost %{python_sitearch}/%{name}/userdb.pyo >-%{python_sitearch}/%{name}/userprofile.py >-%{python_sitearch}/%{name}/userprofile.pyc >-%ghost %{python_sitearch}/%{name}/userprofile.pyo >-%{python_sitearch}/%{name}/util.py >-%{python_sitearch}/%{name}/util.pyc >-%ghost %{python_sitearch}/%{name}/util.pyo >+%{python_sitearch}/%{name}/__init__.py* >+%{python_sitearch}/%{name}/config.py* >+%{python_sitearch}/%{name}/cache.py* >+%{python_sitearch}/%{name}/dirmonitor.py* >+%{python_sitearch}/%{name}/mozilla_bookmarks.py* >+%{python_sitearch}/%{name}/storage.py* >+%{python_sitearch}/%{name}/userdb.py* >+%{python_sitearch}/%{name}/userprofile.py* >+%{python_sitearch}/%{name}/util.py* > > %dir %{python_sitearch}/%{name}/sources >-%{python_sitearch}/%{name}/sources/*.py >-%{python_sitearch}/%{name}/sources/*.pyc >-%ghost %{python_sitearch}/%{name}/sources/*.pyo >+%{python_sitearch}/%{name}/sources/*.py* > > %files > %doc doc/index.html doc/testing.html doc/helping.html doc/developing.html >@@ -218,52 +198,26 @@ > > %{python_sitearch}/%{name}/xlib.so > >-%{python_sitearch}/%{name}/aboutdialog.py >-%{python_sitearch}/%{name}/aboutdialog.pyc >-%ghost %{python_sitearch}/%{name}/aboutdialog.pyo >-%{python_sitearch}/%{name}/changeswindow.py >-%{python_sitearch}/%{name}/changeswindow.pyc >-%ghost %{python_sitearch}/%{name}/changeswindow.pyo >-%{python_sitearch}/%{name}/editorwindow.py >-%{python_sitearch}/%{name}/editorwindow.pyc >-%ghost %{python_sitearch}/%{name}/editorwindow.pyo >-%{python_sitearch}/%{name}/fileviewer.py >-%{python_sitearch}/%{name}/fileviewer.pyc >-%ghost %{python_sitearch}/%{name}/fileviewer.pyo >-%{python_sitearch}/%{name}/gconfviewer.py >-%{python_sitearch}/%{name}/gconfviewer.pyc >-%ghost %{python_sitearch}/%{name}/gconfviewer.pyo >-%{python_sitearch}/%{name}/profilesdialog.py >-%{python_sitearch}/%{name}/profilesdialog.pyc >-%ghost %{python_sitearch}/%{name}/profilesdialog.pyo >-%{python_sitearch}/%{name}/protosession.py >-%{python_sitearch}/%{name}/protosession.pyc >-%ghost %{python_sitearch}/%{name}/protosession.pyo >-%{python_sitearch}/%{name}/saveconfirm.py >-%{python_sitearch}/%{name}/saveconfirm.pyc >-%ghost %{python_sitearch}/%{name}/saveconfirm.pyo >-%{python_sitearch}/%{name}/sessionwidget.py >-%{python_sitearch}/%{name}/sessionwidget.pyc >-%ghost %{python_sitearch}/%{name}/sessionwidget.pyo >-%{python_sitearch}/%{name}/sessionwindow.py >-%{python_sitearch}/%{name}/sessionwindow.pyc >-%ghost %{python_sitearch}/%{name}/sessionwindow.pyo >-%{python_sitearch}/%{name}/usermod.py >-%{python_sitearch}/%{name}/usermod.pyc >-%ghost %{python_sitearch}/%{name}/usermod.pyo >-%{python_sitearch}/%{name}/usersdialog.py >-%{python_sitearch}/%{name}/usersdialog.pyc >-%ghost %{python_sitearch}/%{name}/usersdialog.pyo >-%{python_sitearch}/%{name}/lockdownappliersabayon.py >-%{python_sitearch}/%{name}/lockdownappliersabayon.pyc >-%ghost %{python_sitearch}/%{name}/lockdownappliersabayon.pyo >- >-%dir %{python_sitearch}/%{name}/lockdown >-%{python_sitearch}/%{name}/lockdown/*.py >-%{python_sitearch}/%{name}/lockdown/*.pyc >-%ghost %{python_sitearch}/%{name}/lockdown/*.pyo >+%{python_sitearch}/%{name}/aboutdialog.py* >+%{python_sitearch}/%{name}/changeswindow.py* >+%{python_sitearch}/%{name}/editorwindow.py* >+%{python_sitearch}/%{name}/fileviewer.py* >+%{python_sitearch}/%{name}/gconfviewer.py* >+%{python_sitearch}/%{name}/profilesdialog.py* >+%{python_sitearch}/%{name}/protosession.py* >+%{python_sitearch}/%{name}/saveconfirm.py* >+%{python_sitearch}/%{name}/sessionwidget.py* >+%{python_sitearch}/%{name}/sessionwindow.py* >+%{python_sitearch}/%{name}/usermod.py* >+%{python_sitearch}/%{name}/usersdialog.py* >+%{python_sitearch}/%{name}/lockdownappliersabayon.py* >+ >+%{python_sitearch}/%{name}/lockdown > > %changelog >+* Thu May 17 2007 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.18.1-2 >+- Unghost *.pyo (#205433) >+ > * Wed Apr 11 2007 Alexander Larsson <alexl@redhat.com> - 2.18.1-1 > - Update to 2.18.1 > - Move gamin-python and python-ldap requires to sabayon-apply subpackage
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 205433
: 154940