Old unrealirc versions won't build on Stretch so adding conflict

This commit is contained in:
ts
2019-01-18 14:50:35 +00:00
parent 627ae659c0
commit bc39277610
2 changed files with 11 additions and 3 deletions

View File

@@ -32,6 +32,10 @@
<name>Kali.*</name>
</conflict>
<conflict>
<name>.*Stretch.*</name>
</conflict>
<requires>
<type>update</type>
</requires>

View File

@@ -84,9 +84,13 @@
<software_name>unrealircd</software_name>
<software_license>MIT</software_license>
<!--<conflict>-->
<!--<name>Stretch</name>-->
<!--</conflict>-->
<conflict>
<name>.*Stretch.*</name>
</conflict>
<conflict>
<name>.*Kali.*</name>
</conflict>
<requires>
<module_path>services/unix/irc/unrealirc</module_path>
</requires>