update to 1.113
This commit is contained in:
parent
96f326df34
commit
36c04b4869
@ -1,24 +0,0 @@
|
|||||||
From c5a0bfd174e4a88fcd49fe7a130b37b6779c1a18 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jiri Kucera <jkucera@redhat.com>
|
|
||||||
Date: Aug 07 2018 14:10:07 +0000
|
|
||||||
Subject: Include <sys/sysmacros.h> manually
|
|
||||||
|
|
||||||
|
|
||||||
Inclusion of <sys/sysmacros.h> from <sys/types.h>
|
|
||||||
is now deprecated
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
diff --git a/usermount.c b/usermount.c
|
|
||||||
index 3aafadd..5875c09 100644
|
|
||||||
--- a/usermount.c
|
|
||||||
+++ b/usermount.c
|
|
||||||
@@ -40,6 +40,7 @@
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <sys/time.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
+#include <sys/sysmacros.h>
|
|
||||||
#include <errno.h>
|
|
||||||
#include <glob.h>
|
|
||||||
#include <libintl.h>
|
|
||||||
|
|
||||||
Binary file not shown.
BIN
usermode-1.113.tar.xz
Normal file
BIN
usermode-1.113.tar.xz
Normal file
Binary file not shown.
@ -1,13 +1,12 @@
|
|||||||
Name: usermode
|
Name: usermode
|
||||||
Version: 1.112
|
Version: 1.113
|
||||||
Release: 8
|
Release: 1
|
||||||
Summary: Tools for certain user account management tasks
|
Summary: Tools for certain user account management tasks
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://pagure.io/usermode/
|
URL: https://pagure.io/usermode/
|
||||||
Source: https://releases.pagure.org/usermode/usermode-%{version}.autotoolized.tar.xz
|
Source: https://releases.pagure.org/usermode/usermode-%{version}.tar.xz
|
||||||
Source1: config-util
|
Source1: config-util
|
||||||
|
|
||||||
Patch0000: Include-sys-sysmacros.h-manually.patch
|
|
||||||
Requires: pam passwd util-linux
|
Requires: pam passwd util-linux
|
||||||
BuildRequires: desktop-file-utils gettext intltool perl-XML-Parser util-linux
|
BuildRequires: desktop-file-utils gettext intltool perl-XML-Parser util-linux
|
||||||
BuildRequires: glib2-devel gtk2-devel libblkid-devel libSM-devel libselinux-devel libuser-devel
|
BuildRequires: glib2-devel gtk2-devel libblkid-devel libSM-devel libselinux-devel libuser-devel
|
||||||
@ -71,6 +70,9 @@ done
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 24 2020 Hugel <gengqihu1@huawei.com> - 1.113-1
|
||||||
|
- Update to 1.113
|
||||||
|
|
||||||
* Tue Mar 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.112-8
|
* Tue Mar 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.112-8
|
||||||
- Add Source1
|
- Add Source1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user