We have some new tools available in /bin and /sbin and we should distribute them (namely cgdelete, lscgroup and lssubsys). I decided to add generic wildcard to the file list instead of fixed list of files, just to be future-proof.
Signed-off-by: Jan Safranek <[email protected]> --- dist/libcgroup.spec.in | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/libcgroup.spec.in b/dist/libcgroup.spec.in index 92be63f..b09ccda 100644 --- a/dist/libcgroup.spec.in +++ b/dist/libcgroup.spec.in @@ -89,10 +89,8 @@ fi %config(noreplace) %{_sysconfdir}/cgconfig.conf %config(noreplace) %{_sysconfdir}/cgrules.conf /%{_lib}/libcgroup.so.* -/bin/cgexec -/bin/cgclassify -/sbin/cgconfigparser -/sbin/cgrulesengd +/bin/* +/sbin/* %attr(0644, root, root) %{_mandir}/man1/* %attr(0644, root, root) %{_mandir}/man5/* %attr(0644, root, root) %{_mandir}/man8/* @@ -110,6 +108,8 @@ fi %changelog +* Thu Oct 22 2009 Jan Safranek <[email protected]> 0.34-1 +- Update to latest upstream * Tue Feb 24 2009 Balbir Singh <[email protected]> 0.33-1 - Update to 0.33, spec file changes to add Makefiles and pam_cgroup module * Fri Oct 10 2008 Dhaval Giani <[email protected]> 0.32-1 ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
