mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-09 00:00:04 +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
|
Summary: bcache-tools: manage local bcache devices
|
||||||
Name: %{package_name}
|
Name: %{package_name}
|
||||||
Version: %{datera_version}
|
Version: 0.datera.%{datera_version}
|
||||||
Release: %{?release:%{release}}%{!?release:eng}
|
Release: %{?release:%{release}}%{!?release:eng}
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
License: GPL2
|
License: GPLv2
|
||||||
Group: tools
|
Group: tools
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
Requires: libblkid
|
Requires: libblkid
|
||||||
BuildRequires: pkgconfig libblkid-devel linux-headers libnih-devel
|
BuildRequires: pkgconfig libblkid-devel linux-headers libnih-devel
|
||||||
Summary: tools to manage bcache
|
Summary: tools to manage bcache
|
||||||
|
Epoch: 5
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -23,8 +24,8 @@ make DESTDIR=%buildroot INSTALL=/usr/bin/install -C /bld/$RPM_PACKAGE_NAME insta
|
|||||||
%_bindir/make-bcache
|
%_bindir/make-bcache
|
||||||
%_bindir/probe-bcache
|
%_bindir/probe-bcache
|
||||||
%_bindir/bcache-super-show
|
%_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
|
%_libdir/libbcache.a
|
||||||
%_mandir/man8/*.gz
|
%_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