Hello community, here is the log from the commit of package rng-tools for openSUSE:Factory checked in at 2013-11-25 16:04:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rng-tools (Old) and /work/SRC/openSUSE:Factory/.rng-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rng-tools" Changes: -------- --- /work/SRC/openSUSE:Factory/rng-tools/rng-tools.changes 2013-10-30 15:51:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rng-tools.new/rng-tools.changes 2013-11-25 16:04:01.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Nov 24 04:23:56 UTC 2013 - [email protected] + +- there is no trousers-devel requirement anymore +- define _udevrulesdir only if not already defined +- run %udev_rules_update, if defined. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rng-tools.spec ++++++ --- /var/tmp/diff_new_pack.eJr0KA/_old 2013-11-25 16:04:02.000000000 +0100 +++ /var/tmp/diff_new_pack.eJr0KA/_new 2013-11-25 16:04:02.000000000 +0100 @@ -18,7 +18,6 @@ Name: rng-tools BuildRequires: pkgconfig -BuildRequires: trousers-devel BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(udev) ExclusiveArch: %ix86 ia64 x86_64 @@ -67,7 +66,8 @@ Supplements: modalias(pci:v00008086d00002410sv*sd*bc*sc*i*) Supplements: modalias(virtio:d00000004v*) %{?systemd_requires} -%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d + +%{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d } %description This daemon feeds data from a random number generator to the kernel's @@ -91,6 +91,7 @@ %service_add_pre %{name}.service %post +%{?udev_rules_update:%udev_rules_update} %service_add_post %{name}.service %preun -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
