OBS User unknown 2009-07-27 22:08:56 +00:00 committed by Git OBS Bridge
parent ac39b80040
commit 8f49f1f83d
2 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 27 13:12:39 CEST 2009 - dmueller@suse.de
- move apps to /sbin
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 20 23:18:25 CEST 2009 - dmueller@suse.de Mon Jul 20 23:18:25 CEST 2009 - dmueller@suse.de

View File

@ -20,7 +20,7 @@
Name: btrfsprogs Name: btrfsprogs
Url: http://oss.oracle.com/~mason/btrfs/ Url: http://oss.oracle.com/~mason/btrfs/
Version: 0.19 Version: 0.19
Release: 1 Release: 2
Summary: Btrfs File System Utilities Summary: Btrfs File System Utilities
License: GNU General Public License (GPL) License: GNU General Public License (GPL)
Group: System/Filesystems Group: System/Filesystems
@ -41,16 +41,16 @@ file systems.
make CFLAGS="%{optflags}" make CFLAGS="%{optflags}"
%install %install
make install DESTDIR=${RPM_BUILD_ROOT} prefix=%{_prefix} mandir=%{_mandir} make install DESTDIR=${RPM_BUILD_ROOT} prefix=%{_prefix} bindir=/sbin mandir=%{_mandir}
%files %files
%defattr(-, root, root) %defattr(-, root, root)
/usr/bin/btrfs-debug-tree /sbin/btrfs-debug-tree
/usr/bin/btrfs-show /sbin/btrfs-show
/usr/bin/btrfs-vol /sbin/btrfs-vol
/usr/bin/btrfsck /sbin/btrfsck
/usr/bin/btrfsctl /sbin/btrfsctl
/usr/bin/mkfs.btrfs /sbin/mkfs.btrfs
%_mandir/man8/btrfs-image.8.gz %_mandir/man8/btrfs-image.8.gz
%_mandir/man8/btrfs-show.8.gz %_mandir/man8/btrfs-show.8.gz
%_mandir/man8/btrfsck.8.gz %_mandir/man8/btrfsck.8.gz