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 984741 Details for
Bug 1170374
Review Request: yum-plugin-needs-restarting - YUM plugin for listing processes using old files after upgrade
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.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
Updated spec file
yum-plugin-needs-restarting.spec (text/x-matlab), 1.47 KB, created by
Michael Spahn
on 2015-01-27 15:56:23 UTC
(
hide
)
Description:
Updated spec file
Filename:
MIME Type:
Creator:
Michael Spahn
Created:
2015-01-27 15:56:23 UTC
Size:
1.47 KB
patch
obsolete
>%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} >%define pluginhome /usr/lib/yum-plugins > >Name: yum-plugin-needs-restarting >Version: 1.0 >Release: 1%{?dist} >Summary: YUM plugin for listing processes using old files after upgrade >Group: System Environment/Base >License: GPLv2 >URL: https://github.com/stdevel/yum-plugin-needs-restarting >Source0: https://github.com/stdevel/%{name}/archive/v%{version}.tar.gz >BuildArch: noarch >BuildRequires: python2-devel >Requires: python >Requires: yum-utils > >%description >yum-plugin-needs-restarting is a YUM plugin for listing processes using >old files after upgrading your system. It is based on the code of >needs-restarting which is part of the yum-utils package. > >%prep >%setup -q -n %{name}-%{version} >cp -a LICENSE COPYING > >%build ># This is a python script > >%install >install -Dm 644 needs-restarting.conf %{buildroot}/%{_sysconfdir}/yum/pluginconf.d/needs-restarting.conf >install -Dm 755 needs-restarting.py %{buildroot}/%pluginhome/needs-restarting.py > >%clean >rm -rf %{buildroot} > >%files >%license COPYING >%doc README.md >%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/needs-restarting.conf >%{pluginhome}/needs-restarting.py* > >%changelog >* Tue Jan 27 2015 - Michael Spahn <any0n3@fedoraproject.org> >- Fix serveral issues > >* Wed Dec 3 2014 - Michael Spahn <any0n3@fedoraproject.org> >- Initial spec file
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 1170374
: 984741 |
984743