Accepting request 714616 from YaST:Head
submit new version 4.2.4 OBS-URL: https://build.opensuse.org/request/show/714616 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-users?expand=0&rev=223
This commit is contained in:
parent
247de92a6f
commit
003d263b6e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a38d7d219ef062954ca3a40c607954930508f73876b240b057295bab79f3fdb1
|
|
||||||
size 296139
|
|
3
yast2-users-4.2.4.tar.bz2
Normal file
3
yast2-users-4.2.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8808f982692589042eb6f321e580b94dd4e0d2d6236434f2151cfb52d9e13fe1
|
||||||
|
size 296287
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 11 09:52:50 UTC 2019 - Steffen Winterfeldt <snwint@suse.com>
|
||||||
|
|
||||||
|
- hide all password fields in log (bsc#1141017)
|
||||||
|
- 4.2.4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 19 07:39:49 UTC 2019 - Ladislav Slezák <lslezak@suse.cz>
|
||||||
|
|
||||||
|
- Fixed failing old testsuite: do not depend on the environment,
|
||||||
|
skip nscd restart in Mode.test() (bsc#1138668)
|
||||||
|
- 4.2.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 31 12:42:14 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
|
||||||
|
|
||||||
|
- Add metainfo (fate#319035)
|
||||||
|
- Revamp spec
|
||||||
|
- Replace GenericName with Comment
|
||||||
|
- 4.2.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 16 14:13:03 UTC 2019 - David Diaz <dgonzalez@suse.com>
|
Thu May 16 14:13:03 UTC 2019 - David Diaz <dgonzalez@suse.com>
|
||||||
|
|
||||||
|
@ -17,10 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-users
|
Name: yast2-users
|
||||||
Version: 4.2.1
|
Version: 4.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Summary: YaST2 - User and Group Configuration
|
||||||
|
License: GPL-2.0-only
|
||||||
|
Group: System/YaST
|
||||||
|
Url: https://github.com/yast/yast-users
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: cracklib-devel
|
BuildRequires: cracklib-devel
|
||||||
@ -33,7 +36,7 @@ BuildRequires: update-desktop-files
|
|||||||
# UI::Widgets
|
# UI::Widgets
|
||||||
BuildRequires: yast2 >= 3.2.8
|
BuildRequires: yast2 >= 3.2.8
|
||||||
BuildRequires: yast2-core-devel
|
BuildRequires: yast2-core-devel
|
||||||
BuildRequires: yast2-devtools >= 3.1.10
|
BuildRequires: yast2-devtools >= 4.2.2
|
||||||
BuildRequires: yast2-perl-bindings
|
BuildRequires: yast2-perl-bindings
|
||||||
BuildRequires: yast2-security
|
BuildRequires: yast2-security
|
||||||
BuildRequires: yast2-testsuite
|
BuildRequires: yast2-testsuite
|
||||||
@ -49,10 +52,6 @@ Requires: yast2-country
|
|||||||
Requires: yast2-pam >= 4.2.0
|
Requires: yast2-pam >= 4.2.0
|
||||||
|
|
||||||
Requires: yast2-security
|
Requires: yast2-security
|
||||||
Obsoletes: yast2-users-devel-doc
|
|
||||||
Conflicts: autoyast2 < 3.1.92
|
|
||||||
# older storage uses removed deprecated method, see https://github.com/yast/yast-storage/pull/187
|
|
||||||
Conflicts: yast2-storage < 3.1.75
|
|
||||||
|
|
||||||
# y2usernote, y2useritem
|
# y2usernote, y2useritem
|
||||||
Requires: yast2-perl-bindings >= 2.18.0
|
Requires: yast2-perl-bindings >= 2.18.0
|
||||||
@ -66,16 +65,16 @@ Requires: yast2 >= 4.1.35
|
|||||||
Requires: yast2-core >= 2.21.0
|
Requires: yast2-core >= 2.21.0
|
||||||
|
|
||||||
Requires: yast2-ruby-bindings >= 1.0.0
|
Requires: yast2-ruby-bindings >= 1.0.0
|
||||||
|
Obsoletes: yast2-users-devel-doc
|
||||||
Summary: YaST2 - User and Group Configuration
|
Conflicts: autoyast2 < 3.1.92
|
||||||
License: GPL-2.0-only
|
# older storage uses removed deprecated method, see https://github.com/yast/yast-storage/pull/187
|
||||||
Group: System/YaST
|
Conflicts: yast2-storage < 3.1.75
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides GUI for maintenance of linux users and groups.
|
This package provides GUI for maintenance of linux users and groups.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%yast_build
|
%yast_build
|
||||||
@ -84,30 +83,22 @@ This package provides GUI for maintenance of linux users and groups.
|
|||||||
# make testsuite/modules/Ldap.rb visible
|
# make testsuite/modules/Ldap.rb visible
|
||||||
export Y2BASE_Y2DIR=`pwd`/testsuite
|
export Y2BASE_Y2DIR=`pwd`/testsuite
|
||||||
%yast_install
|
%yast_install
|
||||||
|
%yast_metainfo
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%{yast_clientdir}
|
||||||
%dir %{yast_yncludedir}/users
|
%{yast_desktopdir}
|
||||||
%dir %{yast_moduledir}/YaPI
|
%{yast_metainfodir}
|
||||||
%{yast_clientdir}/*.rb
|
%{yast_moduledir}
|
||||||
%{yast_desktopdir}/*.desktop
|
%{yast_yncludedir}
|
||||||
%{yast_moduledir}/*.pm
|
%{yast_libdir}
|
||||||
%{yast_moduledir}/SSHAuthorizedKeys.rb
|
%{yast_schemadir}
|
||||||
%{yast_moduledir}/UsersUI.rb
|
|
||||||
%{yast_moduledir}/YaPI/*.pm
|
|
||||||
%{yast_yncludedir}/users/*
|
|
||||||
%{yast_libdir}/users
|
|
||||||
%{yast_schemadir}/autoyast/rnc/users.rnc
|
|
||||||
#agents:
|
#agents:
|
||||||
%{yast_scrconfdir}/*.scr
|
%{yast_scrconfdir}
|
||||||
%{yast_agentdir}/ag_nis
|
%{yast_agentdir}
|
||||||
%{yast_agentdir}/ag_uid
|
%{yast_plugindir}
|
||||||
%{yast_plugindir}/libpy2ag_crack.so.*
|
|
||||||
%{yast_plugindir}/libpy2ag_crack.so
|
|
||||||
%{yast_plugindir}/libpy2ag_crack.la
|
|
||||||
%{yast_icondir}
|
%{yast_icondir}
|
||||||
%dir %{yast_docdir}
|
%license COPYING
|
||||||
%license %{yast_docdir}/COPYING
|
%doc %{yast_docdir}
|
||||||
%doc %{yast_docdir}/users.html
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user