Enabling UTF-8 in watch
This commit is contained in:
parent
a0c14c7d1f
commit
a404c9e4c0
@ -3,7 +3,7 @@
|
|||||||
Summary: System and process monitoring utilities
|
Summary: System and process monitoring utilities
|
||||||
Name: procps-ng
|
Name: procps-ng
|
||||||
Version: 3.3.7
|
Version: 3.3.7
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://sourceforge.net/projects/procps-ng/
|
URL: https://sourceforge.net/projects/procps-ng/
|
||||||
@ -89,6 +89,7 @@ autoreconf --verbose --force --install
|
|||||||
--disable-w-from \
|
--disable-w-from \
|
||||||
--disable-kill \
|
--disable-kill \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
|
--enable-watch8bit \
|
||||||
--enable-skill
|
--enable-skill
|
||||||
|
|
||||||
|
|
||||||
@ -132,6 +133,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
|
|||||||
%{_includedir}/proc
|
%{_includedir}/proc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 25 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.7-5
|
||||||
|
- Enabling UTF-8 in watch
|
||||||
|
|
||||||
* Mon Jun 17 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.7-4
|
* Mon Jun 17 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.7-4
|
||||||
- Enabling skill and snice (#974752)
|
- Enabling skill and snice (#974752)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user