diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 17:43:35 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 17:43:35 (EDT) |
commit | e3cfa8bfcfdbca6b6efae1be1832a020df712b86 (patch) | |
tree | 3548c77ffb1afb542bdf94a456302066fcb7c6fb | |
parent | cf1c8f2fa52e0b9c4c3391745d8a3648a02afa99 (diff) |
opkg, opkg-gpg: Conflict with broken opkg-lede
-rw-r--r-- | changelog | 6 | ||||
-rw-r--r-- | opkg-gpg.pkg/control | 1 | ||||
-rw-r--r-- | opkg.pkg/control | 1 |
3 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,9 @@ +opkg (0.2.4-2) trunk + + * opkg, opkg-gpg: Conflict with opkg-lede (<< 0+git20190131.d4ba162-2). + + -- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 04 Apr 2019 17:42:46 -0400 + opkg (0.2.4-1) trunk * New upstream version. diff --git a/opkg-gpg.pkg/control b/opkg-gpg.pkg/control index d14d076..3e1109d 100644 --- a/opkg-gpg.pkg/control +++ b/opkg-gpg.pkg/control @@ -1,6 +1,7 @@ Architecture: any Platform: all Depends: opkg-common (= ${Binary-Version}), ${Shlib-Depends} +Conflicts: opkg-lede (<< 0+git20190131.d4ba162-2) Description: Open PacKaGe Management with signature checking ${Common-Description} . diff --git a/opkg.pkg/control b/opkg.pkg/control index 6e7502f..28c7b28 100644 --- a/opkg.pkg/control +++ b/opkg.pkg/control @@ -2,6 +2,7 @@ Architecture: any Platform: all Essential: yes Depends: opkg-common (= ${Binary-Version}), ${Shlib-Depends} +Conflicts: opkg-lede (<< 0+git20190131.d4ba162-2) Description: Open PacKaGe Management ${Common-Description} . |