diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a7b07c9a..760433a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +vyatta-cfg-system (0.19.108) unstable; urgency=low + + * Force dependency on later vyatta-cfg package + + -- Stephen Hemminger <shemminger@vyatta.com> Sun, 07 Aug 2011 20:42:34 -0700 + +vyatta-cfg-system (0.19.107) unstable; urgency=low + + * ethernet: avoid needlessly setting mac address + + -- Stephen Hemminger <shemminger@vyatta.com> Fri, 05 Aug 2011 20:55:41 -0700 + vyatta-cfg-system (0.19.106) unstable; urgency=low * Added to make "force" op-mode command accessible to user type diff --git a/debian/control b/debian/control index b9b6eb52..c917da9d 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Depends: acpid, procps (>= 1:3.2.7-3), coreutils (>= 5.97-5.3), libpam-radius-auth, - vyatta-cfg (>= 0.18.58), + vyatta-cfg (>= 0.99.8) libc6 (>= 2.7-6), libpam-runtime (>= 1.0.1-5), vyatta-bash | bash (>= 3.1), |