Lines 1-6
Link Here
|
|
|
1 |
%define systemdsystemunitdir /lib/systemd/system |
2 |
|
1 |
Name: udev |
3 |
Name: udev |
2 |
Version: 165 |
4 |
Version: 165 |
3 |
Release: alt1 |
5 |
Release: alt1.1 |
4 |
Summary: udev - an userspace implementation of devfs |
6 |
Summary: udev - an userspace implementation of devfs |
5 |
License: GPLv2+ |
7 |
License: GPLv2+ |
6 |
Group: System/Configuration/Hardware |
8 |
Group: System/Configuration/Hardware |
Lines 120-125
GObject introspection devel data for the GUdev library
Link Here
|
120 |
--with-selinux \ |
122 |
--with-selinux \ |
121 |
--sbindir=/sbin \ |
123 |
--sbindir=/sbin \ |
122 |
--libexecdir=/lib/%name \ |
124 |
--libexecdir=/lib/%name \ |
|
|
125 |
--with-systemdsystemunitdir=%systemdsystemunitdir \ |
123 |
--disable-silent-rules |
126 |
--disable-silent-rules |
124 |
%make_build |
127 |
%make_build |
125 |
|
128 |
|
Lines 208-213
touch %buildroot%_sysconfdir/udev/rules.d/70-persistent-net.rules
Link Here
|
208 |
%config(noreplace) %_sysconfdir/udev/*.conf |
211 |
%config(noreplace) %_sysconfdir/udev/*.conf |
209 |
%config %_sysconfdir/scsi_id.config |
212 |
%config %_sysconfdir/scsi_id.config |
210 |
%_initdir/udevd* |
213 |
%_initdir/udevd* |
|
|
214 |
%systemdsystemunitdir/* |
211 |
%dir /lib/firmware |
215 |
%dir /lib/firmware |
212 |
%dir /lib/firmware/updates |
216 |
%dir /lib/firmware/updates |
213 |
%dir /lib/udev |
217 |
%dir /lib/udev |
Lines 275-280
touch %buildroot%_sysconfdir/udev/rules.d/70-persistent-net.rules
Link Here
|
275 |
/lib/udev/write_*_rules |
279 |
/lib/udev/write_*_rules |
276 |
|
280 |
|
277 |
%changelog |
281 |
%changelog |
|
|
282 |
* Fri Jan 14 2011 Alexey Shabalin <shaba@altlinux.ru> 165-alt1.1 |
283 |
- add systemd service file |
284 |
|
278 |
* Thu Dec 16 2010 Valery Inozemtsev <shrek@altlinux.ru> 165-alt1 |
285 |
* Thu Dec 16 2010 Valery Inozemtsev <shrek@altlinux.ru> 165-alt1 |
279 |
- 165 |
286 |
- 165 |
280 |
|
287 |
|
281 |
- |
|
|