1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703
|
manila (1:19.0.0-3) unstable; urgency=medium
* Switch to pybuild (Closes: #1090433).
-- Thomas Goirand <zigo@debian.org> Thu, 19 Dec 2024 16:15:49 +0100
manila (1:19.0.0-2) unstable; urgency=medium
* Add Python-3.13-do-not-use-removed-module-pipes.patch (Closes: #1084543).
-- Thomas Goirand <zigo@debian.org> Tue, 08 Oct 2024 18:32:24 +0200
manila (1:19.0.0-1) unstable; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Wed, 02 Oct 2024 16:12:04 +0200
manila (1:19.0.0~rc1-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Fri, 20 Sep 2024 17:16:55 +0200
manila (1:19.0.0~rc1-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Fixed namespace when generating manila.conf.
-- Thomas Goirand <zigo@debian.org> Mon, 16 Sep 2024 09:14:29 +0200
manila (1:18.1.0-2) unstable; urgency=medium
* (build-)depends on oslo.db >= 15.
-- Thomas Goirand <zigo@debian.org> Tue, 23 Apr 2024 12:23:17 +0200
manila (1:18.1.0-1) unstable; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Fri, 19 Apr 2024 09:29:48 +0200
manila (1:18.0.1-1) unstable; urgency=medium
* New upstream release.
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Thu, 04 Apr 2024 11:55:00 +0200
manila (1:18.0.0~rc1-1) experimental; urgency=medium
* Add close-on-exec{2,} = true in uwsgi config.
* New upstream release.
* Drop applied upstream patches:
- sqla2.0-db_*
- py3.12-use-assertAlmostEqual-not-failUnlessAlmostEqual.patch
-- Thomas Goirand <zigo@debian.org> Sun, 17 Mar 2024 12:41:16 +0100
manila (1:17.1.0-1) unstable; urgency=medium
* New upstream release.
* Add upstream SQLAlchemy 2.x patches:
- sqla2.0-db_Rename_some_methods.patch
- sqla2.0-db_Rename_share_instances_-to-share_instance_.patch
- sqla2.0-db_Rename_share_export_location_-to-export_location_.patch
- sqla2.0-db_Add__share_get.patch
- sqla2.0-db_Add-_share_instance_get.patch
- sqla2.0-db_Migrate-export-locations-export-location-metadata-APIs-to_enginefacade.patch
- sqla2.0-db_Convert-_ensure_availability_zone_exists-to-decorator.patch
- sqla2.0-db_Add-_share_update-_share_instance_update.patch
- sqla2.0-db_Migrate_transfer_APIs_to_enginefacade.patch
- sqla2.0-db_Migrate_remaining_transfer_APIs_to_enginefacade.patch
- sqla2.0-db_Remove_unnecessary_wrapper_class.patch
- sqla2.0-db_Remove_unnecessary_helper.patch
- sqla2.0-db_Migrate-share_instance-share_replica-APIs-to-enginefacade.patch
* Add py3.12-use-assertAlmostEqual-not-failUnlessAlmostEqual.patch.
* Blacklist NetAppRestCmodeClientTestCase.test_remove_preferred_dcs
* The above fixes FTBFS (Closes: #1058162).
-- Thomas Goirand <zigo@debian.org> Sun, 07 Jan 2024 12:31:11 +0100
manila (1:17.0.0-1) unstable; urgency=medium
* New upstream release.
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Thu, 05 Oct 2023 10:54:09 +0200
manila (1:17.0.0~rc1-1) experimental; urgency=medium
* New upstream release.
* Add python3-sqlalchemy-utils as (build-)depends.
-- Thomas Goirand <zigo@debian.org> Sat, 16 Sep 2023 17:08:55 +0200
manila (1:16.0.0-4) unstable; urgency=medium
* Cleans better (Closes: #1047482).
-- Thomas Goirand <zigo@debian.org> Mon, 21 Aug 2023 12:27:26 +0200
manila (1:16.0.0-3) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Mon, 19 Jun 2023 14:40:32 +0200
manila (1:16.0.0-2) experimental; urgency=medium
* Build-depends on openstack-pkg-tools (>= 123~).
-- Thomas Goirand <zigo@debian.org> Fri, 14 Apr 2023 16:58:48 +0200
manila (1:16.0.0-1) experimental; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Wed, 22 Mar 2023 13:48:32 +0100
manila (1:16.0.0~rc1-1) experimental; urgency=medium
* New upstream release.
* Removed (build-)depends versions if satisfied in Bookworm.
* Fixed (build-)depends for this release.
* Removed lsb-base depends.
-- Thomas Goirand <zigo@debian.org> Fri, 03 Mar 2023 17:13:19 +0100
manila (1:15.1.0-1) unstable; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Wed, 09 Nov 2022 13:14:31 +0100
manila (1:15.0.0-1) unstable; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Thu, 06 Oct 2022 09:12:32 +0200
manila (1:15.0.0~rc1-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Sat, 24 Sep 2022 18:07:53 +0200
manila (1:15.0.0~rc1-1) experimental; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Mon, 19 Sep 2022 17:02:56 +0200
manila (1:14.0.0-1) unstable; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Wed, 30 Mar 2022 21:27:11 +0200
manila (1:14.0.0~rc1-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Add autopkgtest.
* Removed replace_deprecated_pyparsing_method.patch applied upstream.
-- Thomas Goirand <zigo@debian.org> Fri, 11 Mar 2022 22:31:52 +0100
manila (1:13.0.1-2) unstable; urgency=medium
* Add replace_deprecated_pyparsing_method.patch (Closes: #1005511).
-- Thomas Goirand <zigo@debian.org> Mon, 14 Feb 2022 09:31:20 +0100
manila (1:13.0.1-1) unstable; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Mon, 10 Jan 2022 17:39:59 +0100
manila (1:13.0.0-1) unstable; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Wed, 06 Oct 2021 17:11:49 +0200
manila (1:13.0.0~rc1-2) unstable; urgency=medium
* Uploading to unstable.
* Fix oslo-config-generator namespace list.
* Fix 00_default_policy.yaml.
-- Thomas Goirand <zigo@debian.org> Wed, 29 Sep 2021 23:25:42 +0200
manila (1:13.0.0~rc1-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Mon, 20 Sep 2021 15:50:46 +0200
manila (1:12.0.0-3) unstable; urgency=medium
* Add python3-rados and python3-ceph-argparse as hard depends of
manila-share.
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Mon, 16 Aug 2021 13:17:54 +0200
manila (1:12.0.0-1) experimental; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Wed, 14 Apr 2021 23:28:14 +0200
manila (1:12.0.0~rc1-1) experimental; urgency=medium
* Tune manila-api-uwsgi.ini for performance.
* New upstream release.
* Removed (build-)depends versions when satisfied in Bullseye.
* debhelper-compat 11.
* Fixed (build-)depends for this release.
* Removed python-3.9-use-encodebytes-not-encodestring.patch applied
upstream.
-- Thomas Goirand <zigo@debian.org> Sun, 28 Mar 2021 00:08:01 +0100
manila (1:11.0.0-2) unstable; urgency=medium
* Fix cannot stat '/usr/share/manila-common/policy.json'
-- Michal Arbet <michal.arbet@ultimum.io> Mon, 26 Oct 2020 12:10:05 +0100
manila (1:11.0.0-1) unstable; urgency=medium
* New upstream release.
* Fixed debian/watch.
* Add a debian/salsa-ci.yml.
* Add python-3.9-use-encodebytes-not-encodestring.patch.
* Blacklist failing infinidat tests (I don't care about this proprietary
driver anyways).
* Removed --with systemd.
-- Thomas Goirand <zigo@debian.org> Sat, 17 Oct 2020 17:04:27 +0200
manila (1:11.0.0~rc1-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Now using a yaml policy file in /etc/manila/policy.d.
* Switch manila-api to use uwsgi.
-- Thomas Goirand <zigo@debian.org> Sun, 27 Sep 2020 17:03:45 +0200
manila (1:10.0.0-2) unstable; urgency=medium
* d/patches: install-missing-files.patch
- Recursive include all files, missing drivers/ganesha/conf
-- Michal Arbet <michal.arbet@ultimum.io> Wed, 03 Jun 2020 13:47:46 +0200
manila (1:10.0.0-1) unstable; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Wed, 13 May 2020 17:46:22 +0200
manila (1:10.0.0~rc2-2) unstable; urgency=medium
* New upstream release.
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Sat, 09 May 2020 14:03:17 +0200
manila (1:10.0.0~rc1-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Removed patch applied upstream:
- CVE-2020-9543_share_networks_enable_project_only_API_only.patch.
-- Thomas Goirand <zigo@debian.org> Fri, 24 Apr 2020 16:20:46 +0200
manila (1:9.0.0-5) unstable; urgency=medium
* CVE-2020-9543: Manila allows other project users to view, update, delete,
or share resources that do not belong to them. Applied upstream patch:
share_networks: enable project_only API only (Closes: #953581).
* Blacklist a series of tests which fails with the newer SQLAlchemy.
-- Thomas Goirand <zigo@debian.org> Wed, 11 Mar 2020 09:26:00 +0100
manila (1:9.0.0-3) unstable; urgency=medium
* Blacklist test_hacking.HackingTestCase.test_logging_with_tuple_argument.*
which is failing. (Closes: #951956).
-- Thomas Goirand <zigo@debian.org> Tue, 25 Feb 2020 16:27:01 +0100
manila (1:9.0.0-2) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Thomas Goirand ]
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Tue, 22 Oct 2019 14:01:18 +0200
manila (1:9.0.0-1) experimental; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Wed, 16 Oct 2019 18:33:01 +0200
manila (1:9.0.0~rc1-1) experimental; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
[ Thomas Goirand ]
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Mon, 30 Sep 2019 12:15:47 +0200
manila (1:8.0.0-3) unstable; urgency=medium
* Uploading to unstable.
-- Michal Arbet <michal.arbet@ultimum.io> Wed, 17 Jul 2019 19:19:27 +0200
manila (1:8.0.0-2) experimental; urgency=medium
* d/control:
- Bump openstack-pkg-tools to version 99
- Add me to uploaders field
* d/copyright: Add me to uploaders field
-- Michal Arbet <michal.arbet@ultimum.io> Fri, 03 May 2019 12:14:45 +0200
manila (1:8.0.0-1) experimental; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Thu, 11 Apr 2019 09:48:58 +0200
manila (1:8.0.0~rc1-1) experimental; urgency=medium
* New upstream release.
* Removed versions of packages when satisfied in Buster.
* Add oslo.upgradecheck as (build-)depends.
* Removed python3- prefix when calling config generators.
-- Thomas Goirand <zigo@debian.org> Fri, 29 Mar 2019 23:31:59 +0100
manila (1:7.0.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Use team+openstack@tracker.debian.org as maintainer
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
* Removed Malihe and Andreas from uploaders.
* Fixed typo in manila-share.init.in (Closes: #902014).
* Add manila-data binary and init template (Closes: #902013).
-- Thomas Goirand <zigo@debian.org> Wed, 05 Sep 2018 15:53:37 +0200
manila (1:6.0.0-2) unstable; urgency=medium
* Fixed dbc postrm.
-- Thomas Goirand <zigo@debian.org> Mon, 26 Mar 2018 16:49:49 +0000
manila (1:6.0.0-1) unstable; urgency=medium
* Switched to openstack-pkg-tools >= 70~ shared debconf templates.
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Wed, 07 Mar 2018 08:50:52 +0000
manila (1:6.0.0~rc3-1) unstable; urgency=medium
* New upstream RC release.
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Tue, 27 Feb 2018 16:20:45 +0000
manila (1:6.0.0~rc1-1) experimental; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
* Standards-Version is now 4.1.3.
* Using pkgos-dh_auto_test.
* Switched to Python 3.
* Blacklist all share.drivers.dell_emc tests: they are failing in Py3.
* Generate policy.yaml with oslopolicy-sample-generator.
-- Thomas Goirand <zigo@debian.org> Sun, 25 Feb 2018 13:09:06 +0000
manila (1:5.0.1-3) unstable; urgency=medium
* Add explicit depends on e2fsprogs (Closes: #887193).
-- Thomas Goirand <zigo@debian.org> Fri, 26 Jan 2018 11:03:41 +0100
manila (1:5.0.1-2) unstable; urgency=medium
* Do not delete search.html, making build reproducible (Closes: #861896).
* Remove /usr/lib from manila-api (Closes: #880374).
* Updated pt.po (Closes: #876175).
* Uploading to unstable:
- Fixed FTBFS (Closes: #871337).
* Removed dh-systemd build-depends.
* Standards-Version is now 4.1.1.
-- Thomas Goirand <zigo@debian.org> Sat, 28 Oct 2017 09:34:59 +0000
manila (1:5.0.1-1) experimental; urgency=medium
[ Daniel Baumann ]
* Updating vcs fields.
* Updating copyright format url.
* Updating maintainer field.
* Running wrap-and-sort -bast.
* Updating standards version to 4.0.0.
* Removing gbp.conf, not used anymore or should be specified in the
developers dotfiles.
* Correcting permissions in debian packaging files.
* Updating standards version to 4.0.1.
* Deprecating priority extra as per policy 4.0.1.
* Updating standards version to 4.1.0.
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
* Some clean-ups.
* Drop SQLAlchemy version patch.
* Black list cmd.test_manage.ManilaCmdManageTestCase.test_run_ipython which
is failing.
* Add python-manila.install.
-- Thomas Goirand <zigo@debian.org> Thu, 12 Oct 2017 00:18:39 +0200
manila (1:3.0.0-5) unstable; urgency=medium
* German debconf translation update (Closes: #842485).
-- Thomas Goirand <zigo@debian.org> Mon, 03 Apr 2017 18:15:18 +0200
manila (1:3.0.0-4) unstable; urgency=medium
* Team upload.
* Revert net-tools dependency.
* Bump build dependency on openstack-pkg-tools (Closes: #858704).
-- David Rabel <david.rabel@noresoft.com> Sat, 01 Apr 2017 11:51:11 +0200
manila (1:3.0.0-3) unstable; urgency=medium
* Team upload.
* Add missing dependency (Closes: #858704).
-- David Rabel <david.rabel@noresoft.com> Sat, 25 Mar 2017 12:46:57 +0100
manila (1:3.0.0-2) unstable; urgency=medium
* Team upload.
* Bumped debhelper compat version to 10
* Added lsb-base to depends
* Patch-out upper constraints of SQLAlchemy
-- Ondřej Nový <onovy@debian.org> Fri, 20 Jan 2017 11:36:39 +0100
manila (1:3.0.0-1) unstable; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Thu, 06 Oct 2016 17:53:26 +0200
manila (1:3.0.0~rc1-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Use correct branch in Vcs-* fields
[ Thomas Goirand ]
* Uploading to unstable.
* Build-Depends on openstack-pkg-tools >= 53~.
* Fixed olsotest EPOCH.
* Fixed oslo-config-generator namespaces.
* Debconf translation:
- it (Closes: #838512).
-- Thomas Goirand <zigo@debian.org> Wed, 28 Sep 2016 09:56:39 +0200
manila (1:3.0.0~rc1-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Using OpenStack's Gerrit as VCS URLs.
* Removed skipped-tests.patch.
-- Thomas Goirand <zigo@debian.org> Sat, 17 Sep 2016 19:47:24 +0200
manila (1:3.0.0~b2-2) experimental; urgency=medium
* Added python-pep8 to build depends (Closes: #834839)
-- Ondřej Nový <onovy@debian.org> Fri, 19 Aug 2016 23:40:21 +0200
manila (1:3.0.0~b2-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Updated Danish translation of the debconf templates (Closes: #830648).
* Build-Conflicts: with bpython.
-- Thomas Goirand <zigo@debian.org> Fri, 15 Jul 2016 21:56:18 +0200
manila (1:3.0.0~b1-1) experimental; urgency=medium
[ Ondřej Nový ]
* d/copyright: Changed source URL to new one
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
* Removed fix-tempest.conf-generation.patch applied upstream.
* rm -f search.html in generated docs to avoid FTBFS with the error
message: "doesn't look like a Sphinx search page".
-- Thomas Goirand <zigo@debian.org> Sun, 12 Jun 2016 18:10:45 +0200
manila (1:2.0.0-4) unstable; urgency=medium
* Fix the tempest.conf generation patch.
* Updated Brazilian Portuguese debconf templates (Closes: #820252).
* Updated Dutch debconf templates (Closes: #823255).
-- Thomas Goirand <zigo@debian.org> Thu, 28 Apr 2016 03:18:57 +0000
manila (1:2.0.0-3) unstable; urgency=medium
* Japanese debconf templates translation update (Closes: #820766).
* Fix tempest.conf generation.
-- Thomas Goirand <zigo@debian.org> Wed, 13 Apr 2016 22:07:00 +0000
manila (1:2.0.0-2) unstable; urgency=medium
[ Ondřej Nový ]
* Standards-Version is 3.9.8 now (no change).
[ Thomas Goirand ]
* Do not use manila/keystone_auth_token, but the admin credentials instead.
* Build-depends on openstack-pkg-tools >= 42 to ensure default shell is
/bin/false by default.
-- Thomas Goirand <zigo@debian.org> Wed, 13 Apr 2016 20:38:31 +0000
manila (1:2.0.0-1) unstable; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Thu, 07 Apr 2016 21:39:59 +0200
manila (1:2.0.0~rc1-5) unstable; urgency=medium
* Uploading to unstable.
* Updated ja.po debconf translation (Closes: #819133).
-- Thomas Goirand <zigo@debian.org> Tue, 05 Apr 2016 11:00:15 +0200
manila (1:2.0.0~rc1-4) experimental; urgency=medium
* Wrong template names nova->manila.
-- Thomas Goirand <zigo@debian.org> Tue, 29 Mar 2016 14:05:16 +0000
manila (1:2.0.0~rc1-3) experimental; urgency=medium
* Do not use Keystone admin auth token to register API endpoints.
-- Thomas Goirand <zigo@debian.org> Tue, 29 Mar 2016 13:41:24 +0000
manila (1:2.0.0~rc1-2) experimental; urgency=medium
* Adds install-missing-files.patch as PBR is (as always) missing the Alembic
files.
-- Thomas Goirand <zigo@debian.org> Fri, 25 Mar 2016 11:47:17 +0100
manila (1:2.0.0~rc1-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Removed pylxd import patch.
-- Thomas Goirand <zigo@debian.org> Tue, 22 Mar 2016 14:07:15 +0100
manila (1:2.0.0~b3-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Added fix-lxd-exceptions-import.patch.
* Standards-Version: 3.9.7 (no change).
* Build-Conflicts: ipython.
-- Thomas Goirand <zigo@debian.org> Mon, 07 Mar 2016 22:45:43 +0800
manila (1:2.0.0~b2-2) experimental; urgency=medium
* Build-depends on git to fix sphinx-build.
* Updated fr.po and nl.po debconf translation (Closes: #807765, #812352).
* Using $(CURDIR)/debian/tmp for generating config files.
* Better config file generation.
* Removed volume_group from manila-common.templates.
* VCS urls using https.
-- Thomas Goirand <zigo@debian.org> Wed, 03 Feb 2016 16:39:33 +0800
manila (1:2.0.0~b2-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Fixed debian/copyright ordering.
* Fixed config file generation namespace list.
-- Thomas Goirand <zigo@debian.org> Thu, 10 Dec 2015 10:58:35 +0100
manila (1:1.0.0-6) unstable; urgency=medium
* Import .po files from Glance (Closes: #804948).
-- Thomas Goirand <zigo@debian.org> Fri, 13 Nov 2015 09:53:16 +0100
manila (1:1.0.0-5) unstable; urgency=medium
* Correctly purge the package (Closes: #803444).
* Configures keystone_authtoken, rabbit, db and API endpoint using debconf.
* Fixes missing alembic.ini.
* Fixed default manila.conf generation (it was wrong, missing some options,
and wrong defaults like lock_path and auth_protocol).
-- Thomas Goirand <zigo@debian.org> Tue, 10 Nov 2015 15:19:53 +0100
manila (1:1.0.0-4) unstable; urgency=medium
* Added q-text-as-data in depends of manila-api.
-- Thomas Goirand <zigo@debian.org> Tue, 03 Nov 2015 11:47:31 +0000
manila (1:1.0.0-3) unstable; urgency=medium
* Rebuilt with openstack-pkg-tools 37 to use Keystone API v3.
-- Thomas Goirand <zigo@debian.org> Tue, 03 Nov 2015 08:34:45 +0000
manila (1:1.0.0-2) unstable; urgency=medium
* Added -p flag when doing mkdir /var/lib/manila/volumes (Closes: #802319).
-- Thomas Goirand <zigo@debian.org> Thu, 22 Oct 2015 18:08:15 +0200
manila (1:1.0.0-1) unstable; urgency=medium
* New upstream release.
* Uploading to unstable.
* Align the EPOCH with the Ubuntu version.
* Added python-pymysql as runtime dependency.
-- Thomas Goirand <zigo@debian.org> Tue, 13 Oct 2015 15:03:45 +0200
manila (1.0.0~rc1-2) experimental; urgency=medium
* Do not duplicate /usr/bin/manila-scheduler in both -common and -scheduler
packages (Closes: #801101).
-- Thomas Goirand <zigo@debian.org> Tue, 06 Oct 2015 14:20:36 +0000
manila (1.0.0~rc1-1) experimental; urgency=medium
* New upstream release.
* Now manila-api depends on python-openstackclient.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Mon, 21 Sep 2015 13:02:31 +0000
manila (1.0.0~b3-1) experimental; urgency=medium
* Initial release (Closes: #789660).
-- Thomas Goirand <zigo@debian.org> Wed, 09 Sep 2015 11:02:32 +0200
|