Hello community,

here is the log from the commit of package rpmrebuild for openSUSE:Factory 
checked in at 2015-05-10 10:46:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmrebuild (Old)
 and      /work/SRC/openSUSE:Factory/.rpmrebuild.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmrebuild"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmrebuild/rpmrebuild.changes    2015-01-03 
22:00:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rpmrebuild.new/rpmrebuild.changes       
2015-05-10 10:46:08.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May  5 13:40:47 UTC 2015 - mplus...@suse.com
+
+- Remove obsolete dependency on gpg-offline
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rpmrebuild.spec ++++++
--- /var/tmp/diff_new_pack.vpC7V6/_old  2015-05-10 10:46:09.000000000 +0200
+++ /var/tmp/diff_new_pack.vpC7V6/_new  2015-05-10 10:46:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmrebuild
 #
-# 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
@@ -29,9 +29,6 @@
 Patch1:         gpl-license.patch
 Patch2:         gpl-COPYRIGHT-address.patch
 Patch3:         rpmrebuild-fix-bashisms.patch
-%if 0%{?suse_version} >= 1230
-BuildRequires:  gpg-offline
-%endif
 Requires:       bash
 Requires:       coreutils
 Requires:       cpio
@@ -47,9 +44,6 @@
 a software after some configuration's change.
 
 %prep
-%if 0%{?gpg_verify:1}
-%gpg_verify %{SOURCE1}
-%endif
 %setup -q -c
 %patch1 -p1
 %patch2 -p1
@@ -59,7 +53,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall "DESTDIR=%{buildroot}"
+make DESTDIR=%{buildroot} install %{?_smp_mflags} "DESTDIR=%{buildroot}"
 mv %{buildroot}%{_mandir}/fr_FR.UTF-8/ %{buildroot}%{_mandir}/fr
 rm -rf %{buildroot}%{_mandir}/fr_FR/
 
@@ -67,8 +61,8 @@
 %defattr(-,root,root,-)
 %doc AUTHORS Changelog COPYING COPYRIGHT News README Todo
 %{_bindir}/rpmrebuild
-%{_prefix}/lib/rpmrebuild
-%doc %{_mandir}/fr/man1/*
-%doc %{_mandir}/man1/*
+%{_libexecdir}/rpmrebuild
+%{_mandir}/fr/man1/*
+%{_mandir}/man1/*
 
 %changelog



Reply via email to