Accepting request 555032 from filesystems
OBS-URL: https://build.opensuse.org/request/show/555032 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=89
This commit is contained in:
commit
7941951556
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 11:03:37 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Escape the usage of %{VERSION} when calling out to rpm.
|
||||
RPM 4.14 has %{VERSION} defined as 'the main packages version'.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 22 14:41:57 UTC 2017 - jeffm@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define udev_with_btrfs_builtin 190
|
||||
%define udev_version %(rpm -q --queryformat %{VERSION} udev)
|
||||
%define udev_version %(rpm -q --queryformat %%{VERSION} udev)
|
||||
%define package_udev_rules %{udev_version} >= %{udev_with_btrfs_builtin}
|
||||
|
||||
# enable building of btrfsprogs-static
|
||||
|
Loading…
Reference in New Issue
Block a user