OBS User unknown 2009-06-19 00:55:51 +00:00 committed by Git OBS Bridge
parent d138e65972
commit d496f0999e
2 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 17 18:28:28 CEST 2009 - mseben@suse.cz
- dropped fix_standby object file from package (it breaks build
process bnc#513109)
-------------------------------------------------------------------
Mon Apr 20 14:31:14 CEST 2009 - mseben@suse.cz

View File

@ -19,7 +19,7 @@
Name: hdparm
License: Any permissive
License: PERMISSIVE-OSI-COMPLIANT
Group: Hardware/Other
PreReq: %insserv_prereq %fillup_prereq coreutils
Provides: base:/sbin/hdparm
@ -51,9 +51,6 @@ Authors:
%build
make CFLAGS="$RPM_OPT_FLAGS -Wall -Wstrict-prototypes" LDFLAGS=
%ifarch %ix86
gcc $RPM_OPT_FLAGS -c contrib/fix_standby.c -o contrib/fix_standby
%endif
%install
mkdir -p $RPM_BUILD_ROOT/sbin
@ -66,9 +63,6 @@ install -d $RPM_BUILD_ROOT/var/adm/fillup-templates
install -m 644 %{S:2} $RPM_BUILD_ROOT/var/adm/fillup-templates
install -m 755 %{S:3} $RPM_BUILD_ROOT/lib/udev/idedma.sh
install -d $RPM_BUILD_ROOT/usr/lib/hdparm
%ifarch %ix86
install -m 755 contrib/fix_standby $RPM_BUILD_ROOT/usr/lib/hdparm
%endif
install -m 755 contrib/idectl $RPM_BUILD_ROOT/usr/lib/hdparm
install -m 755 contrib/ultrabayd $RPM_BUILD_ROOT/usr/lib/hdparm
@ -114,6 +108,9 @@ fi
/var/adm/fillup-templates/sysconfig.ide
%changelog
* Wed Jun 17 2009 mseben@suse.cz
- dropped fix_standby object file from package (it breaks build
process bnc#513109)
* Mon Apr 20 2009 mseben@suse.cz
- update to version 9.15
- fix sgio.c LBA48 bugs on big-endian machines