OBS User unknown 2007-05-01 20:58:18 +00:00 committed by Git OBS Bridge
parent 4ac4673728
commit b9b8600a84
3 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 1 00:40:56 CEST 2007 - schwab@suse.de
- Don't strip binaries.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 30 22:45:25 CEST 2007 - ro@suse.de Mon Apr 30 22:45:25 CEST 2007 - ro@suse.de

View File

@ -17,7 +17,7 @@ PreReq: %insserv_prereq %fillup_prereq coreutils
Provides: base:/sbin/hdparm Provides: base:/sbin/hdparm
Autoreqprov: on Autoreqprov: on
Version: 7.3 Version: 7.3
Release: 1 Release: 3
Summary: A Program to Get and Set Hard Disk Parameters Summary: A Program to Get and Set Hard Disk Parameters
Source: hdparm-%{version}.tar.bz2 Source: hdparm-%{version}.tar.bz2
Source1: 56-idedma.rules Source1: 56-idedma.rules
@ -26,6 +26,7 @@ Source3: udev.idedma.sh
Patch: hdparm-6.3-err_return.patch Patch: hdparm-6.3-err_return.patch
Patch1: hdparm-5.8-silence.patch Patch1: hdparm-5.8-silence.patch
Patch2: hdparm-5.8-acoustic.patch Patch2: hdparm-5.8-acoustic.patch
Patch3: nostrip.patch
URL: http://sourceforge.net/projects/hdparm/ URL: http://sourceforge.net/projects/hdparm/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -44,6 +45,7 @@ Authors:
%patch %patch
%patch1 %patch1
#patch2 #patch2
%patch3
%build %build
make CFLAGS="$RPM_OPT_FLAGS -Wall -Wstrict-prototypes" LDFLAGS= make CFLAGS="$RPM_OPT_FLAGS -Wall -Wstrict-prototypes" LDFLAGS=
@ -102,6 +104,8 @@ fi
/var/adm/fillup-templates/sysconfig.ide /var/adm/fillup-templates/sysconfig.ide
%changelog %changelog
* Tue May 01 2007 - schwab@suse.de
- Don't strip binaries.
* Mon Apr 30 2007 - ro@suse.de * Mon Apr 30 2007 - ro@suse.de
- update to 7.3 - update to 7.3
- fixed spelling of --drq-hsm-error in -h output - fixed spelling of --drq-hsm-error in -h output

10
nostrip.patch Normal file
View File

@ -0,0 +1,10 @@
--- Makefile
+++ Makefile
@@ -27,7 +27,6 @@
hdparm: hdparm.h $(OBJS)
$(CC) $(LDFLAGS) -o hdparm $(OBJS)
- strip hdparm
install: all hdparm.8
if [ ! -z $(DESTDIR) ]; then $(INSTALL_DIR) $(DESTDIR) ; fi