Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2015-04-16 14:10:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/coreutils (Old)
 and      /work/SRC/openSUSE:Factory/.coreutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "coreutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes    
2015-03-29 20:14:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes       
2015-04-16 14:10:53.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Apr  7 18:18:31 UTC 2015 - crrodrig...@opensuse.org
+
+- If coreutils changes, for consistency, we must regenerate
+  the initrd.
+
+-------------------------------------------------------------------
+Thu Apr  2 15:26:50 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+
+-------------------------------------------------------------------
coreutils.changes: same change

New:
----
  coreutils-8.23.tar.xz.sig
  coreutils.keyring

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

Other differences:
------------------
++++++ coreutils-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.IMbCJF/_old  2015-04-16 14:10:54.000000000 +0200
+++ /var/tmp/diff_new_pack.IMbCJF/_new  2015-04-16 14:10:54.000000000 +0200
@@ -41,6 +41,7 @@
 BuildRequires:  libselinux-devel
 BuildRequires:  makeinfo
 BuildRequires:  perl
+BuildRequires:  suse-module-tools
 BuildRequires:  xz
 %if %{suse_version} > 1320
 BuildRequires:  gcc-PIE
@@ -81,15 +82,19 @@
 # For upgrading you now just need to increase the version, remove the old
 # tarballs, then run osc service localrun download_files, osc addremove,
 # osc vc and osc ci and you are done.
-Source:         http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
+Source0:        ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
+Source1:        ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
+Source2:        %{name}.keyring
 %else
 # In "coreutils-testsuite", we use the version controlled file from 
"coreutils".
 # otherwise that file would be downloaded twice during the above mentioned
 # upgrade procedure.
-Source:         coreutils-%{version}.tar.xz
+Source0:        coreutils-%{version}.tar.xz
+Source1:        coreutils-%{version}.tar.xz.sig
+Source2:        coreutils.keyring
 %endif
 
-Source1:        baselibs.conf
+Source3:        baselibs.conf
 
 Patch1:         coreutils-remove_hostname_documentation.patch
 Patch3:         coreutils-remove_kill_documentation.patch
@@ -266,6 +271,13 @@
 %post
 %if "%{name}" == "coreutils"
 %install_info --info-dir=%{_infodir} %{_infodir}/coreutils.info.gz
+%{?regenerate_initrd_post}
+%endif
+
+# ================================================
+%posttrans
+%if "%{name}" == "coreutils"
+%{?regenerate_initrd_posttrans}
 %endif
 
 # ================================================

++++++ coreutils.spec ++++++
--- /var/tmp/diff_new_pack.IMbCJF/_old  2015-04-16 14:10:54.000000000 +0200
+++ /var/tmp/diff_new_pack.IMbCJF/_new  2015-04-16 14:10:54.000000000 +0200
@@ -41,6 +41,7 @@
 BuildRequires:  libselinux-devel
 BuildRequires:  makeinfo
 BuildRequires:  perl
+BuildRequires:  suse-module-tools
 BuildRequires:  xz
 %if %{suse_version} > 1320
 BuildRequires:  gcc-PIE
@@ -81,15 +82,19 @@
 # For upgrading you now just need to increase the version, remove the old
 # tarballs, then run osc service localrun download_files, osc addremove,
 # osc vc and osc ci and you are done.
-Source:         http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
+Source0:        ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
+Source1:        ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
+Source2:        %{name}.keyring
 %else
 # In "coreutils-testsuite", we use the version controlled file from 
"coreutils".
 # otherwise that file would be downloaded twice during the above mentioned
 # upgrade procedure.
-Source:         coreutils-%{version}.tar.xz
+Source0:        coreutils-%{version}.tar.xz
+Source1:        coreutils-%{version}.tar.xz.sig
+Source2:        coreutils.keyring
 %endif
 
-Source1:        baselibs.conf
+Source3:        baselibs.conf
 
 Patch1:         coreutils-remove_hostname_documentation.patch
 Patch3:         coreutils-remove_kill_documentation.patch
@@ -266,6 +271,13 @@
 %post
 %if "%{name}" == "coreutils"
 %install_info --info-dir=%{_infodir} %{_infodir}/coreutils.info.gz
+%{?regenerate_initrd_post}
+%endif
+
+# ================================================
+%posttrans
+%if "%{name}" == "coreutils"
+%{?regenerate_initrd_posttrans}
 %endif
 
 # ================================================


Reply via email to