Hello community,

here is the log from the commit of package grubby for openSUSE:Factory checked 
in at 2019-09-13 15:01:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grubby (Old)
 and      /work/SRC/openSUSE:Factory/.grubby.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grubby"

Fri Sep 13 15:01:35 2019 rev:8 rq:730414 version:20190801.fc69ba6

Changes:
--------
--- /work/SRC/openSUSE:Factory/grubby/grubby.changes    2018-04-30 
22:54:09.274935003 +0200
+++ /work/SRC/openSUSE:Factory/.grubby.new.7948/grubby.changes  2019-09-13 
15:03:34.469278979 +0200
@@ -1,0 +2,5 @@
+Thu Sep  5 13:52:46 UTC 2019 - [email protected]
+
+- Update to 20190801.fc69ba6
+
+-------------------------------------------------------------------

Old:
----
  grubby-8.40.tar.bz2

New:
----
  _service
  grubby-20190801.fc69ba6.tar.xz

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

Other differences:
------------------
++++++ grubby.spec ++++++
--- /var/tmp/diff_new_pack.yYetEL/_old  2019-09-13 15:03:34.889278890 +0200
+++ /var/tmp/diff_new_pack.yYetEL/_new  2019-09-13 15:03:34.893278889 +0200
@@ -17,19 +17,17 @@
 
 
 Name:           grubby
-Version:        8.40
+Version:        20190801.fc69ba6
 Release:        0
 Summary:        Command line tool for updating bootloader configs
 License:        GPL-2.0-or-later
 Group:          System/Base
-Url:            https://github.com/rhinstaller/grubby.git
-Source0:        %{name}-%{version}.tar.bz2
+Url:            https://github.com/rhboot/grubby
+Source0:        %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  git
-BuildRequires:  glib2-devel
-BuildRequires:  libblkid-devel
-BuildRequires:  pkgconfig
-BuildRequires:  popt-devel
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(blkid)
+BuildRequires:  pkgconfig(popt)
 # for make test / getopt:
 BuildRequires:  grub2
 BuildRequires:  util-linux
@@ -48,15 +46,27 @@
 environment.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-make %{?_smp_mflags}
+sed -i~ '
+/^LDFLAGS/d
+/^CFLAGS/d
+/^grubby_LIBS/d
+/^VERBOSE_TEST/d
+' Makefile
+diff -u "$_"~ "$_" && exit 1
+CFLAGS="%{optflags} -std=gnu99 $(pkg-config --cflags blkid popt)"
+LDFLAGS=
+grubby_LIBS="$(pkg-config --libs blkid popt)"
+make %{?_smp_mflags} CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" 
grubby_LIBS="${grubby_LIBS}" VERSION='%{version}'
 
-%ifnarch aarch64
 %check
-make test
-%endif
+sed -i~ '
+s@/vmlinuz-foo@/boot/vmlinuz-foo@
+' test/results/add/g2-1.16
+diff -u "$_"~ "$_" && exit 1
+make test VERBOSE_TEST="-b grub2"
 
 %install
 make install DESTDIR="%{buildroot}" mandir="%{_mandir}"

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://github.com/rhboot/grubby</param>
    <param name="scm">git</param>
    <param name="versionformat">%cd.%h</param>
    <param name="revision">master</param>
    <param name="filename">grubby</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled"/>
</services>

Reply via email to