SHA256
1
0
forked from pool/cloud-init

- Appease the build service, differences between OBS and IBS,

and own the directories

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=53
This commit is contained in:
Robert Schweikert 2016-10-26 14:28:47 +00:00 committed by Git OBS Bridge
parent d7c17296a2
commit b0d7643923
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 26 14:27:55 UTC 2016 - rjschwei@suse.com
- Appease the build service, differences between OBS and IBS,
and own the directories
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 26 11:31:34 UTC 2016 - rjschwei@suse.com Wed Oct 26 11:31:34 UTC 2016 - rjschwei@suse.com

View File

@ -290,6 +290,13 @@ popd
%dir %{_sysconfdir}/rsyslog.d %dir %{_sysconfdir}/rsyslog.d
%{_sysconfdir}/rsyslog.d/21-cloudinit.conf %{_sysconfdir}/rsyslog.d/21-cloudinit.conf
/usr/lib/udev/rules.d/66-azure-ephemeral.rules /usr/lib/udev/rules.d/66-azure-ephemeral.rules
# This if condition really distinquished between OBS and IBS.
# For SLE 12 builds in OBS owning the directories is not required, while
# SLE 12 builds in IBS require owning the directories
%if 0%{?suse_version} && 0%{?suse_version} <= 1325
%dir /usr/lib/udev
%dir /usr/lib/udev/rules.d
%endif
%else %else
%dir /lib/udev %dir /lib/udev
%dir /lib/udev/rules.d %dir /lib/udev/rules.d