Hello community,

here is the log from the commit of package grubby for openSUSE:Factory checked 
in at 2017-08-16 16:13:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grubby (Old)
 and      /work/SRC/openSUSE:Factory/.grubby.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grubby"

Wed Aug 16 16:13:22 2017 rev:6 rq:515270 version:8.40

Changes:
--------
--- /work/SRC/openSUSE:Factory/grubby/grubby.changes    2015-12-03 
13:32:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.grubby.new/grubby.changes       2017-08-16 
16:13:26.243710500 +0200
@@ -1,0 +2,6 @@
+Tue Aug  8 09:12:55 UTC 2017 - [email protected]
+
+- Remove redundant %clean section. Replace unusual RPM groups
+  (yast categories) by more common ones.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grubby.spec ++++++
--- /var/tmp/diff_new_pack.FNEFC1/_old  2017-08-16 16:13:27.159581940 +0200
+++ /var/tmp/diff_new_pack.FNEFC1/_new  2017-08-16 16:13:27.167580818 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package grubby
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -21,7 +21,7 @@
 Release:        0
 Summary:        Command line tool for updating bootloader configs
 License:        GPL-2.0+
-Group:          System Environment/Base
+Group:          System/Base
 Url:            https://github.com/rhinstaller/grubby.git
 Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -57,21 +57,17 @@
 make test
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
+make install DESTDIR="%{buildroot}" mandir="%{_mandir}"
 # Remove installkernel as it is provided with mkinitrd package
-rm $RPM_BUILD_ROOT/sbin/installkernel
-rm $RPM_BUILD_ROOT%{_mandir}/man8/installkernel.8
+rm %{buildroot}/sbin/installkernel
+rm %{buildroot}/%{_mandir}/man8/installkernel.8
 %ifarch %{arm}
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/
-install -p uboot $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/uboot
-mkdir -p $RPM_BUILD_ROOT/boot
-echo " " >> $RPM_BUILD_ROOT/boot/boot.scr
+mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig/
+install -p uboot %{buildroot}/%{_sysconfdir}/sysconfig/uboot
+mkdir -p %{buildroot}/boot
+echo " " >>%{buildroot}/boot/boot.scr
 %endif
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc COPYING


Reply via email to