%global soversion_major 1 %global soversion 1.0.41 %global _hardened_build 1 Summary: Libcgroup is a library that abstracts the control group file system in Linux Name: libcgroup Version: 3.1.0 Release: 2 License: LGPLv2+ URL: http://libcg.sourceforge.net/ Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz Provides: libcgroup-pam libcgroup-tools Obsoletes: libcgroup-pam libcgroup-tools BuildRequires: autoconf, automake, libtool BuildRequires: gcc,gcc-c++,byacc BuildRequires: systemd-units,pam-devel,flex,coreutils,systemd-devel Requires: systemd >= 217-0.2 Requires(pre): shadow-utils %description Cgroups is a Linux kernel feature that limits, accounts for, and isolates the resource usage (CPU, memory, disk I/O, network, etc.) of a collection of processes. The library helps manipulte and administrate control groups. %package devel Summary: Devel helps applications to use cgroups Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Devel provides API for creating,deleting and modifying cgroup nodes.It allows the creation of cgroups' configuration and provides scripts for managing it. %package help Summary: It provides helpful information for libcgroup %description help It provides helpful information for libcgroup-pam,libcgroup-devel,libcgroup-tools and libcgroup. %prep %setup -q -n %{name}-%{version} %build autoreconf -vif %configure --enable-pam-module-dir=%{_libdir}/security --enable-opaque-hierarchy="name=systemd" --disable-daemon %ifarch sw_64 make %else make %{?_smp_mflags} %endif %install make DESTDIR=$RPM_BUILD_ROOT install # config install -d ${RPM_BUILD_ROOT}%{_sysconfdir} install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig install -m 644 samples/config/cgsnapshot_denylist.conf $RPM_BUILD_ROOT%{_sysconfdir}/cgsnapshot_denylist.conf # Only one pam_cgroup.so is needed #mv -f $RPM_BUILD_ROOT%{_libdir}/security/pam_cgroup.so $RPM_BUILD_ROOT%{_libdir}/security/pam_cgroup.so rm -f $RPM_BUILD_ROOT%{_libdir}/security/pam_cgroup.{,l}a $RPM_BUILD_ROOT%{_libdir}/security/pam_cgroup.so.* rm -f $RPM_BUILD_ROOT%{_libdir}/*.{,l}a rm -f $RPM_BUILD_ROOT%{_libdir}/libcgroupfortesting.* rm -f $RPM_BUILD_ROOT%{_mandir}/man5/cgred.conf.5* rm -f $RPM_BUILD_ROOT%{_mandir}/man5/cgrules.conf.5* rm -f $RPM_BUILD_ROOT%{_mandir}/man8/cgrulesengd.8* # unit and sysconfig install -d ${RPM_BUILD_ROOT}%{_unitdir} %pre getent group cgred >/dev/null || groupadd -r cgred %files %{!?_licensedir:%global license %%doc} %license COPYING %{_libdir}/libcgroup.so.* %config(noreplace) %{_sysconfdir}/cgsnapshot_denylist.conf /usr/bin/cgget /usr/bin/cgset /usr/bin/cgcreate /usr/bin/cgdelete /usr/bin/cgsnapshot /usr/bin/lscgroup /usr/bin/lssubsys /usr/sbin/cgconfigparser %attr(2755, root, cgred) /usr/bin/cgexec %attr(2755, root, cgred) /usr/bin/cgclassify %attr(0755, root, root) %{_libdir}/security/pam_cgroup.so %{_bindir}/cgxget %{_bindir}/cgxset %{_bindir}/libcgroup_systemd_idle_thread %files devel %{!?_licensedir:%global license %%doc} %license COPYING %{_libdir}/libcgroup.so %{_libdir}/pkgconfig/libcgroup.pc %{_includedir}/libcgroup.h %{_includedir}/libcgroup/*.h %files help %license COPYING %doc README README_systemd %attr(0644, root, root) %{_mandir}/man1/* %attr(0644, root, root) %{_mandir}/man5/* %attr(0644, root, root) %{_mandir}/man8/* %changelog * Mon Aug 28 2023 luoyujie - 3.1.0-2 - Type: enhancement - Id:NA - SUG:NA - DESC:delete unnecessary cgconfig service support * Wed Aug 16 2023 luoyujie - 3.1.0-1 - Type: upgrade - Id:NA - SUG:NA - DESC:update release version to v3.1.0 * Wed Apr 19 2023 jichengke - 2.0.3-2 - modify bogus date in changelog * Thu Feb 9 2023 hanchao - 2.0.3-1 - Type: upgrade - Id:NA - SUG:NA - DESC:update release version to v2.0.3 * Thu Nov 3 2022 wuzx - 0.42.2-3 - Type:feature - CVE:NA - SUG:NA - DESC:Add sw64 architecture * Thu May 5 2022 wangfengtu - 0.42.2-2 - Type: upgrade - Id:NA - SUG:NA - DESC:update release version * Wed Nov 4 2020 leizhongkai - 0.42.2-1 - Type: upgrade - Id:NA - SUG:NA - DESC:new upstream release 0.42.2 * Tue Jan 7 2020 openEuler Buildteam - 0.41-23 - Type:enhancement - Id:NA - SUG:NA - DESC:modify spec patch * Thu Dec 19 2019 openEuler Buildteam - 0.41-22 - Type:enhancement - Id:NA - SUG:NA - DESC:modify the config patch * Thu Nov 7 2019 openEuler Buildteam - 0.41-21 - Type:enhancement - Id:NA - SUG:NA - DESC:modify the release * Tue Jan 22 2019 lunankun - 0.41-20.h1 - Type:bugfix - ID:NA - SUG:restart - DESC:change parser match order fix cgconfig error.