Skip to content

Commit

Permalink
rpm: Add missing rule and service files
Browse files Browse the repository at this point in the history
Rule and service were added previously.
But rule and service files were not added the spec file.
So add missing rule and service files.

make rpm result:
Installed (but unpackaged) file(s) found:
/usr/local/lib/systemd/system/nvmf-connect-nbft.service
/usr/local/lib/udev/rules.d/65-persistent-net-nbft.rules

Signed-off-by: Minsik Jeon <[email protected]>
Co-authored-by: Ra See <[email protected]>
  • Loading branch information
2 people authored and igaw committed Mar 5, 2024
1 parent 6154ddb commit 23e730d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nvme.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ touch %{buildroot}@SYSCONFDIR@/nvme/hostid
@SYSCONFDIR@/nvme/hostid
@SYSCONFDIR@/nvme/discovery.conf
%ghost @SYSCONFDIR@/nvme/config.json
@UDEVRULESDIR@/65-persistent-net-nbft.rules
@UDEVRULESDIR@/70-nvmf-autoconnect.rules
@UDEVRULESDIR@/71-nvmf-netapp.rules
@DRACUTRILESDIR@/70-nvmf-autoconnect.conf
@SYSTEMDDIR@/[email protected]
@SYSTEMDDIR@/nvmefc-boot-connections.service
@SYSTEMDDIR@/nvmf-connect-nbft.service
@SYSTEMDDIR@/nvmf-connect.target
@SYSTEMDDIR@/nvmf-autoconnect.service

Expand Down

0 comments on commit 23e730d

Please sign in to comment.