From b746d00d8303b1aa62776bc56c3f1356c33b01df1fca93a6357c7b8b148d31d4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Oct 2019 10:02:31 +0000 Subject: [PATCH] Accepting request 738817 from home:kukuk:etc - libeconf.patch: fix a long int error on 32bit - libeconf.patch: fix a long int error on 32bit - libeconf.patch: fix a long int error on 32bit OBS-URL: https://build.opensuse.org/request/show/738817 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=424 --- libeconf.patch | 2 +- python3-libmount.changes | 5 +++++ util-linux-systemd.changes | 5 +++++ util-linux.changes | 5 +++++ 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/libeconf.patch b/libeconf.patch index 8e252e9..0e85561 100644 --- a/libeconf.patch +++ b/libeconf.patch @@ -322,7 +322,7 @@ index 2b505d255..9075ad9e7 100644 + +unsigned long getlogindefs_num(const char *name, unsigned long dflt) +{ -+ unsigned long value; ++ uint64_t value; + econf_err error; + + if (!file) diff --git a/python3-libmount.changes b/python3-libmount.changes index 5969220..fed1632 100644 --- a/python3-libmount.changes +++ b/python3-libmount.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 8 14:48:15 CEST 2019 - kukuk@suse.de + +- libeconf.patch: fix a long int error on 32bit + ------------------------------------------------------------------- Tue Oct 1 13:19:42 CEST 2019 - kukuk@suse.de diff --git a/util-linux-systemd.changes b/util-linux-systemd.changes index 5969220..fed1632 100644 --- a/util-linux-systemd.changes +++ b/util-linux-systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 8 14:48:15 CEST 2019 - kukuk@suse.de + +- libeconf.patch: fix a long int error on 32bit + ------------------------------------------------------------------- Tue Oct 1 13:19:42 CEST 2019 - kukuk@suse.de diff --git a/util-linux.changes b/util-linux.changes index 5969220..fed1632 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 8 14:48:15 CEST 2019 - kukuk@suse.de + +- libeconf.patch: fix a long int error on 32bit + ------------------------------------------------------------------- Tue Oct 1 13:19:42 CEST 2019 - kukuk@suse.de