Hello community, here is the log from the commit of package dd_rescue for openSUSE:Factory checked in at 2015-05-23 13:21:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dd_rescue (Old) and /work/SRC/openSUSE:Factory/.dd_rescue.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dd_rescue" Changes: -------- --- /work/SRC/openSUSE:Factory/dd_rescue/dd_rescue.changes 2015-02-06 10:56:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.dd_rescue.new/dd_rescue.changes 2015-05-23 13:21:46.000000000 +0200 @@ -1,0 +2,6 @@ +Thu May 21 17:53:19 UTC 2015 - [email protected] + +- Add gpg signature and keyring +- Cleanup spec file with spec-cleaner + +------------------------------------------------------------------- New: ---- dd_rescue-1.46.tar.bz2.asc dd_rescue.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dd_rescue.spec ++++++ --- /var/tmp/diff_new_pack.SLf9iy/_old 2015-05-23 13:21:47.000000000 +0200 +++ /var/tmp/diff_new_pack.SLf9iy/_new 2015-05-23 13:21:47.000000000 +0200 @@ -24,21 +24,25 @@ Group: System/Base Url: http://www.garloff.de/kurt/linux/ddrescue/ Source0: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2 +Source1: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2.asc +Source2: %{name}.keyring Source99: %{name}.changes BuildRequires: autoconf BuildRequires: libattr-devel BuildRequires: lzo-devel BuildRequires: python -%if 0%{?suse_version} >= 1200 -BuildRequires: libfallocate-devel -BuildRequires: lzop -%endif Requires: bc -Recommends: dd_rhelp libfallocate0 dd_rescue-lzo +Recommends: dd_rescue-lzo +Recommends: dd_rhelp +Recommends: libfallocate0 # ddrescue was last used in openSUSE 11.4 (version 1.14_0.0.6) Provides: ddrescue = %{version} Obsoletes: ddrescue < %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} >= 1200 +BuildRequires: libfallocate-devel +BuildRequires: lzop +%endif %description dd_rescue helps when nothing else can: your disk has crashed and you @@ -57,7 +61,6 @@ supporting on the fly hash/HMAC calculation/validation and lzo de/compression. The lzo plugin is packaged in the dd_rescue-lzo subpackage. - %package lzo Summary: LZO plugin for dd_rescue Group: System/Base @@ -89,8 +92,8 @@ ./autogen.sh # Remove build time references so build-compare can do its work -FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{S:99} '+%%H:%%M') -FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{S:99} '+%%b %%e %%Y') +FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{SOURCE99} '+%%H:%%M') +FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE99} '+%%b %%e %%Y') sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/g" dd_rescue.c sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/g" dd_rescue.c @@ -108,7 +111,7 @@ #EndUsrMerge %check -make check +make %{?_smp_mflags} check %files %defattr(-,root,root,-) @@ -120,11 +123,11 @@ %{_libdir}/libddr_hash.so %{_libdir}/libddr_MD5.so %{_libdir}/libddr_null.so -%doc %{_mandir}/man1/dd_rescue.1%{ext_man} +%{_mandir}/man1/dd_rescue.1%{ext_man} %files lzo %defattr(-,root,root,-) %{_libdir}/libddr_lzo.so -%doc %{_mandir}/man1/ddr_lzo.1%{ext_man} +%{_mandir}/man1/ddr_lzo.1%{ext_man} %changelog
