]> git.pld-linux.org Git - packages/cgmanager.git/commitdiff
- updated to 0.42 master auto/th/cgmanager-0.42-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 26 Jan 2023 17:04:09 +0000 (18:04 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 26 Jan 2023 17:04:09 +0000 (18:04 +0100)
- added glibc patch (fixes mount headers issue)

cgmanager-glibc.patch [new file with mode: 0644]
cgmanager.spec

diff --git a/cgmanager-glibc.patch b/cgmanager-glibc.patch
new file mode 100644 (file)
index 0000000..30ba7ed
--- /dev/null
@@ -0,0 +1,10 @@
+--- cgmanager-0.42/cgmanager.c.orig    2019-03-12 17:08:19.000000000 +0100
++++ cgmanager-0.42/cgmanager.c 2023-01-14 12:48:14.065767918 +0100
+@@ -20,7 +20,6 @@
+ #include <frontend.h>
+ #include <sys/resource.h>
+ #include <sys/vfs.h>
+-#include <linux/fs.h>
+ struct autoremove_entry {
+       NihList entry;
index 3abb28291abe3c3234db3cb30dfde7ff86598c07..4c1d9678e45e7375a00fc4818561e300d472d47c 100644 (file)
@@ -6,12 +6,14 @@
 Summary:       Linux cgroup manager
 Summary(pl.UTF-8):     ZarzÄ…dca linuksowych cgroup
 Name:          cgmanager
-Version:       0.41
+Version:       0.42
 Release:       1
 License:       GPL v2
 Group:         Daemons
+#Source0Download: https://linuxcontainers.org/cgmanager/downloads/
 Source0:       https://linuxcontainers.org/downloads/cgmanager/%{name}-%{version}.tar.gz
-# Source0-md5: 6ebed9ed3bf0751eb3cde47a94c45340
+# Source0-md5: 6cf7549e91a73c56164a28ef4d2980ce
+Patch0:                %{name}-glibc.patch
 URL:           https://linuxcontainers.org/cgmanager/
 BuildRequires: dbus-devel >= 1.2.16
 BuildRequires: help2man
@@ -81,6 +83,7 @@ Statyczna biblioteka cgmanager.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
This page took 0.152066 seconds and 4 git commands to generate.