summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commite3cfa8bfcfdbca6b6efae1be1832a020df712b86 (patch)
tree3548c77ffb1afb542bdf94a456302066fcb7c6fb
parentcf1c8f2fa52e0b9c4c3391745d8a3648a02afa99 (diff)
opkg, opkg-gpg: Conflict with broken opkg-lede
-rw-r--r--changelog6
-rw-r--r--opkg-gpg.pkg/control1
-rw-r--r--opkg.pkg/control1
3 files changed, 8 insertions, 0 deletions
diff --git a/changelog b/changelog
index 0574092..680bae6 100644
--- a/changelog
+++ b/changelog
@@ -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}
.