automatic version update by autodist [release 2.0.1-1mamba;Wed Mar 16 2022]
This commit is contained in:
parent
36322102c0
commit
e2f6a8b378
@ -1,6 +1,6 @@
|
||||
%define pkgver %(echo %version | tr -d .)
|
||||
Name: libcgroup
|
||||
Version: 2.0
|
||||
Version: 2.0.1
|
||||
Release: 1mamba
|
||||
Summary: A control group kernel file system interface to manipulate and control the details on task grouping
|
||||
Group: System/Libraries
|
||||
@ -63,10 +63,10 @@ This package contains utility applications for %{name}.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcgroup.so.*
|
||||
%{_libdir}/libcgroupfortesting.so.*
|
||||
%{_libdir}/libcgset.so.*
|
||||
%{_libdir}/security/pam_cgroup.a
|
||||
%{_libdir}/security/pam_cgroup.so.*
|
||||
#%{_libdir}/libcgroupfortesting.so.*
|
||||
#%{_libdir}/libcgset.so.*
|
||||
%{_libdir}/security/pam_cgroup.la
|
||||
%{_libdir}/security/pam_cgroup.so
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
@ -77,16 +77,15 @@ This package contains utility applications for %{name}.
|
||||
%{_libdir}/libcgroup.la
|
||||
%{_libdir}/libcgroup.so
|
||||
%{_libdir}/libcgroup.a
|
||||
%{_libdir}/libcgroupfortesting.a
|
||||
%{_libdir}/libcgroupfortesting.la
|
||||
%{_libdir}/libcgroupfortesting.so
|
||||
%{_libdir}/libcgset.a
|
||||
%{_libdir}/libcgset.la
|
||||
%{_libdir}/libcgset.so
|
||||
#%{_libdir}/libcgroupfortesting.a
|
||||
#%{_libdir}/libcgroupfortesting.la
|
||||
#%{_libdir}/libcgroupfortesting.so
|
||||
#%{_libdir}/libcgset.a
|
||||
#%{_libdir}/libcgset.la
|
||||
#%{_libdir}/libcgset.so
|
||||
%{_libdir}/security/pam_cgroup.a
|
||||
%{_libdir}/pkgconfig/libcgroup.pc
|
||||
%{_libdir}/security/pam_cgroup.la
|
||||
%{_libdir}/security/pam_cgroup.so
|
||||
%doc README README_daemon README_systemd
|
||||
#%doc README README_daemon README_systemd
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
@ -102,23 +101,16 @@ This package contains utility applications for %{name}.
|
||||
%{_sbindir}/cgclear
|
||||
%{_sbindir}/cgconfigparser
|
||||
%{_sbindir}/cgrulesengd
|
||||
%{_mandir}/man1/cgclassify.1.gz
|
||||
%{_mandir}/man1/cgclear.1.gz
|
||||
%{_mandir}/man1/cgcreate.1.gz
|
||||
%{_mandir}/man1/cgdelete.1.gz
|
||||
%{_mandir}/man1/cgexec.1.gz
|
||||
%{_mandir}/man1/cgget.1.gz
|
||||
%{_mandir}/man1/cgset.1.gz
|
||||
%{_mandir}/man1/cgsnapshot.1.gz
|
||||
%{_mandir}/man1/lscgroup.1.gz
|
||||
%{_mandir}/man1/lssubsys.1.gz
|
||||
%{_mandir}/man5/cgconfig.conf.5.gz
|
||||
%{_mandir}/man5/cgred.conf.5.gz
|
||||
%{_mandir}/man5/cgrules.conf.5.gz
|
||||
%{_mandir}/man8/cgconfigparser.8.gz
|
||||
%{_mandir}/man8/cgrulesengd.8.gz
|
||||
%{_mandir}/man1/cg*.1*
|
||||
%{_mandir}/man1/lscgroup.1*
|
||||
%{_mandir}/man1/lssubsys.1*
|
||||
%{_mandir}/man5/cg*.5*
|
||||
%{_mandir}/man8/cg*.8*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-1mamba
|
||||
- update to 2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user