From 4d72f118a4714e486d1faa71b50045d50346fdf5 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:24:56 +0100 Subject: [PATCH] rebuilt with debug package and build fix [release 3.6.27-2mamba;Thu Dec 10 2020] --- reiserfsprogs.spec | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/reiserfsprogs.spec b/reiserfsprogs.spec index c56e918..8675749 100644 --- a/reiserfsprogs.spec +++ b/reiserfsprogs.spec @@ -1,6 +1,6 @@ Name: reiserfsprogs Version: 3.6.27 -Release: 1mamba +Release: 2mamba Summary: Utilities for the ReiserFS filesystem Group: System/Kernel and Hardware Vendor: openmamba @@ -9,8 +9,14 @@ Packager: Silvan Calarco URL: http://www.kernel.org Source: http://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v%{version}/reiserfsprogs-%{version}.tar.xz License: GPL -BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: ldconfig +BuildRequires: libe2fs-devel +BuildRequires: libuuid-devel +## AUTOBUILDREQ-END Requires: libreiserfscore = %{?epoch:%epoch:}%{version}-%{release} +BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The reiserfsprogs package contains programs for creating (mkreiserfs), checking and correcting any inconsistencies (reiserfsck) and resizing (resize_reiserfs) of a reiserfs filesystem. @@ -30,8 +36,12 @@ Requires: libreiserfscore = %{?epoch:%epoch:}%{version}-%{release} %description -n libreiserfscore-devel %{summary}. +%debug_package + %prep %setup -q +sed -i '/parse_time.h/i #define _GNU_SOURCE' lib/parse_time.c && +autoreconf -fiv %build %configure @@ -52,11 +62,11 @@ ln -sf mkreiserfs mkfs.reiserfs %defattr(-,root,root) /sbin/* %{_mandir}/man8/* -%doc ChangeLog COPYING CREDITS README %files -n libreiserfscore %defattr(-,root,root) %{_libdir}/libreiserfscore.so.* +%doc COPYING %files -n libreiserfscore-devel %defattr(-,root,root) @@ -66,8 +76,12 @@ ln -sf mkreiserfs mkfs.reiserfs %{_libdir}/libreiserfscore.la %{_libdir}/libreiserfscore.so %{_libdir}/pkgconfig/reiserfscore.pc +%doc ChangeLog CREDITS README %changelog +* Thu Dec 10 2020 Silvan Calarco 3.6.27-2mamba +- rebuilt with debug package and build fix + * Wed Dec 27 2017 Automatic Build System 3.6.27-1mamba - automatic version update by autodist