~ubuntu-branches/ubuntu/precise/lxc/precise

« back to all changes in this revision

Viewing changes to lxc.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2010-08-04 13:23:42 UTC
  • mto: (1.1.5 upstream) (3.1.6 sid)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100804132342-t5a3sgixmxen78ft
ImportĀ upstreamĀ versionĀ 0.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
%defattr(-,root,root)
74
74
%{_libdir}/*.so*
75
75
%{_libdir}/%{name}
 
76
%attr(4555,root,root) %{_libdir}/%{name}/lxc-init
76
77
%{_bindir}/*
 
78
%attr(4111,root,root) %{_bindir}/lxc-attach
 
79
%attr(4111,root,root) %{_bindir}/lxc-create
 
80
%attr(4111,root,root) %{_bindir}/lxc-start
 
81
%attr(4111,root,root) %{_bindir}/lxc-netstat
 
82
%attr(4111,root,root) %{_bindir}/lxc-unshare
 
83
%attr(4111,root,root) %{_bindir}/lxc-execute
 
84
%attr(4111,root,root) %{_bindir}/lxc-checkpoint
 
85
%attr(4111,root,root) %{_bindir}/lxc-restart
77
86
%{_mandir}/*
78
87
%{_datadir}/pkgconfig/*
79
88
%{_datadir}/doc/*
81
90
%files devel
82
91
%defattr(-,root,root)
83
92
%{_includedir}/%{name}/*
84
 
%{_libdir}/*.so*
 
93
%{_libdir}/*.so.*
85
94
 
86
95
%changelog
87
96
 
 
97
* Fri Jul 23 2010 Daniel Lezcano <dlezcano@fr.ibm.com> - Version 0.7.2
 
98
- set attribute for installed files
 
99
- fix libraries installation
 
100
-
 
101
 
88
102
* Mon Mar 24 2009 Daniel Lezcano <daniel.lezcano@free.fr> - Version 0.6.1
89
103
- Removed capability setting, let the user to do that through "lxc-setcap"
90
104