Hello community, here is the log from the commit of package yast2-security for openSUSE:Factory checked in at 2019-07-31 14:20:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-security (Old) and /work/SRC/openSUSE:Factory/.yast2-security.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-security" Wed Jul 31 14:20:44 2019 rev:82 rq:707662 version:4.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-security/yast2-security.changes 2018-12-31 09:41:01.886479782 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-security.new.4126/yast2-security.changes 2019-07-31 14:20:45.498578258 +0200 @@ -1,0 +2,8 @@ +Fri May 31 12:38:27 UTC 2019 - Stasiek Michalski <[email protected]> + +- Add metainfo (fate#319035) +- Revamp spec +- Replace GenericName with Comment +- 4.2.0 + +------------------------------------------------------------------- Old: ---- yast2-security-4.1.2.tar.bz2 New: ---- yast2-security-4.2.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-security.spec ++++++ --- /var/tmp/diff_new_pack.e1DoSs/_old 2019-07-31 14:20:45.970577883 +0200 +++ /var/tmp/diff_new_pack.e1DoSs/_new 2019-07-31 14:20:45.974577880 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-security # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,58 +17,55 @@ Name: yast2-security -Version: 4.1.2 +Version: 4.2.0 Release: 0 +Summary: YaST2 - Security Configuration +License: GPL-2.0-only +Group: System/YaST +Url: https://github.com/yast/yast-security -BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 BuildRequires: doxygen BuildRequires: perl-XML-Writer BuildRequires: pkg-config BuildRequires: update-desktop-files -BuildRequires: yast2-devtools >= 3.1.10 +BuildRequires: yast2-devtools >= 4.2.2 BuildRequires: yast2-pam BuildRequires: rubygem(rspec) BuildRequires: rubygem(yast-rake) >= 0.2.5 # Yast2::Systemd::Service BuildRequires: yast2 >= 4.1.3 +# Unfortunately we cannot move this to macros.yast, +# bcond within macros are ignored by osc/OBS. +%bcond_with yast_run_ci_tests +%if %{with yast_run_ci_tests} +BuildRequires: rubygem(yast-rake-ci) +%endif # new Pam.ycp API Requires: yast2-pam >= 2.14.0 - # Yast2::Systemd::Service Requires: yast2 >= 4.1.3 +Requires: yast2-ruby-bindings >= 1.0.0 Provides: y2c_sec -Provides: yast2-config-security -Obsoletes: y2c_sec -Obsoletes: yast2-config-security Provides: y2t_sec +Provides: yast2-config-security Provides: yast2-trans-security + +Obsoletes: y2c_sec Obsoletes: y2t_sec +Obsoletes: yast2-config-security Obsoletes: yast2-trans-security BuildArch: noarch -Requires: yast2-ruby-bindings >= 1.0.0 - -# Unfortunately we cannot move this to macros.yast, -# bcond within macros are ignored by osc/OBS. -%bcond_with yast_run_ci_tests -%if %{with yast_run_ci_tests} -BuildRequires: rubygem(yast-rake-ci) -%endif - -Summary: YaST2 - Security Configuration -License: GPL-2.0-only -Group: System/YaST - %description The YaST2 component for security settings configuration. %prep -%setup -n %{name}-%{version} +%setup -q %build @@ -77,6 +74,7 @@ %install %yast_install +%yast_metainfo %post # remove broken entry in /etc/login.defs, introduced during installation (bnc#807099) @@ -85,16 +83,15 @@ fi %files -%defattr(-,root,root) -%dir %{yast_yncludedir}/security -%{yast_yncludedir}/security/* -%{yast_desktopdir}/security.desktop -%{yast_clientdir}/security*.rb -%{yast_moduledir}/Security.rb -%{yast_scrconfdir}/*.scr -%{yast_schemadir}/autoyast/rnc/security.rnc -%{yast_ydatadir}/security -%{yast_libdir}/security +%{yast_yncludedir} +%{yast_desktopdir} +%{yast_metainfodir} +%{yast_clientdir} +%{yast_moduledir} +%{yast_scrconfdir} +%{yast_schemadir} +%{yast_ydatadir} +%{yast_libdir} %{yast_icondir} %doc %{yast_docdir} %license COPYING ++++++ yast2-security-4.1.2.tar.bz2 -> yast2-security-4.2.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-4.1.2/Dockerfile new/yast2-security-4.2.0/Dockerfile --- old/yast2-security-4.1.2/Dockerfile 2018-11-28 17:01:59.000000000 +0100 +++ new/yast2-security-4.2.0/Dockerfile 2019-06-04 17:39:20.000000000 +0200 @@ -1,2 +1,2 @@ -FROM yastdevel/ruby +FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest COPY . /usr/src/app diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-4.1.2/package/yast2-security.changes new/yast2-security-4.2.0/package/yast2-security.changes --- old/yast2-security-4.1.2/package/yast2-security.changes 2018-11-28 17:01:59.000000000 +0100 +++ new/yast2-security-4.2.0/package/yast2-security.changes 2019-06-04 17:39:20.000000000 +0200 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Fri May 31 12:38:27 UTC 2019 - Stasiek Michalski <[email protected]> + +- Add metainfo (fate#319035) +- Revamp spec +- Replace GenericName with Comment +- 4.2.0 + +------------------------------------------------------------------- Mon Nov 26 02:49:10 UTC 2018 - Noah Davis <[email protected]> - Provide icon with module (boo#1109310) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-4.1.2/package/yast2-security.spec new/yast2-security-4.2.0/package/yast2-security.spec --- old/yast2-security-4.1.2/package/yast2-security.spec 2018-11-28 17:01:59.000000000 +0100 +++ new/yast2-security-4.2.0/package/yast2-security.spec 2019-06-04 17:39:20.000000000 +0200 @@ -12,55 +12,56 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: yast2-security -Version: 4.1.2 +Version: 4.2.0 Release: 0 +Group: System/YaST +License: GPL-2.0-only +Summary: YaST2 - Security Configuration +Url: https://github.com/yast/yast-security -BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 -Group: System/YaST -License: GPL-2.0-only -BuildRequires: doxygen pkg-config perl-XML-Writer update-desktop-files yast2-pam -BuildRequires: yast2-devtools >= 3.1.10 +BuildRequires: doxygen +BuildRequires: pkg-config +BuildRequires: perl-XML-Writer +BuildRequires: update-desktop-files +BuildRequires: yast2-pam +BuildRequires: yast2-devtools >= 4.2.2 BuildRequires: rubygem(yast-rake) >= 0.2.5 BuildRequires: rubygem(rspec) # Yast2::Systemd::Service BuildRequires: yast2 >= 4.1.3 +# Unfortunately we cannot move this to macros.yast, +# bcond within macros are ignored by osc/OBS. +%bcond_with yast_run_ci_tests +%if %{with yast_run_ci_tests} +BuildRequires: rubygem(yast-rake-ci) +%endif # new Pam.ycp API Requires: yast2-pam >= 2.14.0 - # Yast2::Systemd::Service Requires: yast2 >= 4.1.3 +Requires: yast2-ruby-bindings >= 1.0.0 Provides: y2c_sec yast2-config-security -Obsoletes: y2c_sec yast2-config-security Provides: yast2-trans-security y2t_sec -Obsoletes: yast2-trans-security y2t_sec -BuildArchitectures: noarch - -Requires: yast2-ruby-bindings >= 1.0.0 - -# Unfortunately we cannot move this to macros.yast, -# bcond within macros are ignored by osc/OBS. -%bcond_with yast_run_ci_tests -%if %{with yast_run_ci_tests} -BuildRequires: rubygem(yast-rake-ci) -%endif +Obsoletes: y2c_sec yast2-config-security +Obsoletes: yast2-trans-security y2t_sec -Summary: YaST2 - Security Configuration +BuildArch: noarch %description The YaST2 component for security settings configuration. %prep -%setup -n %{name}-%{version} +%setup -q %build @@ -69,7 +70,7 @@ %install %yast_install - +%yast_metainfo %post # remove broken entry in /etc/login.defs, introduced during installation (bnc#807099) @@ -78,16 +79,17 @@ fi %files -%defattr(-,root,root) -%dir %{yast_yncludedir}/security -%{yast_yncludedir}/security/* -%{yast_desktopdir}/security.desktop -%{yast_clientdir}/security*.rb -%{yast_moduledir}/Security.rb -%{yast_scrconfdir}/*.scr -%{yast_schemadir}/autoyast/rnc/security.rnc -%{yast_ydatadir}/security -%{yast_libdir}/security +%{yast_yncludedir} +%{yast_desktopdir} +%{yast_metainfodir} +%{yast_clientdir} +%{yast_moduledir} +%{yast_scrconfdir} +%{yast_schemadir} +%{yast_ydatadir} +%{yast_libdir} %{yast_icondir} %doc %{yast_docdir} %license COPYING + +%changelog diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-4.1.2/src/desktop/org.opensuse.yast.Security.desktop new/yast2-security-4.2.0/src/desktop/org.opensuse.yast.Security.desktop --- old/yast2-security-4.1.2/src/desktop/org.opensuse.yast.Security.desktop 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-security-4.2.0/src/desktop/org.opensuse.yast.Security.desktop 2019-06-04 17:39:20.000000000 +0200 @@ -0,0 +1,26 @@ +[Desktop Entry] +Type=Application +Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Security; + +X-KDE-ModuleType=Library +X-KDE-HasReadOnlyMode=true +X-SuSE-YaST-Call=security + +X-SuSE-YaST-Group=Security +X-SuSE-YaST-Argument= +X-SuSE-YaST-RootOnly=true +X-SuSE-YaST-AutoInst=all +X-SuSE-YaST-Geometry= +X-SuSE-YaST-SortKey= +X-SuSE-YaST-AutoInstResource=security +X-SuSE-YaST-AutoInstClonable=true +X-SuSE-YaST-AutoInstSchema=security.rnc +X-SuSE-YaST-Keywords=security,system settings + +Icon=yast-security +Exec=xdg-su -c "/sbin/yast2 security" + +Name=YaST Security Center +GenericName=Security Center +Comment=Configure local security settings and hardening +StartupNotify=true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-4.1.2/src/desktop/security.desktop new/yast2-security-4.2.0/src/desktop/security.desktop --- old/yast2-security-4.1.2/src/desktop/security.desktop 2018-11-28 17:01:59.000000000 +0100 +++ new/yast2-security-4.2.0/src/desktop/security.desktop 1970-01-01 01:00:00.000000000 +0100 @@ -1,25 +0,0 @@ -[Desktop Entry] -Type=Application -Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Security; - -X-KDE-ModuleType=Library -X-KDE-HasReadOnlyMode=true -X-SuSE-YaST-Call=security - -X-SuSE-YaST-Group=Security -X-SuSE-YaST-Argument= -X-SuSE-YaST-RootOnly=true -X-SuSE-YaST-AutoInst=all -X-SuSE-YaST-Geometry= -X-SuSE-YaST-SortKey= -X-SuSE-YaST-AutoInstResource=security -X-SuSE-YaST-AutoInstClonable=true -X-SuSE-YaST-AutoInstSchema=security.rnc -X-SuSE-YaST-Keywords=security,system settings - -Icon=yast-security -Exec=xdg-su -c "/sbin/yast2 security" - -Name=Security Center and Hardening -GenericName=Configure local security settings -StartupNotify=true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-4.1.2/src/include/security/wizards.rb new/yast2-security-4.2.0/src/include/security/wizards.rb --- old/yast2-security-4.1.2/src/include/security/wizards.rb 2018-11-28 17:01:59.000000000 +0100 +++ new/yast2-security-4.2.0/src/include/security/wizards.rb 2019-06-04 17:39:20.000000000 +0200 @@ -140,7 +140,7 @@ } Wizard.CreateDialog - Wizard.SetDesktopTitleAndIcon("security") + Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.Security") # Read has no progress and returns only true Security.Read @@ -161,7 +161,7 @@ contents = Label(_("Initializing...")) Wizard.CreateDialog - Wizard.SetDesktopTitleAndIcon("security") + Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.Security") Wizard.SetContentsButtons( caption, contents,
