Hello community,
here is the log from the commit of package yast2-metapackage-handler for
openSUSE:Factory checked in at 2015-05-19 23:26:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-metapackage-handler (Old)
and /work/SRC/openSUSE:Factory/.yast2-metapackage-handler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-metapackage-handler"
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-metapackage-handler/yast2-metapackage-handler.changes
2014-11-05 15:54:44.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-metapackage-handler.new/yast2-metapackage-handler.changes
2015-05-19 23:26:38.000000000 +0200
@@ -11 +11 @@
-- OneClickInstallCLI: /sbin/YaST -> /usr/sbin/yast
+- OneClickInstallCLI: /sbin/YaST -> /usr/sbin/yast (bnc#926313)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-metapackage-handler.spec ++++++
--- /var/tmp/diff_new_pack.XSwOjb/_old 2015-05-19 23:26:39.000000000 +0200
+++ /var/tmp/diff_new_pack.XSwOjb/_new 2015-05-19 23:26:39.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yast2-metapackage-handler
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
++++++ yast2-metapackage-handler-3.1.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-metapackage-handler-3.1.4/CONTRIBUTING.md
new/yast2-metapackage-handler-3.1.4/CONTRIBUTING.md
--- old/yast2-metapackage-handler-3.1.4/CONTRIBUTING.md 2014-10-31
17:28:43.000000000 +0100
+++ new/yast2-metapackage-handler-3.1.4/CONTRIBUTING.md 2015-05-15
10:34:07.000000000 +0200
@@ -12,13 +12,13 @@
-----------
If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
if you don't have an account yet.)
If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
that every bug will be fixed, but we'll try.
When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
[widely used
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
you mention it in the commit message for cross-reference. Use format like
bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-metapackage-handler-3.1.4/bin/OneClickInstallCLI
new/yast2-metapackage-handler-3.1.4/bin/OneClickInstallCLI
--- old/yast2-metapackage-handler-3.1.4/bin/OneClickInstallCLI 2014-10-31
17:28:43.000000000 +0100
+++ new/yast2-metapackage-handler-3.1.4/bin/OneClickInstallCLI 2015-05-15
10:34:07.000000000 +0200
@@ -14,7 +14,7 @@
echo "Continue? y/N"
read continue
continue=${continue:="N"}
-if [ $continue == "Y" ] || [ $continue == "y" ]
+if [ $continue = "Y" ] || [ $continue = "y" ]
then
su -c "/usr/sbin/yast OneClickInstallCLI doinstall
instructionsfile=$TEMPFILE"
else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-metapackage-handler-3.1.4/package/yast2-metapackage-handler.changes
new/yast2-metapackage-handler-3.1.4/package/yast2-metapackage-handler.changes
---
old/yast2-metapackage-handler-3.1.4/package/yast2-metapackage-handler.changes
2014-11-03 20:07:10.000000000 +0100
+++
new/yast2-metapackage-handler-3.1.4/package/yast2-metapackage-handler.changes
2015-05-15 10:34:07.000000000 +0200
@@ -8,7 +8,7 @@
-------------------------------------------------------------------
Wed Jun 4 06:47:46 UTC 2014 - [email protected]
-- OneClickInstallCLI: /sbin/YaST -> /usr/sbin/yast
+- OneClickInstallCLI: /sbin/YaST -> /usr/sbin/yast (bnc#926313)
- 3.1.3
-------------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-metapackage-handler-3.1.4/package/yast2-metapackage-handler.spec
new/yast2-metapackage-handler-3.1.4/package/yast2-metapackage-handler.spec
--- old/yast2-metapackage-handler-3.1.4/package/yast2-metapackage-handler.spec
2014-11-03 20:07:10.000000000 +0100
+++ new/yast2-metapackage-handler-3.1.4/package/yast2-metapackage-handler.spec
2015-05-15 10:34:07.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yast2-metapackage-handler
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -23,43 +23,43 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
-Group: System/YaST
-License: GPL-2.0+
-
# should be required by devtools
-BuildRequires: pkgconfig perl-XML-Writer
+BuildRequires: perl-XML-Writer
+BuildRequires: pkgconfig
# y2tool
BuildRequires: yast2-devtools >= 3.1.10
# ycpc
-BuildRequires: yast2-core
+BuildRequires: yast2-core
# we have a Perl part
+BuildRequires: perl-XML-XPath
+BuildRequires: yast2
+BuildRequires: yast2-country-data
+BuildRequires: yast2-packager
BuildRequires: yast2-perl-bindings
-BuildRequires: perl-XML-XPath
-BuildRequires: yast2
-BuildRequires: yast2-country-data
-BuildRequires: yast2-transfer
-BuildRequires: yast2-packager
+BuildRequires: yast2-transfer
# desktop files
-BuildRequires: update-desktop-files
+BuildRequires: update-desktop-files
-Patch0: SLE.diff
-Patch1: 103.diff
+Patch0: SLE.diff
+Patch1: 103.diff
-Requires: yast2-perl-bindings
-Requires: perl-XML-XPath
-Requires: yast2
-Requires: yast2-packager
-Requires: yast2-transfer
+Requires: perl-XML-XPath
+Requires: yast2
+Requires: yast2-packager
+Requires: yast2-perl-bindings
+Requires: yast2-transfer
# Language
-Requires: yast2-country-data
+Requires: yast2-country-data
# needed at runtime for invoking root mode
-Requires: /usr/bin/xdg-su
+Requires: /usr/bin/xdg-su
-BuildArchitectures: noarch
+BuildArch: noarch
Requires: yast2-ruby-bindings >= 1.0.0
-Summary: YaST2 - Easy Installation of Add-on RPMs using
Metapackages
+Summary: YaST2 - Easy Installation of Add-on RPMs using Metapackages
+License: GPL-2.0+
+Group: System/YaST
%description
With this technology users can install packages and add repositories
@@ -94,7 +94,6 @@
%suse_update_desktop_file yast2-metapackage-handler
%suse_update_desktop_file yast2-metapackage-handler-ymu
-
%post
# #330352, SuSEconfig.desktop-file-utils only calls
# update-desktop-database
@@ -129,3 +128,5 @@
%endif
%{_datadir}/mime/packages/*.xml
%{_datadir}/applications/yast2-metapackage-handler*.desktop
+
+%changelog