mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
exclude some files from rpm that gets installed
Change-Id: Id7b749358dcae30f448acc5c1c71e42b2687395b
This commit is contained in:
parent
5a71c13062
commit
75a34da9d0
@ -1,14 +1,15 @@
|
||||
Summary: bcache-tools: manage local bcache devices
|
||||
Name: %{package_name}
|
||||
Version: %{datera_version}
|
||||
Version: 0.datera.%{datera_version}
|
||||
Release: %{?release:%{release}}%{!?release:eng}
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
License: GPL2
|
||||
License: GPLv2
|
||||
Group: tools
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Requires: libblkid
|
||||
BuildRequires: pkgconfig libblkid-devel linux-headers libnih-devel
|
||||
Summary: tools to manage bcache
|
||||
Epoch: 5
|
||||
|
||||
|
||||
%description
|
||||
@ -23,8 +24,8 @@ make DESTDIR=%buildroot INSTALL=/usr/bin/install -C /bld/$RPM_PACKAGE_NAME insta
|
||||
%_bindir/make-bcache
|
||||
%_bindir/probe-bcache
|
||||
%_bindir/bcache-super-show
|
||||
%_prefix/etc/initramfs-tools/hooks/bcache
|
||||
%_prefix/lib/udev/bcache-register
|
||||
%_prefix/lib/udev/rules.d/69-bcache.rules
|
||||
%_libdir/libbcache.a
|
||||
%_mandir/man8/*.gz
|
||||
%exclude %_prefix/etc/initramfs-tools/hooks/bcache
|
||||
%exclude %_prefix/lib/udev/bcache-register
|
||||
%exclude %_prefix/lib/udev/rules.d/69-bcache.rules
|
||||
|
Loading…
Reference in New Issue
Block a user