]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
Add new executables to .spec file
authorJan Safranek <jsafrane@redhat.com>
Mon, 26 Oct 2009 14:28:02 +0000 (15:28 +0100)
committerBalbir Singh <balbir@linux.vnet.ibm.com>
Tue, 27 Oct 2009 07:38:04 +0000 (13:08 +0530)
We have some new tools available in /bin and /sbin and we should distribute
them.

Changelog:
 - list the files instead of using wildcard

Signed-off-by: Jan Safranek <jsafrane@redhat.com>
Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
dist/libcgroup.spec.in

index 92be63f283ea61151557a4c0a6dc125fe5166627..ba467d664b2ff72a1e118785d188d0b262865c65 100644 (file)
@@ -91,8 +91,14 @@ fi
 /%{_lib}/libcgroup.so.*
 /bin/cgexec
 /bin/cgclassify
+/bin/cgcreate
+/bin/cgset
+/bin/cgdelete
+/bin/lscgroup
+/bin/lssubsys
 /sbin/cgconfigparser
 /sbin/cgrulesengd
+/sbin/cgclear
 %attr(0644, root, root) %{_mandir}/man1/*
 %attr(0644, root, root) %{_mandir}/man5/*
 %attr(0644, root, root) %{_mandir}/man8/*
@@ -110,6 +116,8 @@ fi
 
 
 %changelog
+* Thu Oct 22 2009 Jan Safranek <jsafrane@redhat.com> 0.34-1
+- Update to latest upstream
 * Tue Feb 24 2009 Balbir Singh <balbir@linux.vnet.ibm.com> 0.33-1
 - Update to 0.33, spec file changes to add Makefiles and pam_cgroup module
 * Fri Oct 10 2008 Dhaval Giani <dhaval@linux.vnet.ibm.com> 0.32-1