From d496f0999e655921b19a6453a1209783e73edd02ee866a78f0edc14e889da165 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 19 Jun 2009 00:55:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdparm?expand=0&rev=26 --- hdparm.changes | 6 ++++++ hdparm.spec | 11 ++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/hdparm.changes b/hdparm.changes index b297de2..11bb4eb 100644 --- a/hdparm.changes +++ b/hdparm.changes @@ -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 diff --git a/hdparm.spec b/hdparm.spec index e030526..734e2e5 100644 --- a/hdparm.spec +++ b/hdparm.spec @@ -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