Add provides of usermode-gtk

This commit is contained in:
openeuler-basic 2019-12-25 21:29:46 +08:00
parent f5ef7ca370
commit 31e05bcdcd

View File

@ -1,6 +1,6 @@
Name: usermode Name: usermode
Version: 1.112 Version: 1.112
Release: 4 Release: 5
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/
@ -14,6 +14,10 @@ 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
Provides: %{name}-gtk = %{version}-%{release}
Obsoletes: %{name}-gtk < %{version}-%{release}
%package_help
%description %description
usermode contains the userhelper program, which can be used to allow configured usermode contains the userhelper program, which can be used to allow configured
programs to be run with superuser privileges by ordinary users, and several programs to be run with superuser privileges by ordinary users, and several
@ -68,10 +72,9 @@ done
%{_mandir}/man1/* %{_mandir}/man1/*
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Wed Dec 25 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.112-5
- Add provides of usermode-gtk
* Fri Sep 20 2019 Zaiwang Li <lizaiwang1@huawei.com> - 1.112-4 * Fri Sep 20 2019 Zaiwang Li <lizaiwang1@huawei.com> - 1.112-4
- Init Package - Init Package