Compare commits
No commits in common. "4122de731ce10744af1dbe03b9b2c050ffc33875" and "7162748dcf324f58343141e47ca77971d487f7a1" have entirely different histories.
4122de731c
...
7162748dcf
BIN
usermode-1.113.tar.xz
Normal file
BIN
usermode-1.113.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: usermode
|
Name: usermode
|
||||||
Version: 1.114
|
Version: 1.113
|
||||||
Release: 3
|
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/
|
||||||
@ -8,7 +8,6 @@ Source: https://releases.pagure.org/usermode/usermode-%{version}.tar.xz
|
|||||||
Source1: config-util
|
Source1: config-util
|
||||||
|
|
||||||
Requires: pam passwd util-linux
|
Requires: pam passwd util-linux
|
||||||
BuildRequires: gcc
|
|
||||||
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
|
||||||
BuildRequires: pam-devel startup-notification-devel
|
BuildRequires: pam-devel startup-notification-devel
|
||||||
@ -36,11 +35,11 @@ Package help includes man pages for usermode.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-selinux
|
%configure --with-selinux
|
||||||
%make_build VENDOR=%{_vendor}
|
%make_build VENDOR=openeuler
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install VENDOR=%{_vendor}
|
%make_install VENDOR=openeuler
|
||||||
|
|
||||||
# make userformat symlink to usermount
|
# make userformat symlink to usermount
|
||||||
%{__ln_s} usermount %{buildroot}%{_bindir}/userformat
|
%{__ln_s} usermount %{buildroot}%{_bindir}/userformat
|
||||||
@ -48,9 +47,9 @@ Package help includes man pages for usermode.
|
|||||||
|
|
||||||
install -D -p -m 644 %{SOURCE1} %{buildroot}/etc/security/console.apps/config-util
|
install -D -p -m 644 %{SOURCE1} %{buildroot}/etc/security/console.apps/config-util
|
||||||
|
|
||||||
for i in %{_vendor}-userinfo.desktop %{_vendor}-userpasswd.desktop %{_vendor}-usermount.desktop; do
|
for i in openeuler-userinfo.desktop openeuler-userpasswd.desktop openeuler-usermount.desktop; do
|
||||||
echo 'NotShowIn=GNOME;KDE;' >>%{buildroot}%{_datadir}/applications/$i
|
echo 'NotShowIn=GNOME;KDE;' >>%{buildroot}%{_datadir}/applications/$i
|
||||||
desktop-file-install --vendor %{_vendor} --delete-original \
|
desktop-file-install --vendor openeuler --delete-original \
|
||||||
--dir %{buildroot}%{_datadir}/applications \
|
--dir %{buildroot}%{_datadir}/applications \
|
||||||
%{buildroot}%{_datadir}/applications/$i
|
%{buildroot}%{_datadir}/applications/$i
|
||||||
done
|
done
|
||||||
@ -71,24 +70,6 @@ done
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 24 2020 Hugel <gengqihu1@huawei.com> - 1.113-1
|
||||||
- Update to 1.113
|
- Update to 1.113
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user