mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
[PATCH] ok, rpm likes the "_" character instead of "-" better...
This commit is contained in:
parent
bbab56baed
commit
410e08dd08
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ DEBUG = true
|
||||
|
||||
|
||||
ROOT = udev
|
||||
VERSION = 003-bk
|
||||
VERSION = 003_bk
|
||||
INSTALL_DIR = /usr/local/bin
|
||||
RELEASE_NAME = $(ROOT)-$(VERSION)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: A userspace implementation of devfs
|
||||
Name: udev
|
||||
Version: 003
|
||||
Version: 003_bk
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Utilities/System
|
||||
@ -32,6 +32,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%attr(755,root,root) /sbin/udev
|
||||
%attr(755,root,root) /udev/
|
||||
%attr(755,root,root) /etc/udev/
|
||||
#%attr(755,root,root) /etc/hotplug.d/default/udev.hotplug
|
||||
%attr(0644,root,root) /etc/udev/namedev.config
|
||||
%attr(0644,root,root) /etc/udev/namedev.permissions
|
||||
%attr(0644,root,root) %{_mandir}/man8/udev.8*
|
||||
|
Loading…
Reference in New Issue
Block a user