Hello community, here is the log from the commit of package hdparm checked in at Thu May 17 00:36:23 CEST 2007. -------- --- hdparm/hdparm.changes 2007-05-01 00:41:02.000000000 +0200 +++ /mounts/work_src_done/STABLE/hdparm/hdparm.changes 2007-05-16 12:50:05.618144000 +0200 @@ -1,0 +2,8 @@ +Wed May 16 12:49:32 CEST 2007 - ro@suse.de + +- fix lint problems + - install contrib scripts to /usr/lib/hdparm + - mark udev file as config + - fix permissions for fillup-template + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hdparm.spec ++++++ --- /var/tmp/diff_new_pack.o31457/_old 2007-05-17 00:36:17.000000000 +0200 +++ /var/tmp/diff_new_pack.o31457/_new 2007-05-17 00:36:17.000000000 +0200 @@ -17,7 +17,7 @@ Provides: base:/sbin/hdparm Autoreqprov: on Version: 7.3 -Release: 3 +Release: 6 Summary: A Program to Get and Set Hard Disk Parameters Source: hdparm-%{version}.tar.bz2 Source1: 56-idedma.rules @@ -49,6 +49,7 @@ %build make CFLAGS="$RPM_OPT_FLAGS -Wall -Wstrict-prototypes" LDFLAGS= +gcc $RPM_OPT_FLAGS -c contrib/fix_standby.c -o contrib/fix_standby %install mkdir -p $RPM_BUILD_ROOT/sbin @@ -58,9 +59,13 @@ install -d $RPM_BUILD_ROOT/etc/udev/rules.d install -m 644 %{S:1} $RPM_BUILD_ROOT/etc/udev/rules.d install -d $RPM_BUILD_ROOT/var/adm/fillup-templates -install %{S:2} $RPM_BUILD_ROOT/var/adm/fillup-templates +install -m 644 %{S:2} $RPM_BUILD_ROOT/var/adm/fillup-templates install -d $RPM_BUILD_ROOT/lib/udev install -m 755 %{S:3} $RPM_BUILD_ROOT/lib/udev/idedma.sh +install -d $RPM_BUILD_ROOT/usr/lib/hdparm +install -m 755 contrib/fix_standby $RPM_BUILD_ROOT/usr/lib/hdparm +install -m 755 contrib/idectl $RPM_BUILD_ROOT/usr/lib/hdparm +install -m 755 contrib/ultrabayd $RPM_BUILD_ROOT/usr/lib/hdparm %post if [ -f etc/sysconfig/hardware ] ; then @@ -93,17 +98,23 @@ %files %defattr(-,root,root) -%doc Changelog README.acoustic contrib/* +%doc Changelog README.acoustic contrib/README.contrib %doc %{_mandir}/man8/hdparm.8.gz /sbin/hdparm %dir /lib/udev /lib/udev/idedma.sh %dir /etc/udev %dir /etc/udev/rules.d -/etc/udev/rules.d/56-idedma.rules +%config(noreplace) /etc/udev/rules.d/56-idedma.rules +/usr/lib/hdparm /var/adm/fillup-templates/sysconfig.ide %changelog +* Wed May 16 2007 - ro@suse.de +- fix lint problems + - install contrib scripts to /usr/lib/hdparm + - mark udev file as config + - fix permissions for fillup-template * Tue May 01 2007 - schwab@suse.de - Don't strip binaries. * Mon Apr 30 2007 - ro@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de