Hello community,

here is the log from the commit of package growpart for openSUSE:Factory 
checked in at 2019-12-02 11:27:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/growpart (Old)
 and      /work/SRC/openSUSE:Factory/.growpart.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "growpart"

Mon Dec  2 11:27:10 2019 rev:8 rq:749938 version:0.30

Changes:
--------
--- /work/SRC/openSUSE:Factory/growpart/growpart.changes        2019-06-26 
16:00:55.691372729 +0200
+++ /work/SRC/openSUSE:Factory/.growpart.new.4691/growpart.changes      
2019-12-02 11:28:07.570649398 +0100
@@ -1,0 +2,28 @@
+Tue Oct 29 14:17:46 UTC 2019 - Fabian Vogt <fv...@suse.com>
+
+- Clean growpart.spec:
+  * Drop obsolete tags
+  * Use install instead of mkdir+cp+chmod
+  * Fix build on SLE 12 SP4
+
+-------------------------------------------------------------------
+Fri Oct 25 14:21:20 UTC 2019 - Ignaz Forster <ifors...@suse.com>
+
+- Replaced hardcoded systemd paths with macros in spec file
+
+-------------------------------------------------------------------
+Thu Oct 24 12:40:11 UTC 2019 - Marcus Schaefer <m...@suse.com>
+
+- Reference entry for maintenance
+
+  Tracker bug for the submission set to: bsc#1154357
+
+-------------------------------------------------------------------
+Thu Oct 17 14:04:18 UTC 2019 - Marcus Schaefer <m...@suse.com>
+
+- Deleted rootgrow source and sub-package build
+
+  rootgrow is provided on github: https://github.com/SUSE-Enceladus/rootgrow
+  and builds a standalone package now 
+
+-------------------------------------------------------------------

Old:
----
  rootgrow
  rootgrow.service

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

Other differences:
------------------
++++++ growpart.spec ++++++
--- /var/tmp/diff_new_pack.k1jHRK/_old  2019-12-02 11:28:09.018648728 +0100
+++ /var/tmp/diff_new_pack.k1jHRK/_new  2019-12-02 11:28:09.022648726 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package growpart
 #
-# 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
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -25,13 +25,9 @@
 Group:          System/Management
 Url:            http://launchpad.net/cloud-utils
 Source0:        cloud-utils-%{base_version}.tar.gz
-Source1:        rootgrow
-Source2:        rootgrow.service
 Patch:          licenseGPLv3.patch
 Requires:       util-linux
-%if 0%{?suse_version} && 0%{?suse_version} > 1220
 Requires:       gptfdisk
-%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -40,43 +36,14 @@
 is started with a larger root partition than the image size. The root
 partition can be expanded to take up the additional size.
 
-%if 0%{?suse_version} && 0%{?suse_version} > 1220
-%package rootgrow
-Version:        1.0.0
-Release:        0
-Summary:        Resize root partition
-Group:          System/Management
-Requires:       growpart
-Requires:       python3
-Requires:       systemd
-# pkg-config is needed to find correct systemd unit dir
-BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(systemd)
-
-%description rootgrow
-Provides as script and service togrow the root partition
-%endif
-
 %prep
-%setup -q -n cloud-utils-%{base_version}
-%patch -p1
+%autosetup -p1 -n cloud-utils-%{base_version}
 
 %build
 
 %install
-mkdir -p %{buildroot}/%{_mandir}/man1
-mkdir -p %{buildroot}/%{_sbindir}
-cp bin/growpart %{buildroot}/%{_sbindir}
-cp man/growpart.1 %{buildroot}/%{_mandir}/man1
-%if 0%{?suse_version} && 0%{?suse_version} > 1220
-mkdir -p %{buildroot}/usr/lib/systemd/system
-cp %SOURCE1 %{buildroot}/%{_sbindir}
-cp %SOURCE2 %{buildroot}/usr/lib/systemd/system
-chmod 755 %{buildroot}/%{_sbindir}/rootgrow
-%endif
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+install -Dm0755 -t %{buildroot}%{_sbindir} bin/growpart
+install -Dm0644 -t %{buildroot}%{_mandir}/man1 man/growpart.1
 
 %files
 %defattr(-,root,root,-)
@@ -84,11 +51,4 @@
 %{_sbindir}/growpart
 %{_mandir}/man1/*
 
-%if 0%{?suse_version} && 0%{?suse_version} > 1220
-%files rootgrow
-%defattr(-,root,root,-)
-%{_sbindir}/rootgrow
-/usr/lib/systemd/system/rootgrow.service
-%endif
-
 %changelog


Reply via email to