Remove /cgroup directory, groups are created in /sys/fs/cgroup
Resolves: #694687
This commit is contained in:
parent
df868a2d15
commit
93199737d6
@ -5,7 +5,7 @@ Name: libcgroup
|
||||
Summary: Tools and libraries to control and monitor control groups
|
||||
Group: Development/Libraries
|
||||
Version: 0.37.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://libcg.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/libcg/%{name}-%{version}.tar.bz2
|
||||
@ -134,7 +134,7 @@ fi
|
||||
%attr(0755,root,root) %{_initrddir}/cgconfig
|
||||
%attr(0755,root,root) %{_initrddir}/cgred
|
||||
%doc COPYING INSTALL README_daemon README.Fedora
|
||||
%attr(0755,root,root) %dir /cgroup
|
||||
%attr(0755,root,root) %ghost %dir /cgroup
|
||||
|
||||
%files pam
|
||||
%defattr(-,root,root,-)
|
||||
@ -150,6 +150,10 @@ fi
|
||||
%doc COPYING INSTALL
|
||||
|
||||
%changelog
|
||||
* Fri Apr 8 2011 Jan Safranek <jsafrane@redhat.com> 0.37.1-2
|
||||
- Remove /cgroup directory, groups are created in /sys/fs/cgroup
|
||||
(#694687)
|
||||
|
||||
* Thu Mar 3 2011 Jan Safranek <jsafrane@redhat.com> 0.37.1-1
|
||||
- Update to 0.37.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user