Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
4122de731c
!23 [sync] PR-22: modify openeuler to _vendor
From: @openeuler-sync-bot 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
2023-09-22 02:23:13 +00:00
yeqinglong
cbf8ab9f48 modify openeuler to _vendor
(cherry picked from commit e54ee5ed1506ec30ea41c50a0668da6dbcc267b1)
2023-09-21 14:27:37 +08:00
openeuler-ci-bot
f805bc1005
!21 更新usermode软件包
From: @zhouchenchen123 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
2022-10-20 12:07:06 +00:00
zhouchenchen123
c0e8453b2d update version to 1.114-2 2022-10-20 18:50:47 +08:00
openeuler-ci-bot
4d4aec83ca !16 Update usermode to 1.114
From: @jlwwlsqc
Reviewed-by: @hanxinke
Signed-off-by: @hanxinke
2021-12-07 02:42:49 +00:00
jlwwlsqc
f8010b5439 Update usermode to 1.114 2021-11-30 15:34:02 +08:00
openeuler-ci-bot
69ca9cc485 !10 Add gcc to BuildRequires
From: @panxh_purple
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-05-27 18:51:15 +08:00
panxiaohe
4436993904 Add gcc to BuildRequires 2021-05-27 17:03:04 +08:00
openeuler-ci-bot
fb75fab481 !8 usermode
Merge pull request !8 from syyhao/master
2020-07-30 14:19:44 +08:00
Yangyang Shen
aa257637e0 Do not use deprecated flask.h and av_permissions.h 2020-07-30 13:36:03 +08:00
3 changed files with 25 additions and 6 deletions

Binary file not shown.

BIN
usermode-1.114.tar.xz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: usermode
Version: 1.113
Release: 1
Version: 1.114
Release: 3
Summary: Tools for certain user account management tasks
License: GPLv2+
URL: https://pagure.io/usermode/
@ -8,6 +8,7 @@ Source: https://releases.pagure.org/usermode/usermode-%{version}.tar.xz
Source1: config-util
Requires: pam passwd util-linux
BuildRequires: gcc
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: pam-devel startup-notification-devel
@ -35,11 +36,11 @@ Package help includes man pages for usermode.
%build
%configure --with-selinux
%make_build VENDOR=openeuler
%make_build VENDOR=%{_vendor}
%install
%make_install VENDOR=openeuler
%make_install VENDOR=%{_vendor}
# make userformat symlink to usermount
%{__ln_s} usermount %{buildroot}%{_bindir}/userformat
@ -47,9 +48,9 @@ Package help includes man pages for usermode.
install -D -p -m 644 %{SOURCE1} %{buildroot}/etc/security/console.apps/config-util
for i in openeuler-userinfo.desktop openeuler-userpasswd.desktop openeuler-usermount.desktop; do
for i in %{_vendor}-userinfo.desktop %{_vendor}-userpasswd.desktop %{_vendor}-usermount.desktop; do
echo 'NotShowIn=GNOME;KDE;' >>%{buildroot}%{_datadir}/applications/$i
desktop-file-install --vendor openeuler --delete-original \
desktop-file-install --vendor %{_vendor} --delete-original \
--dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/$i
done
@ -70,6 +71,24 @@ done
%{_mandir}/man8/*
%changelog
* Thu Aug 10 2023 yeqinglong <yeqinglong@kylinsec.com.cn> - 1.114-3
- modify openeuler to _vendor
* Thu Oct 20 2022 zhouchenchen <zhouchenchen@huawei.com> - 1.114-2
- update version to 1.114-2
* Tue Nov 30 2021 wangjie <wangjie375@huawei.com> - 1.114-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:Update usermode to 1.114
* Thu May 27 2021 panxiaohe <panxiaohe@huawei.com> - 1.113-3
- Add gcc to BuildRequires
* Thu Jul 30 2020 shenyangyang <shenyangyang4@huawei.com> - 1.113-2
- Do not use deprecated flask.h and av_permissions
* Fri Jul 24 2020 Hugel <gengqihu1@huawei.com> - 1.113-1
- Update to 1.113