OBS User unknown 2007-12-03 10:10:53 +00:00 committed by Git OBS Bridge
parent c7ba3a10bb
commit fa2a1a59f1
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 3 11:03:57 CET 2007 - ro@suse.de
- remove "arch", in coreutils now
-------------------------------------------------------------------
Thu Nov 29 17:51:17 CET 2007 - lnussel@suse.de

View File

@ -21,7 +21,7 @@ License: BSD 3-Clause; GPL v2 or later
Group: System/Base
AutoReqProv: on
Version: 2.13.0.1+git20071121
Release: 5
Release: 7
Summary: A collection of basic system utilities
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2
Source1: util-linux-2.13-rpmlintrc
@ -183,7 +183,6 @@ CFLAGS=-DCONFIG_SMP
--enable-raw \
--enable-rdev \
--enable-write \
--enable-arch \
--disable-use-tty-group \
CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
make
@ -350,7 +349,6 @@ fi
%config(noreplace) %attr(644,root,root) /etc/raw
%config(noreplace) /etc/filesystems
/usr/sbin/rcraw
/bin/arch
/bin/dmesg
/bin/more
/bin/mount
@ -427,7 +425,6 @@ fi
%{_infodir}/freeramdisk.info*.gz
%{_infodir}/time.info*.gz
%{_infodir}/which.info*.gz
%{_mandir}/man1/arch.1.gz
%{_mandir}/man1/cal.1.gz
%{_mandir}/man1/chrt.1.gz
%{_mandir}/man1/col.1.gz
@ -559,6 +556,8 @@ fi
#%endif
%changelog
* Mon Dec 03 2007 - ro@suse.de
- remove "arch", in coreutils now
* Thu Nov 29 2007 - lnussel@suse.de
- update crypto patch
* fix mount buffer overflow when reading the passphrase (#332148)